/* * * * * * * * * * Google Font Import * * * * * * * * * */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,800italic,400,700,800,300&display=swap);
@import url(//fonts.googleapis.com/css?family=Fjalla+One&display=swap);
@import url(//use.typekit.net/bgf1pwt.css);
@font-face {
    font-family: "NeedleteethPsychoRegular";
    src: url("/fonts/needleteeth_psycho-webfont.eot");
    src: url("/fonts/needleteeth_psycho-webfont.eot?#iefix") format("embedded-opentype"),
         url("/fonts/needleteeth_psycho-webfont.woff") format("woff"),
         url("/fonts/needleteeth_psycho-webfont.ttf") format("truetype"),
         url(".//fonts/needleteeth_psycho-webfont.svg#NeedleteethPsychoRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "NeedleteethRegular";
    src: url("/fonts/needleteeth_regular-webfont.eot");
    src: url("/fonts/needleteeth_regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("/fonts/needleteeth_regular-webfont.woff") format("woff"),
         url("/fonts/needleteeth_regular-webfont.ttf") format("truetype"),
         url("/fonts/needleteeth_regular-webfont.svg#NeedleteethRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

html {scroll-behavior: smooth;}

/* * * * * * * * * * Media * * * * * * * * * */
@media (max-width: 767px) {
.dropdown-menu {
  background-color: transparent !important;
}
h1, .h1 {font-size:2rem !important;}
h2, .h2 {font-size:1.75rem !important;}
h3, .h3 {font-size:1.5rem !important;}
h4, .h4 {font-size:1.35rem !important;}
h5, .h5 {font-size:1.15rem !important;}
h6, .h6 {font-size:1rem !important;}
}

/* * * * * * * * * * Background * * * * * * * * * */
@media (max-width: 767px) {
body {
	background:#000 url("/img/back.jpg") top center scroll no-repeat;
	background-size: auto;
}
}

body {
	background:#000 url("/img/back.jpg") top center fixed no-repeat;
	background-size: cover;
}

/* * * * * * * * * * Global Setups * * * * * * * * * */
img, iframe {max-width:100%;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}

/* * * * * * * * * * Typography * * * * * * * * * */
body { font-family: "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}


/* * * * * * * * * * Headlines And Whatnot * * * * * * * */

h1, .h1 {font-size:3.5rem;}
h2, .h2 {font-size:3rem;}
h3, .h3 {font-size:2.5rem;}
h4, .h4 {font-size:2rem;}
h5, .h5 {font-size:1.25rem;}
h6, .h6 {font-size:1.1rem;}

h1, .h1, h2, .h2 {
  font-family: "NeedleteethPsychoRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
	line-height:1;
}
h3, .h3, h4, .h4 {
  font-family: "NeedleteethPsychoRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
	line-height:1;
}
h5, .h5, h6, .h6 {
  font-family: "FjallaOne", Helvetica, Arial, sans-serif;
  font-weight: normal;
	text-transform:uppercase;
}

/* * * * * * * * * * 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 {
  color: #eaf3e2;
}
a:link,a:visited {
  color:#7eff00;
}
a:hover,a:active,a:focus {
  color:#e0ffc2;
}
h1, .h1, h2, .h2 {
  color: #5bc04e;
  text-shadow:0 0 6px #5bc04e;
}
h3, .h3, h4, .h4 {
  color: #8dbf86;
  text-shadow:0 0 6px #8dbf86;
}
h5, .h5, h6, .h6 {
  color: #ddd;
}

/* * * * * * * * * * Navigation * * * * * * * * * */

.navbar-dark {
  font-family: "NeedleteethRegular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform:uppercase;
	font-size:250%;
	line-height:1;
}
.bg-dark {
  background-color:rgba(0,0,0,0.7) !important;
}

a.bg-dark:hover, a.bg-dark:focus {
  background-color: transparent;
}
.navbar-dark .navbar-brand {
  color:#C1FA9E;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #C1FA9E;
}

.navbar-dark .navbar-nav .nav-link {
  color: #C1FA9E;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #FFF;
}

.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 {
  color: #fff;
}

.navbar-toggler { 
	background-color: #666666;
    float: none;
    margin: 5px auto;
	padding:5px;
}
.navbar-toggler:link { color: #C1FA9E; opacity:1; }
.navbar-toggler:hover { color:#FFF; background-color: #333; }

.dropdown-menu {
  font-size: 85%;
  color: #FFF;
  text-align: center;
  list-style: none;
  background-color: rgba(0,0,0,0.7);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  padding: 0.25rem 1.5rem;
  font-weight: normal;
  color: #C1FA9E;
  text-align: inherit;
  background:transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #FFF;
  text-decoration: none;
  background:transparent;
}

.dropdown-item.active, .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #C1FA9E;
}
.navArrow {font-size:16px !important; padding-left:5px; vertical-align:middle;}

/* * * * * * * * * * Header * * * * * * * * * */
.SVi-header {text-align:center; margin:20px auto;}

/* * * * * * * * * * Content * * * * * * * * * */

.contentWrap {
	padding:0;
	margin:0 0 10px 0;
}
.contentInner {
  background-color: rgba(0,0,0,0.9);
  -moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	margin:0 5px;
}
.contentInner p {
	margin:0 10px 10px 10px;
	padding:0;
	line-height:1.2;
}
.contentInner li {
	margin:0 10px 10px 0;
	padding:0;
	line-height:1.2;
}
.contentInner p:last-child,
.contentInner ul:last-child,
.contentInner ol:last-child {
  margin-bottom: 0;
}
.contentInner p:first-child,
.contentInner ul:first-child,
.contentInner ol:first-child {
  margin-top: 10px;
}


/* * * * * * * * * * Footer * * * * * * * * * */
/* GRADIENT BACKGROUND
.SVi-footer {
	font-size:85%;
  padding: 20px 0;
  text-align: center;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 70%, rgba(0,0,0,0.75) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(70%,rgba(0,0,0,0.75)), color-stop(100%,rgba(0,0,0,0.75))); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0.75) 100%); 
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0.75) 100%); 
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0.75) 100%); 
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 70%,rgba(0,0,0,0.75) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); 
} */

.SVi-footer {
	font-size:85%;
  border-top: 1px solid #C1FA9E;
  background-color: rgba(0,0,0,0.7);
  padding: 20px 0;
  text-align: center;
}
.SVi-footer p {
	text-shadow: 1px 1px 1px #000;	
}

/* * * * * * * * * * Extras * * * * * * * * * */

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
hr { 
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(100, 200, 0, 0.75), rgba(0, 0, 0, 0)); 
}
.lessPad {
	padding-left:5px !important;
	padding-right:5px !important;	
}
.noPad {
	padding-left:0px !important;
	padding-right:0px !important;	
}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}
.ctr {text-align:center;}
.lft {text-align:left;}
.rht {text-align:right;}
.floatR {float:right;}
.floatL {float:left;}

/* ------------------------------------------------------------------------------------------ Animated Items on page */
.animated {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
/* ------------------------------------------------------------------------------------------ Carousel Tweaks */
/* Removes white gap between slides - chagnge to base color of slide images */
.carousel {
  background:#000;
}

/* Forces image to be 100% width and not max width of 100% */
.carousel-item .img-fluid {
  width:100%;
}

/* anchors are inline so you need ot make them block to go full width */
.carousel-item a {
  display: block;
  width:100%;
}
/* ------------------------------------------------------------------------------------------ Horiz Bullet List */
ul.hrz {text-align:center;}
ul.hrz li {display: inline-block;}

/* * * * * * * * * WARNING BAR * * * * * * * */
@media (max-width: 499px) {
	.warning {font-size:100% !important;}
	.warningBig {float:left !important; padding-top:3px !important;}
}
@media (min-width: 500px) and (max-width: 767px) {
	.warningBig {float:left !important; padding-top:5px !important;}
}
.warning {
	text-align:center;
	margin:0;
	padding:10px; 
	background-color:#100;
	border-top:1px solid #900;
	border-bottom:1px solid #900;
	color:#FFF;
	text-transform:uppercase;
	font-size:120%;
	line-height:1;
}
.warningBig {
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  font-weight: normal;
	text-transform:uppercase;
	font-size:150%;
	vertical-align:middle;
	color:#F00;
}
.faQ {font-size:120%; color:#adff91;}

.form-control {background-color:#333;color:#FFF;border:1px solid #006600; width:100%;}
.btn-SVi {background-color:#006600;color:#FFF;text-transform:uppercase;font-weight:bold;}
.btn-SVi:hover,
.btn-SVi:focus,
.btn-SVi:active,
.btn-SVi.active,
.open .dropdown-toggle.btn-SVi,
input[type=submit]:hover {
  color: #000;
  background-color: #00FF00;
-webkit-transition: color .25s linear;
transition: color .25s linear;
}
.connSoc {font-size:200%;}

#mc_embed_signup { border: none; text-align: center; width: 100%; } /* Signup form container */

.mc-field-group { display: inline-block; } /* positions input field horizontally */

#mce-EMAIL { background-color:#333;color:#FFF;border:1px solid #006600; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; margin: 0; } /*Input Styles */

.clear { display: inline-block; } /* positions button horizontally in line with input */

:-webkit-input-placeholder { color: #ABB0B2 ; } /* WebKit browsers */ 
:-moz-placeholder { color: #ABB0B2 ; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #ABB0B2 ; } /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #ABB0B2 ; } /* Internet Explorer 10+ */

@media (max-width: 768px) { /* positions input field and button underneath each other with 100% width for tablet and mobile */
  
.mc-field-group { display: block; max-width: 100%; }
#mce-EMAIL { padding: .7em 0 .7em 1em; width: 96%; margin: 0; }
.clear { display: block; width: 100% }
.button { width: 100%; margin: .5em 0 0 0; }
  
}

/* Contact Form Styles */
#contactForm .form-group {
    margin-bottom: 20px;
}

#contactForm label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #C1FA9E;
    font-family: "Fjalla One", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

#contactForm .form-control {
    background-color: #333;
    color: #FFF;
    border: 1px solid #006600;
    padding: 12px 16px;
    border-radius: 5px;
    font-size: 1rem;
    width: 100%;
    transition: border-color 0.3s ease;
}

#contactForm .form-control:focus {
    outline: none;
    border-color: #5bc04e;
    box-shadow: 0 0 8px rgba(91, 192, 78, 0.3);
}

#contactForm textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.form-status {
    margin-top: 20px;
    padding: 12px;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    display: none;
}

.form-status.success {
    display: block;
    background: rgba(0, 102, 0, 0.3);
    color: #C1FA9E;
    border: 1px solid #006600;
}

.form-status.error {
    display: block;
    background: rgba(153, 0, 0, 0.3);
    color: #ff9999;
    border: 1px solid #900;
}

/* Like Buttons - Footer Images */
.like-buttons {
    list-style: none !important;
    padding: 20px 0 !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.like-buttons li {
    display: inline-block !important;
    margin: 0 15px !important;
    vertical-align: middle !important;
}

.like-buttons img {
    max-height: 75px !important;
    width: auto !important;
}

@media (max-width: 768px) {
    .like-buttons li {
        display: block !important;
        margin: 10px auto !important;
    }
}
