@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,800italic,400,700,800,300&display=swap);
@font-face {
    font-family: "fjallaoneregular";
    src: url("fonts/fjallaone-regular-webfont.eot");
    src: url("fonts/fjallaone-regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("fonts/fjallaone-regular-webfont.woff2") format("woff2"),
         url("fonts/fjallaone-regular-webfont.woff") format("woff"),
         url("fonts/fjallaone-regular-webfont.ttf") format("truetype"),
         url("fonts/fjallaone-regular-webfont.svg#fjallaoneregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "friday13regular";
    src: url("fonts/friday13v12-webfont.woff2") format("woff2"),
         url("fonts/friday13v12-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "CCCarryOnScreamingRegular";
    src: url("fonts/cccarryonscreaming-webfont.eot");
    src: url("fonts/cccarryonscreaming-webfont.eot?#iefix") format("embedded-opentype"),
         url("fonts/cccarryonscreaming-webfont.woff") format("woff"),
         url("fonts/cccarryonscreaming-webfont.ttf") format("truetype"),
         url("fonts/cccarryonscreaming-webfont.svg#CCCarryOnScreamingRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 499px) {

}

@media (min-width: 500px) and (max-width: 767px) {

}

@media (min-width: 768px) and (max-width:1200px) {

}
@media (min-width: 1200px) {

}

/* * * * * * * * * * Background * * * * * * * * * */
body {background-color:#000;}
body:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      background: url("img/back.jpg") top center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

/* * * * * * * * * * Header * * * * * * * * * */
.headLogo {text-align:center; }
.headLogo img {max-width:100%;}
.headerIcons { }
.headerInfo {
	padding:20px 0;	
}
.headerReg { }
.headBlock {
	margin:20px auto 60px auto;
}

body { font-family: "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}
.navbar {
  font-family: "friday13regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform:uppercase;
  font-size:200%;
	line-height:1;
}
.dropdown-menu {
  font-family: "friday13regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform:uppercase;
  font-size:90%;
	line-height:1;
}
h1, .h1, h2, .h2, ul.display-posts-listing .title {
  font-family: "CCCarryOnScreamingRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform:uppercase;
	line-height:1;
}
h3, .h3, h4, .h4, .card-header, .fjOneUp {
  font-family: "CCCarryOnScreamingRegular", Impact, Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform:uppercase;
	line-height:1;
}
h5, .h5, h6, .h6 {
  font-family: "CCCarryOnScreamingRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
	text-transform:uppercase;
}

/* * * * * * * * * HEADERS * * * * * * * * */

@media (max-width: 767px) {
h1, .h1 {font-size:200%;}
h2, .h2 {font-size:175%;}
h3, .h3 {font-size:150%;}
h4, .h4, .card-header {font-size:135%;}
h5, .h5 {font-size:120%;}
h6, .h6 {font-size:100%;}
}
@media (min-width: 768px) {
h1, .h1 {font-size:250%;}
h2, .h2 {font-size:225%;}
h3, .h3 {font-size:200%;}
h4, .h4, .card-header {font-size:175%;}
h5, .h5 {font-size:150%;}
h6, .h6 {font-size:125%;}
}

/* * * * * * * * * NAVBAR * * * * * * * * */

/* Main Colors */
.navbar-dark, .dropdown-menu {background-color:rgba(0,0,0,0.75);}
.site-title a, .navbar-dark .navbar-brand, .site-description, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .active > .nav-link, .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover {color: #DC00FF;}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {color: #FFCC00;}

/* Color Augmentations */
.navbar-dark .navbar-nav .nav-link {text-shadow:0 0 6px #FFCC00; opacity:1; }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {text-shadow:0 0 6px #DC00FF; opacity:1; }
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .active > .nav-link {text-shadow:0 0 6px #DC00FF; opacity:1; }

/* Other Elements */
.dropdown-menu {
  text-align: inherit;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 0;
}
.site-title a, .navbar-dark .navbar-brand, .site-description {margin-bottom: 0;}

.navbar-toggler {background-color:#6c0082;font-size:100%;}
.navbar-toggler:link { color: #FF6600; opacity:1; }
.navbar-toggler:hover { color:#FFF; background-color: #FFCC00; }


/* * * * * * * * * * Hyperlinks * * * * * * * * * */
a {
  text-decoration:none;
 }
a:link,a:visited {
-webkit-transition: color .25s linear .1s;
transition: color .25s linear .1s;
  text-decoration:none;
 }
a:hover,a:active,a:focus {
-webkit-transition: color .25s linear;
transition: color .25s linear;
  text-decoration:none;
 }
/* * * * * * * * * * Colors * * * * * * * * * */
body, .textwidget, .card {color:#FFF1C8;}
h1, .h1, h2, .h2 {
  color:#FF6600;
}
h3, .h3, h4, .h4 {
  color:#FF9900;
}
h5, .h5, h6, .h6 {
  color: #FFCC00;
}
a {text-decoration:none;}
a:link,a:visited, 
.entry-meta a, .comments-link a, .edit-link a,
.cat-links a, .tags-links a,
.single .post-navigation .nav-links a,
.sidebar-1-area .widget ul li a, .footer-widgets .widget ul li a,
.comments-area .logged-in-as a {color:#DC00FF;}

a:hover,a:active,a:focus, .entry-meta a:hover, .comments-link a:hover, .edit-link a:hover,
.cat-links a:hover, .tags-links a:hover,
.single .post-navigation .nav-links a:hover,
.sidebar-1-area .widget ul li a:hover, .footer-widgets .widget ul li a:hover,
.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover,
.comments-area .comment-author a:hover,
.comments-area .logged-in-as a:hover, .page-link:hover, .page-link:focus { color: #FFCC00; text-decoration:none; }

footer a, footer a:link { color: #DC00FF !important; text-decoration:none; }
footer a:hover { color: #FFCC00 !important; text-decoration:none; }

/* FOOTER */

footer {
  border-top: 1px solid #333;
  background-color: rgba(0,0,0,0.7);
  text-align: center;
} 
footer p {
  	font-size:75%;
	text-shadow: 1px 1px 1px #000;
	font-weight:normal;
}
.shdw {text-shadow:0 0 3px #000, 0 0 6px #000, 0 0 10px #000;}

/* Vertical Alignment in Div */
.align-vertically {
  display: flex;
  align-items: center;
}

/* SV MODS */
h1, .h1 {margin-top:0; padding-top:0;}
h2, .h2 {margin-top:0; padding-top:0;}
h3, .h3 {margin-top:0; padding-top:0;}
h4, .h4 {margin-top:0; padding-top:0;}
h5, .h5 {margin-top:0; padding-top:0;}
h6, .h6 {margin-top:0; padding-top:0;}
.SVMasthead {text-align:center; margin:10px auto;}
/*#main-container {margin-left:20px; margin-right:20px;} */
.SVcontainer, .SVwidg {background-color:rgba(0,0,0,0.75);border-radius: 0.5rem;}
.SVcontainer {padding-top: 10px;padding-bottom:10px;}
.SVwidg {padding:10px;}
.card-header {
  background-color: rgba(0,0,0,0.75);
  border-bottom: 1px solid #9911bb;
  color:#c16401;
}
.card {
  background-color: rgba(0,0,0,0.75);
  background-clip: border-box;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.card h4 {margin:0;padding:0;}
.page-numbers {background:#333 !important;}
.page-numbers.current.page-link {background:#666 !important;color:#eee;}
.page-link {border-color:#444;}
.page-link:hover {
  background-color: #666;
  border-color: #000;
}
.page-link:focus {
  background-color: #666;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #000;
}
.svThumb {margin-right:20px;}

.contentInner {
	background:rgba(0,0,0,0.75);
	padding:10px;
	border-radius:10px;
}
/*.textwidget {
	background:rgba(0,0,0,0.75);
	padding:10px;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
} */
.footer-widgets h4 {
  background-color: rgba(0,0,0,0.75);
  border-bottom: 1px solid #68C4AA;
  color:#dde4b3;
  padding:10px;
  margin-bottom:0px;
}
#main-container {margin-bottom:20px;}
.svPost {margin-bottom:20px;}
.post-meta {text-align:right;color:#827458;text-transform:uppercase;border-top:1px solid #FF6600;}