
.fa-instagram {
  color: #fff;
}
.glyphicon-envelope {
  color: #2d8659;
}
.glyphicon-map-marker {
  color: #2d8659;
}

#promo-banner {
  padding-top: 10px;
  padding-bottom:10px;
  width: 100%;
  height: auto;
  background-color: #0d0d0d;
}

#promo-banner p {
  font-family: montserrat;
  font-weight: 300;
  font-size: 24px;
  color: #f2f2f2;
  text-align: center;
  text-transform: none;
  margin-bottom: 0px;
}
@media(max-width:768px) {
    #promo-banner p {
        font-size: 18px;
      text-align: left;
    }
}
#promo-banner a {
    color: #f2f2f2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: none;
}

#promo-banner a:hover,
#promo-banner a:focus {
    text-decoration: none;
    color: #38AD73;
}



/*---------- HOMEPAGE HEADER SECTION ------------*/
#home-header {
  padding-top: 80px;
  padding-bottom: 30px;
  width: 100%;
  height:auto;
  background-color: #f2f2f2;
  color: #fff;
  background: url(../img/header.png) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#home-header h1 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0px;
  text-transform: none;
}
@media(max-width:768px) {
    #home-header h1 {
        font-size: 38px;
    }
}

#home-header p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  color: #fff;
  text-transform: none;
  margin-top: 5px;
}
@media(max-width:768px) {
    #home-header p {
        font-size: 20px;
    }
}

@media(max-width:768px) {
    #desktop {
        display: none;
    }
}

@media(min-width:768px) {
    #mobile {
        display: none;
    }
}
#mobile h1 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0px;
  text-transform: none;
}
@media(max-width:768px) {
    #mobile h1 {
        font-size: 30px;
    }
}
#mobile p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  color: #fff;
  text-transform: none;
  margin-top: 5px;
}
@media(max-width:768px) {
    #mobile p {
        font-size: 16px;
    }
}

/*---------- ABOUT SECTION ------------*/
#about {
  padding-top: 40px;
  padding-bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  color: #0d0d0d;
  
}
#about h2 {
  font-family: montserrat;
  font-weight: 500;
  font-size:40px;
  text-align: left;
  color: #0d0d0d;
  text-transform: none;
  margin-bottom:20px;
}

@media(max-width:768px) {
    #about h2 {
        font-size:36px;
    }
}

#about p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #0d0d0d;
  text-transform: none;
}
@media(max-width:768px) {
    #about p {
        font-size: 16px;
    }
}


/*-------------- ADBAND SECTION ---------------*/
#adbandA {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  height: auto;
  background-color:#0B280B;
  color: #f2f2f2;
  border: 3px Solid #fff;
}
@media(max-width:768px) {
    #adbandA   {
        padding-top: 55px;
  padding-bottom: 55px;
    }
}
#adbandA h2 {
  font-family: montserrat;
  font-weight: 400;
  font-size: 50px;
  text-align: center;
  color: #f2f2f2;
  text-transform: none;
  margin-top: 20px;
}
@media(max-width:768px) {
    #adbandA h2 {
        font-size: 36px;
    }
}
@media(max-width:768px) {
    #adbandA img  {
        height: 30%;
      width: 30%;
    }
}
#adbandA a {
    color: #FBC534;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: none;
}

#adbandA a:hover,
#adbandA a:focus {
    text-decoration: none;
    color: #f2f2f2;
}

/*-------------- ADBAND2 SECTION ---------------*/
#adband2 {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  height: auto;
  background-color:#0B280B;
  color: #f2f2f2;
  border: 3px solid #fff;
}
@media(max-width:768px) {
    #adband2   {
        padding-top: 0px;
  padding-bottom: 0px;
    }
}
#adband2 p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #f2f2f2;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media(max-width:768px) {
    #adband2 p {
        font-size: 16px;
    }
}

#adband a {
    color: #f2f2f2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: none;
}

#adband a:hover,
#adband a:focus {
    text-decoration: none;
    color: #0d261a;
}


/*---------- COMMUNITY SECTION ------------*/
#community {
  padding-top: 50px;
  padding-bottom: 0px;
  width: 100%;
  height: auto;
  background-color:#fff;
  color: #0d0d0d;
}
#community h2 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  color: #0B280B;
  text-transform: none;
  margin-bottom:30px;
}
@media(max-width:768px) {
    #community h2 {
        font-size: 36px;
    }
}
#community h3 {
  font-family: montserrat;
  font-weight: 400;
  font-size: 22px;
  text-align: left;
  color: #0d0d0d;
  text-transform: none;
}
@media(max-width:768px) {
    #community h3 {
        font-size: 20px;
    }
}

#community p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  color: #0d0d0d;
}
@media(max-width:768px) {
    #community p {
        font-size: 18px;
    }
}




/*---------- EVENTS SECTION ------------*/
#events {
  padding-top: 50px;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  background-color:#fff;
  color: #0d0d0d;
}
#events h2 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  color: #2d8659;
  text-transform: none;
  margin-bottom:20px;
}
@media(max-width:768px) {
    #events h2 {
        font-size:34px;
    }
}
#events h3 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 30px;
  text-align: left;
  color: #0d0d0d;
  text-transform: none;
}
@media(max-width:768px) {
    #events h3 {
        font-size: 22px;
    }
}

#events p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #0d0d0d;
}
@media(max-width:768px) {
    #events p {
        font-size: 16px;
    }
}


