/* Font Customization */

html, body{
    font-family: 'Maven Pro', sans-serif;
    background-color:#585858;
}
p {
  font-size:20;
}
@font-face {
    font-family: docker;
    src: url(../fonts/DockerThree.ttf);
}
.docker {
    font-family: docker;
    font-weight: 900;
    font-size:60;
    color: #a0d5ba;
}
@font-face {
    font-family: generallyspeaking;
    src: url(../fonts/GenerallySpeaking.ttf);
}
.gspeaking {
    font-family: generallyspeaking;
    font-weight: 400;
    font-size: 60;
    text-align: center;
}
.description{
  font-size: 25;
}

/* Link Hover Animation */
a {
    color:#8cd984 !important;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
a:hover {
	color:#bce1b6 !important;
	text-decoration:none !important;
}

/* Corner Removal */
* {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

/* Navbar Customization */
.navbar-default {
  background-color: #000000;
  border-color: #27854b;
}
.navbar-default .navbar-brand {
  color: #bce1b6;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #8cd984;
}
.navbar-default .navbar-text {
  color: #bce1b6;
}
.navbar-default .navbar-nav > li > a {
  color: #bce1b6;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #8cd984;
  box-shadow: inset 0px 6px 0px #0B3B0B;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #8cd984;
  background-color: #27854b;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #8cd984;
  background-color: #27854b;
}
.navbar-default .navbar-toggle {
  border-color: #27854b;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #27854b;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #bce1b6;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #bce1b6;
}
.navbar-default .navbar-link {
  color: #bce1b6;
}
.navbar-default .navbar-link:hover {
  color: #8cd984;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #bce1b6;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #8cd984;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #8cd984;
    background-color: #27854b;
  }
}

/* Parralax */
.parallax-header { 
	background: url(../img/parallax.jpg) 50% 0 fixed;
    height: 100%;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
    padding: 200px 0;
}
.parallax-banner { 
	background: url(../img/banner.jpg) 50% 0 fixed;
    height: auto;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
    padding: 200px 0;
}

/* Section Colors */
.introduction {
    background-color:#585858;
}
.schedule, .worldfans {
  background-color:#ffffff;
}
.social {
  background-color:#27854b;
}
.jammers {
  background-color:#27854b;
}
.contact {
  background-color:#585858;
}
.footer {
  background-color:#000000;
}

/* Text Change */
.white {
    color:#ffffff;
}
.light-green {
    color:#58FA58;
}

/* Social Buttons */
ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
	background-color: #01aba1;
}
ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

/* Loading Animation */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/logo.png) center no-repeat #fff;
}

/* Selection Color Changes */
::selection {
  background: #8cd984;
}
::-moz-selection {
  background: #8cd984;
}