/*---------- MEMBERSHIP SECTION ------------*/
#membership {
  padding-top: 50px;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  background-color:#f2f2f2;
  color: #0d0d0d;
}
#membership h2 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  color: #0B280B;
  text-transform: none;
  margin-bottom:20px;
}
@media(max-width:768px) {
    #membership h2 {
        font-size: 34px;
    }
}
#membership h3 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 34px;
  text-align: center;
  color: #0d0d0d;
  text-transform: none;
}
@media(max-width:768px) {
    #membership h3 {
        font-size: 24px;
    }
}

#membership p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #0d0d0d;
}
@media(max-width:768px) {
    #membership p {
        font-size: 16px;
    }
}


#member-card h3 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  color: #0B280B;
  text-transform: none;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #ecf9f2;
  border-radius: 10px;
}
@media(max-width:768px) {
    #member-card h3 {
        font-size: 20px;
    }
}

#member-card {
  background-color: #165016; 
  border: 5px solid #f2f2f2; 
  border-radius: 20px;
  
}
#member-card p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  color: #fff;
  margin-left: 10px;
}
@media(max-width:768px) {
    #member-card p {
        font-size: 16px;
    }
}

/*---------- CONTACT SECTION ------------*/
#contact {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #cccccc;
  color: #0d0d0d;
}
#contact h2 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  color: #0B280B;
  text-transform: none;
  margin-bottom:20px;
}
@media(max-width:768px) {
    #contact h2 {
        font-size: 36px;
    }
}
#contact p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #0d0d0d;
  margin-bottom: 10px;
}
@media(max-width:768px) {
    #contact p {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    #contact a {
        font-size: 14px;
    }
}







/*---------- BOARD SECTION ------------*/
#board {
  padding-top: 50px;
  padding-bottom: 0px;
  width: 100%;
  height: auto;
  background-color:#e6e6e6;
}
#board h2 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  color: #0B280B;
  text-transform: none;
  margin-bottom:30px;
}
@media(max-width:768px) {
    #board h2 {
        font-size: 36px;
    }
}
#board p {
  font-family: montserrat;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  color: #f2f2f2;
}
@media(max-width:768px) {
    #board p {
        font-size: 18px;
    }
}
#member-box {
  background-color: #165016;
  border: 5px solid #fff;
  padding-top: 30px;
  padding-bottom: 10px;
  border: 10px solid #fff;
  border-radius: 20px;
}



/*----------- PROMO BAND --*/
#PROMO-DESKTOP a {
  font-size: 20px;
}
@media(max-width:768px) {
    #PROMO-DESKTOP a {
        font-size: 16px;
    }
}
#PROMO-DESKTOP {
	background-color: #fff;
	width: 100%;
	height: auto;
}
#PROMO-MOBILE {
	background-color: #fff;
	width: 100%;
	height: auto;
}
@media(max-width:768px) {
    #PROMO-DESKTOP {
        display:none;
    }
}
@media(min-width:768px) {
    #PROMO-MOBILE {
        display:none;
    }
}
.fix {
  position: fixed;
  bottom: 0px;
  left: 0%;
  /** this is w the location of the image 50% is centered**/
}




footer {
    padding-top: 30px;
	padding-bottom: 30px;
 background-color: #165016; 
  border: 5px solid #fff; 
}

footer p {
    margin: 0;
  font-size: 14px;
  font-family: montserrat;
  font-weight: 300;
  color: #fff;
}
footer a {
    color: #f2f2f2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
}

footer a:hover,
footer a:focus {
    text-decoration: underline;
    color: #a6a6a6;
}



body {
    width: 100%;
    height: 100%;
    font-family: montserrat;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #2d8659;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #a6a6a6;
}

/*-- &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& SIDE NAV &&&&&&&&&&&&&&&&&&&&&&&&&&&&& --*/
/* Top Navigation */
.navbar {
    padding: 0px;
    background-color: #0b280b;
  border-bottom: 2px Solid #fff;
}
 

.navbar-brand {
    position: absolute;
    width: 100%;
  height: auto;
    left: 0;
    top: 0px;
    text-align: center;
    margin: auto;
    padding-top:15px;
}

#nav-brand {
    font-family: MONTSERRAT;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
  text-transform: none;
}

.navbar-toggle {
    z-index:3;
    border: none;
    cursor: pointer;
    float: left;
}
.navbar-toggle a:hover {
    border: none;
    background-color: transparent;
    cursor: pointer;
}


/*Show Menu Toggle Always*/ 

@media (max-width: 5000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 99; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #165016; 
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s;
      border: 2px solid #fff;
  border-radius: 10px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #FBC433; 
  border: 2px solid #fff;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 15px;
    margin-left: 50px;
  text-transform: none;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.fa-bars {
  color: #047C54;
}
.nav-justified {
  width: 98%;
}

.nav-justified>li {
  float: none;
}

@media (min-width: 768px) {
  .nav-justified {
    width: 97%;
  }
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: ;
    text-transform: uppercase;
    font-family: Montserrat;
    background-color: #39ac73;
  
  
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
  text-decoration: underline;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #0d261a;
    background-color: transparent;
  text-decoration:underline;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color:;
}

.navbar-custom .nav li.active a:hover {
    color: #000;
}

@media(min-width:768px) {
    .navbar-custom {
         padding: 0px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: #39ac73;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #39ac73;
    }
}


.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/header.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
  font-family: montserrat;
  font-weight: 300;
}

@media(min-width:768px) {
    .intro {
        height: 70%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}


#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 30;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #39AC73;
    color: #fff;
    background-color: #39AC73;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #184D33;
    outline: 0;
    color: #fff;
    background-color: #184D33;
}

.btn-payment {
    border: 1px solid #b30000;
    color: #fff;
    background-color: #b30000;
}

.btn-payment:hover,
.btn-payment:focus {
    border: 1px solid #660000;
    outline: 0;
    color: #fff;
    background-color: #660000;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}



::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
