#INSTA img {
     margin-bottom: 20px;
     margin-right: 20px;
     
}
#INSTA img:hover {
     transform: rotate(1440deg);        
     transition: transform 1.5s ease-in-out;
}

#insta {
  filter: grayscale(0%);
}
#insta:hover {
  filter: contrast(100%) drop-shadow(5px 5px 15px #4CAF50);
     
}
#insta-band {
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #141f1c;
  border-top: 2px solid #4CAF50;
  border-bottom: 2px solid #4CAF50;
}
#insta-band h2 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 30px;
    padding-bottom: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
    color: #f2f2f2;
  }
#insta-band p {
    font-weight: 400;
    font-family: montserrat;
    text-transform: none;
    font-size: 18px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-transform: none;
  }
#insta-band a {
  color: #fff;
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#insta-band a:hover,
#insta-band a:focus {
  text-decoration: none;
  color: #4CAF50;
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
}


/*-------------- #BLOG-SECTION-HOME------*/
  #BLOG-SECTION-HOME {
	  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 10px;
  background: url(../img/backgrounds/Background-2.jpg) no-repeat top center scroll;
    background-color: #182421;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
#BLOG-SECTION-HOME h2 {
  font-family: montserrat;
  font-weight: 400;
  font-size: 36px;
  color: #FFDF00;
  text-transform: none;
  text-align: left;
}
@media(max-width:768px) {
		#BLOG-SECTION-HOME h2 {
      font-size: 30px;
}
}
#BLOG-SECTION-HOME h2 small {
  font-family: montserrat;
  font-weight: 400;
  font-size: 16px;
  color: #f2f2f2;
  text-transform: none;
  text-align: left;
}
#BLOG-SECTION-HOME p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  color: #f2f2f2;
  text-transform: none;
  text-align: left;
}
@media(max-width:768px) {
		#BLOG-SECTION-HOME p {
      font-size: 16px;
}
}
#BLOG-SECTION-HOME img {
  margin-top: 10px;
  margin-bottom: 10px;
}
#BLOG-SECTION-HOME a {
  color: #FFDF00;
  font-family: montserrat;
  font-weight: 400;
  font-size: 20px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#BLOG-SECTION-HOME a:hover,
#BLOG-SECTION-HOME a:focus {
  text-decoration: underline;
  color: #998500;
  font-family: montserrat;
  font-weight: 400;
  font-size: 20px;
}
#content-box {
     background-color: rgb(13, 13, 13, 0.8);
     padding-top: 30px;
     padding-bottom: 30px;
     padding-left: 30px;
     padding-right: 30px;
}
















#uniform-banner-desktop {
  height: auto;
  width: 100%;
  padding-top:50px;
  padding-bottom: 50px;
  background-color: #182421;
}
#uniform-banner-mobile {
  height: auto;
  width: 100%;
  padding-top:50px;
  padding-bottom: 0px;
  background-color: #182421;
}
@media(max-width: 768px) {
  #uniform-banner-desktop {
    display: none;
    }
}
@media(min-width: 768px) {
  #uniform-banner-mobile {
    display: none;
    }
}*/

@media(max-width: 768px) {
  #legal h1 {
    font-size: 22px;
    }
}
.modal-content {
  background-color: #2c323a;
}
.modal-header {
  border: #f2f2f2;
}
#shop-link {
  position: relative;
      margin-top:-18px;
      float:right;
      right:-18px;
      top:0px;
      text-transform: none;
}


/*-------------- VIDEOS DARK SECTION ------*/
  #Team_Submitted_Videos {
	  width: 100%;
	  height: auto;
	  padding-top: 30px;
	  padding-bottom: 20px;
	  background-color: #16191D;
	  color: #1a1a1a;
  }
#Team_Submitted_Videos h1 {
	  font-family: Bilbo Swash Caps;
	  font-weight: 400;
	  font-size: 56px;
	  color: #f2f2f2;
	  text-transform: none;
	  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
  }
#Team_Submitted_Videos h2 {
	  font-family: montserrat;
	  font-weight: 600;
	  font-size: 30px;
	  color: #f2f2f2;
	  text-transform: none;
	  text-align: center;
  }
#Team_Submitted_Videos h5 {
	  font-family: montserrat;
	  font-weight: 400;
	  font-size: 14px;
	  color: #f2f2f2;
	  text-transform: none;
	  text-align: center;
  margin-top: 5px;
   margin-bottom: 10px;
  }



.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}


/*------------------- Ad Banner ----------------*/
#ad-banner{
  width: 100%;
  height: auto;
  padding-top:80px;
  padding-bottom: 0px;
  background-color: rgb(13, 13, 13, 0.8);
  border-bottom: 2px solid #4CAF50;
  margin-bottom: 0px;
}
#ad-banner h6 {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 24px;
    padding-bottom: 0px;
    color: #fff;
  margin-bottom: 10px;
  }
@media(max-width:768px) {
		#ad-banner h6 {
      font-size: 20px;
}
}
#ad-banner h6 small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 16px;
    padding-bottom: 0px;
    color: #fff;
  }
@media(max-width:768px) {
		#ad-banner h6 small {
      font-size: 14px;
}
}
#ad-banner a {
  color: #0084FF;
  font-family: montserrat;
  font-weight: 600;
  font-size: 20px;
  text-decoration: underline;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#ad-banner a:hover,
#ad-banner a:focus {
  text-decoration: underline;
  color: #FDDE00;
  font-family: montserrat;
  font-weight: 600;
  font-size: 20px;
}

/*------------------- Ad Banner 2 ----------------*/
#ad-banner-2 {
  width: 100%;
  height: auto;
  padding-top:10px;
  padding-bottom: 0px;
  background-color: #78A6DC;
  border-top: 2px solid #4CAF50;
  border-bottom: 2px solid #4CAF50;
  margin-bottom: 0px;
}
#ad-banner-2 h6 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 28px;
    padding-bottom: 0px;
    color: #24255B;
  margin-bottom: 10px;
  }
@media(max-width:768px) {
		#ad-banner-2 h6 {
      font-size: 20px;
}
}
#ad-banner-2 h6 small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 16px;
    padding-bottom: 0px;
    color: #fff;
  }
@media(max-width:768px) {
		#ad-banner-2 h6 small {
      font-size: 14px;
}
}

/*------------------- Ad Banner 3 ----------------*/
#ad-banner-3 {
  width: 100%;
  height: auto;
  padding-top:100px;
  padding-bottom: 0px;
  background-color: #0d0d0d;
  border-top: 2px solid #E7D285;
  border-bottom: 2px solid #E7D285;
  margin-bottom: 0px;
}
#ad-banner-3 h6 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 28px;
    padding-bottom: 0px;
    color: #E7D285;
  margin-bottom: 10px;
  }
@media(max-width:768px) {
		#ad-banner-3 h6 {
      font-size: 18px;
}
}
#ad-banner-3 h6 small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 16px;
    padding-bottom: 0px;
    color: #E7D285;
  }
@media(max-width:768px) {
		#ad-banner-3 h6 small {
      font-size: 14px;
}
}
#ad-banner-3 p {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 18px;
    padding-bottom: 0px;
    color: #E7D285;
  text-align: left;
  }




/*-------------- THE BLOG MENU PAGE ------*/
  #the-blog-menu-page {
	  width: 100%;
	  height: auto;
	  padding-top: 30px;
	  padding-bottom: 20px;
	  background-color: #1A1D21;
	  color: #0d0d0d;
  }
#the-blog-menu-page h2 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 36px;
  color: #a6a6a6;
  text-transform: none;
  text-align: left;
}
@media(max-width:768px) {
		#the-blog-menu-page h2 {
      font-size: 32px;
}
}
#the-blog-menu-page h2 small {
  font-family: montserrat;
  font-weight: 400;
  font-size: 16px;
  color: #f2f2f2;
  text-transform: none;
  text-align: left;
  margin-top: 0px;
}
#the-blog-menu-page p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
  color: #f2f2f2;
  text-transform: none;
  text-align: left;
  margin-top: 0px;
}
#the-blog-menu-page a {
  color: #FFDF00;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#the-blog-menu-page a:hover,
#the-blog-menu-page a:focus {
  text-decoration: underline;
  color: #998500;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
}
.btn-blog {
    border: 1px solid #0d0d0d;
    color: #0d0d0d;
    background-color: #f2f2f2;
    font-weight: 500;
    font-family: montserrat;
  margin-bottom: 5px;
  }
  .btn-blog:hover,
  .btn-blog:focus {
    border: 1px solid #f2f2f2;
    outline: 0;
    color: #f2f2f2;
    background-color: #0d0d0d;
    font-weight: 500;
    font-family: montserrat;
    margin-bottom: 5px;
  }

/*-------------- THE BLOG ARTICLE PAGE ------*/
  #the-blog-article-page {
	  width: 100%;
	  height: auto;
	  padding-top: 30px;
	  padding-bottom: 20px;
	  background-color: #1A1D21;
	  color: #0d0d0d;
  }
#the-blog-article-page h2 {
  font-family: montserrat;
  font-weight: 400;
  font-size: 36px;
  color: #FFDF00;
  text-transform: none;
  text-align: left;
}
@media(max-width:768px) {
		#the-blog-article-page h2 {
      font-size: 32px;
}
}
#the-blog-article-page h2 small {
  font-family: montserrat;
  font-weight: 400;
  font-size: 16px;
  color: #f2f2f2;
  text-transform: none;
  text-align: left;
}
#the-blog-article-page p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  color: #f2f2f2;
  text-transform: none;
  text-align: left;
}
#the-blog-article-page img {
  margin-top: 10px;
  margin-bottom: 10px;
}
#the-blog-article-page a {
  color: #FFDF00;
  font-family: montserrat;
  font-weight: 400;
  font-size: 20px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#the-blog-article-page a:hover,
#the-blog-article-page a:focus {
  text-decoration: underline;
  color: #998500;
  font-family: montserrat;
  font-weight: 400;
  font-size: 20px;
}

#HeaderMessage {
  margin-top: 10px;
}
#HeaderMessage h3 {
  text-align: left;
}


/*------------------- FPSC WEBPAGE -----------------*/
#nav-brand p1 {
	font-family: montserrat;
	color: white;
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
/*--------- top bar --------*/

#top-bar {
  padding-top: 6px;
  padding-bottom: 0px;
  width: auto;
  background-color: #283E37;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: montserrat;
  font-weight: 500;
  border: 2px solid #FFDF00;
  border-radius: 10px;
}
#top-bar h6 {
  font-size: 14px;
  text-align: center;
  font-weight: 300;
}

.fix {
  position: fixed;
  bottom: 0px;
  left: 0%;
  /** this is w the location of the image 50% is centered**/
}

#fpsc2 {
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 10px;
  /*background: url(../img/headers/FPSC_Wallpaper_2020.png) no-repeat top center scroll;*/
    background-color: #182421;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:768px) {
		#fpsc2 {
      padding-top: 100px;
      padding-bottom: 30px;
      width: 100%;
      height: auto;
}
}
#fpsc2 h1 {
    font-weight: 400;
    font-family: montserrat;
    text-transform: none;
    font-size: 40px;
    padding-bottom: 0px;
    color: #fff ;
  }

#fpsc-home-landing {
  width: 100%;
  height:auto;
  padding-top: 200px;
  padding-bottom: 100px;
  background: url(../img/headers/FPSC-Header252.jpg) no-repeat top center scroll;
    background-color: #394A45;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:768px) {
		#fpsc-home-landing {
      display: none;
}
}
#fpsc-home-landing h1 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 40px;
  text-align: center; 
  color: #fff;
}
@media(max-width:768px) {
		#fpsc-home-landing h1 {
      font-size: 30px;
       margin-bottom: 0px;
}
}











#fpsc {
  width: 100%;
  height:auto;
  padding-top: 0px;
  padding-bottom: 30px;
  background: url(../img/headers/Header-2023-24-2.jpg) no-repeat center center scroll;
    background-color: #394A45;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:768px) {
		#fpsc {
      display: none;
}
}
@media(min-width:768px) {
		#fpsc-mobile {
      display: none;
}
}
#fpsc-mobile {
  width: 100%;
  height:auto;
  padding-top: 0px;
  padding-bottom: 50px;
  background: url(../img/headers/FPSC-Header252.jpg) no-repeat center center scroll;
    background-color: #394A45;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:768px) {
		#fpsc-mobile h1 {
      font-size: 30px;
}
}


#fpsc h1 {
    font-weight: 700;
    font-family: Ultra;
    text-transform: none;
    font-size: 80px;
    padding-bottom: 0px;
    color: #0d0d0d;
    text-shadow: 0px 0px 2px #fff, 0 0 2px #fff, 0 0 0px #fff;
  }
@media(max-width:768px) {
		#fpsc h1 {
      font-size: 60px;
       margin-bottom: 0px;
}
}
#fpsc h2 {
    font-weight: 700;
    font-family: Ultra;
    text-transform: none;
    font-size: 70px;
    padding-bottom: 0px;
  margin-top: 0px;
    color: #0d0d0d;
    text-shadow: 0px 0px 2px #fff, 0 0 2px #fff, 0 0 0px #fff;
  }
@media(max-width:768px) {
		#fpsc h2 {
      font-size: 45px;
       margin-bottom: 0px;
}
}
#fpsc img {
  padding-top: 0px;
}
  #fpsc h3 {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 26px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-transform: none;
  }
@media(max-width:768px) {
		#fpsc h3 {
      font-size: 20px;
}
}
#fpsc h3 small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 18px;
    color: #fff;
  }
#fpsc h4 {
    font-weight: 700;
    font-family: montserrat;
    text-transform: none;
    font-size: 40px;
    padding-bottom: 0px;
    color: #1a1a1a;
  }
#fpsc h5 {
    font-weight: 500;
    font-family: montserrat;
    font-size: 20px;
  color: #1a1a1a;
  text-align: left;
  text-transform: none;
}
#fpsc h6 {
    font-weight: 500;
    font-family: montserrat;
    font-size: 16px;
  color: #1a1a1a;
  text-align: center;
  text-transform: none;
}
#fpsc p {
    font-weight: 500;
    font-family: montserrat;
    font-size: 20px;
  color: #fff;
  text-align: center;
}
#fpsc img {
  padding-bottom: 0px;
  padding-top: 0px;
}
@media(max-width:768px) {
		#fpsc img {
      height: 250px;
      width: 250px;
}
}
#fpsc li {
  color: #fff;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
}
#fpsc a {
  color: #fff;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#fpsc a:hover,
#fpsc a:focus {
  text-decoration: underline;
  color: #E6E600;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
}


/*----------- WELL FPSC BULLETIN ----------*/
#well-fpsc-bulletin {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #CCA273;
}
#well-fpsc-bulletin p {
    font-weight: 500;
    font-family: montserrat;
    font-size: 20px;
  color: #444232;
  text-align: center;
}
#well-fpsc-bulletin h3 {
    font-weight: 500;
    font-family: montserrat;
    font-size: 28px;
  color: #fff;
  text-align: center;
}
#well-fpsc-bulletin img {
  margin-bottom: 20px;
  box-shadow: 5px 5px 10px #333333;
}
#well-fpsc a {
  color: #1a1a1a;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#well-fpsc a:hover,
#well-fpsc a:focus {
  text-decoration: underline;
  color: #bfbfbf;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
}


.btn-fpsc {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    font-weight: 500;
    font-family: montserrat;
  margin-bottom: 5px;
  }
  .btn-fpsc:hover,
  .btn-fpsc:focus {
    border: 1px solid #fff;
    outline: 0;
    color: #1a1a1a;
    background-color: #fff;
    font-weight: 500;
    font-family: montserrat;
    margin-bottom: 5px;
  }
  
  /*-------------- ARTICLES SECTION ------*/
  #articles {
	  width: 100%;
	  height: auto;
	  padding-top: 50px;
	  padding-bottom: 20px;
	  background-color: #F0F0F0;
	  color: #1a1a1a;
  }
  #articles h2 {
	  font-family: montserrat;
	  font-weight: 600;
	  font-size: 30px;
	  color: #1a1a1a;
	  text-transform: none;
	  text-align: center;
  }
  #articles h3 {
	  font-family: montserrat;
	  font-weight: 500;
	  font-size: 24px;
	  color: #1a1a1a;
	  text-transform: none;
	  text-align: left;
  }

  #articles h3 small {
	  font-family: montserrat;
	  font-weight: 400;
	  font-size: 12px;
	  color: #1a1a1a;
	  text-transform: none;
	  text-align: left;
  }
  #articles p {
	  font-family: montserrat;
	  font-weight: 500;
	  font-size: 18px;
	  color: #1a1a1a;
	  text-transform: none;
	  text-align: left;
  }
  #articles img {
	  margin-top: 10px;
	  margin-bottom: 10px;
	  box-shadow: 5px 5px 10px #303030;
	  border-radius: 5px;
  }
  #articles a {
  color: #0084FF;
  font-family: montserrat;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#articles a:hover,
#articles a:focus {
  text-decoration: none;
  color: #000;
  font-family: montserrat;
  font-weight: 600;
  font-size: 18px;
}




 /*-------------- ARTICLES LIGHT SECTION ------*/
  #articles-light {
	  width: 100%;
	  height: auto;
	  padding-top: 30px;
	  padding-bottom: 20px;
	  background-color: #182421;
	  color: #f2f2f2;
  }
#articles-light h1 {
	  font-family: Bilbo Swash Caps;
	  font-weight: 400;
	  font-size: 56px;
	  color: #f2f2f2;
	  text-transform: none;
	  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
  }
#articles-light h5 {
	  font-family: montserrat;
	  font-weight: 400;
	  font-size: 14px;
	  color: #f2f2f2;
	  text-transform: none;
	  text-align: center;
  margin-top: 5px;
   margin-bottom: 10px;
  }
  #articles-light h2 {
	  font-family: montserrat;
	  font-weight: 600;
	  font-size: 30px;
	  color: #f2f2f2;
	  text-transform: none;
	  text-align: center;
  }
  #articles-light h3 {
	  font-family: montserrat;
	  font-weight: 500;
	  font-size: 24px;
	  color: #f2f2f2;
	  text-transform: none;
	  text-align: left;
    margin-top: 20px;
  }
@media(max-width:768px) {
		#articles-light h3 {
      margin-top: 5px;
}
}
  #articles-light h3 small {
	  font-family: montserrat;
	  font-weight: 400;
	  font-size: 12px;
	  color: #f2f2f2;
	  text-transform: none;
	  text-align: left;
  }
 #articles-light h4 {
	  font-family: montserrat;
	  font-weight: 600;
	  font-size: 26px;
	  color: #f2f2f2;
	  text-transform: none;
	  text-align: center;
  }
  #articles-light p {
	  font-family: montserrat;
	  font-weight: 500;
	  font-size: 18px;
	  color: #f2f2f2;
	  text-transform: none;
	  text-align: left;
  }
 #articles-light img {
	  margin-top: 10px;
	  margin-bottom: 10px;
	  box-shadow: 5px 5px 10px #303030;
	  border-radius: 5px;
  }
 #articles-light a {
  color: #0084FF;
  font-family: montserrat;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#articles-light a:hover,
#articles-light a:focus {
  text-decoration: none;
  color: #808080;
  font-family: montserrat;
  font-weight: 600;
  font-size: 18px;
}

/*-------------- ARTICLES DARK SECTION ------*/
  #articles-dark {
	  width: 100%;
	  height: auto;
	  padding-top: 30px;
	  padding-bottom: 20px;
	  background-color: #141f1c;
	  color: #1a1a1a;
  }
#articles-dark h1 {
	  font-family: Bilbo Swash Caps;
	  font-weight: 400;
	  font-size: 56px;
	  color: #f2f2f2;
	  text-transform: none;
	  text-align: center;
  margin-bottom: 0px;
  margin-top: 0px;
  }
#articles-dark h5 {
	  font-family: montserrat;
	  font-weight: 400;
	  font-size: 14px;
	  color: #f2f2f2;
	  text-transform: none;
	  text-align: center;
  margin-top: 5px;
   margin-bottom: 10px;
  }
  #articles-dark h2 {
	  font-family: montserrat;
	  font-weight: 600;
	  font-size: 30px;
	  color: #f2f2f2;
	  text-transform: none;
	  text-align: center;
  }
  #articles-dark h3 {
	  font-family: montserrat;
	  font-weight: 500;
	  font-size: 24px;
	  color: #f2f2f2;
	  text-transform: none;
	  text-align: left;
    margin-top: 20px;
  }
@media(max-width:768px) {
		#articles-dark h3 {
      margin-top: 5px;
}
}
  #articles-dark h3 small {
	  font-family: montserrat;
	  font-weight: 400;
	  font-size: 12px;
	  color: #f2f2f2;
	  text-transform: none;
	  text-align: left;
  }
  #articles-dark p {
	  font-family: montserrat;
	  font-weight: 500;
	  font-size: 18px;
	  color: #f2f2f2;
	  text-transform: none;
	  text-align: left;
  }
 #articles-dark img {
	  margin-top: 10px;
	  margin-bottom: 10px;
	  box-shadow: 5px 5px 10px #303030;
	  border-radius: 5px;
  }
 #articles-dark a {
  color: #0084FF;
  font-family: montserrat;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#articles-dark a:hover,
#articles-dark a:focus {
  text-decoration: none;
  color: #808080;
  font-family: montserrat;
  font-weight: 600;
  font-size: 18px;
}

/*-------------- STORE SECTION ------*/
  #store-item {
	  padding-bottom: 20px;
  }
  #store {
	  width: 100%;
	  height: auto;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  background-color: #e5f2ee;
	  color: #1a1a1a;
  }
  #store h2 {
	  font-family: montserrat;
	  font-weight: 600;
	  font-size: 30px;
	  color: #1a1a1a;
	  text-transform: none;
	  text-align: center;
	  margin-bottom: 0px;
  }
  #store p {
	  font-family: montserrat;
	  font-weight: 500;
	  font-size: 18px;
	  color: #1a1a1a;
	  text-transform: none;
	  text-align: center;
  }
  #store p small {
	  font-family: montserrat;
	  font-weight: 500;
	  font-size: 14px;
	  color: #1a1a1a;
	  text-transform: none;
	  text-align: center;
  }
  #store a {
    padding-top: 3px;
    padding-bottom: 4px;
  color: #1a1a1a;
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
    text-transform: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#store a:hover,
#store a:focus {
  padding-top: 3px;
    padding-bottom: 4px;
  text-transform: none;
  color: #fff;
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
}
.btn-store {
    border: 1px solid #1a1a1a;
    color: #42dca3;
    background-color: transparent;
  font-family: montserrat;
  font-weight: 500;
  text-transform: none;
}

.btn-store:hover,
.btn-store:focus {
    border: 1px solid #324C44;
    outline: 0;
    color: #000;
    background-color: #324C44;
  font-family: montserrat;
  font-weight: 500;
  text-transform: none;
}


/*------------------- Registration Band ----------------*/
.outline {
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #fff;
}
@media (min-width:768px) {
  .outline {
    -webkit-text-stroke-width: .1px;
    -webkit-text-stroke-color: #fff;
}
}
#register-band {
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #141f1c;
  border-top: 2px solid #4CAF50;
  border-bottom: 2px solid #4CAF50;
}
#register-band h2 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 30px;
    padding-bottom: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
    color: #f2f2f2;
  }
#register-band h2  small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 18px;
    padding-bottom: 0px;
    color: #fff;
  }
#register-band h3 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    font-size: 26px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-transform: none;
  }
#register-band h3 small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 22px;
    line-height: 1.5;
    color: #fff;
    text-transform: none;
  }
#register-band h6 small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 14px;
    color: #fff;
    text-transform: none;
  margin-bottom: 10px;
  }


#register-band a {
  color: #fff;
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#register-band a:hover,
#register-band a:focus {
  text-decoration: none;
  color: #4CAF50;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
}

/*------------------- Video tutorial Registration Band ----------------*/
#register-band-video-tutorial {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #283E37;
  border-top: 2px solid #4CAF50;
  border-bottom: 2px solid #4CAF50;
}
#register-band-video-tutorial h2 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 30px;
    padding-bottom: 0px;
    color: #fff;
  }

/* ------------ Video Intro ----------*/
#intro-video {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #394A45;
  background: url(../img/fpsc-programs-wallpaper.jpeg) no-repeat center center fixed;
    background-color: #394A45;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* ------------ fpsc Programs SECTION ----------*/
#programs {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  /*background: url(../img/fpsc-programs-wallpaper.jpeg) no-repeat center center fixed;*/
    background-color: #182421;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}

#programs h2 {
    font-weight: 700;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 30px;
    margin-top: 25px;
    padding-bottom: 0px;
    color: #fff;
  }
@media (max-width:768px) {
  #programs h2 {
    font-size: 20px;
  }
}
#programs h2 small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 16px;
    padding-bottom: 0px;
    color: #fff;
  }
#programs p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #1a1a1a;
}
@media (max-width:768px) {
  #programs p {
    font-size: 14px;
  }
}
#programs a {
  color: #fff;
  font-family: montserrat;
  font-weight: 400;
  font-size: 20px;
  text-transform: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#programs a:hover,
#programs a:focus {
  text-decoration: underline;
  color: #4CAF50;
  font-family: montserrat;
  font-weight: 400;
  font-size: 20px;
  text-transform: none;
}
#programs li {
  font-family: montserrat;
  font-weight: 500;
  font-size: 22px;
  text-align: left;
  color: #1a1a1a;
}
.btn-programs {
    border: 1px solid #ff9900;
    color: #42dca3;
    background-color: #ff9900;
  font-weight:400;
}

.btn-programs:hover,
.btn-programs:focus {
    border: 1px solid #324C44;
    outline: 0;
    color: #000;
    background-color: #324C44;
  font-weight: 400;
}
#exampleAccordion501 {
  background-color: #f2f2f2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-radius: 15px;
}
#exampleAccordion100 {
  background-color: #f2f2f2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-radius: 15px;
}
#exampleAccordion101 {
  background-color: #f2f2f2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-radius: 15px;
}
#exampleAccordion102 {
  background-color: #f2f2f2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-radius: 15px;
}
#exampleAccordion103 {
  background-color: #f2f2f2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-radius: 15px;
}
#exampleAccordion104 {
  background-color: #f2f2f2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-radius: 15px;
}
#exampleAccordion105 {
  background-color: #f2f2f2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-radius: 15px;
}
#exampleAccordion105 h2 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #1a1a1a;
}


#exampleAccordion h3 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  text-transform: none;
  color: #fff;
}


/*-----------------------------------------------*/

/* ------------ fpsc Programs SECTION ----------*/
#programs2 {
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: transparent;
  
}

#programs2 h2 {
    font-weight: 700;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 30px;
  margin-top: 0px;
    padding-bottom: 0px;
    color: #fff;
  }
#programs2 h2 small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 16px;
    padding-bottom: 0px;
  margin-top: 0px;
    color: #fff;
  }
#programs2 p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 22px;
  text-align: left;
  color: #1a1a1a;
}
#programs2 a {
  color: #fff;
  font-family: montserrat;
  font-weight: 600;
  font-size: 20px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#programs2 a:hover,
#programs2 a:focus {
  text-decoration: none;
  color: #4CAF50;
  font-family: montserrat;
  font-weight: 600;
  font-size: 20px;
}
#programs2 li {
  font-family: montserrat;
  font-weight: 500;
  font-size: 22px;
  text-align: left;
  color: #1a1a1a;
}
.btn-programs2 {
    border: 1px solid #ff9900;
    color: #42dca3;
    background-color: #ff9900;
}

.btn-programs2:hover,
.btn-programs2:focus {
    border: 1px solid #324C44;
    outline: 0;
    color: #000;
    background-color: #324C44;
}
#exampleAccordion501 {
  background-color: #f2f2f2;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-radius: 15px;
}

/*-------------- NEWS SECTION -------------------*/
#news {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 50px;
  background:;
  /*background: url(../img/fpsc-programs-wallpaper.jpeg) no-repeat center center fixed;*/
    background-color: #182421;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}
#news h2 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 30px;
    padding-bottom: 0px;
    color: #1a1a1a;
  }
#news h2 small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 16px;
    padding-bottom: 0px;
    color: #1a1a1a;
  }
#news h3 {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 26px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #1a1a1a;
    text-align: left;
  }
#news h3 small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 14px;
    color: #1a1a1a;
  }
#news h4 {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 28px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-align: center;
  }
#news p {
    font-weight: 500;
    font-family: montserrat;
    font-size: 18px;
  color: #1a1a1a;
  text-align: left;
}
#news a {
  color: #0033cc;
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#news a:hover,
#news a:focus {
  text-decoration: none;
  color: #4CAF50;
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
}
#well-fpsc a {
  color: #0033cc;
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#well-fpsc a:hover,
#well-fpsc a:focus {
  text-decoration: none;
  color: #4CAF50;
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
}

#well-fpsc {
  width: auto;
  background-color: #e6e6e6;
  padding-top: 36px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
#well-fpsc img {
  padding-bottom: 15px;
}
#socialm {
  padding-bottom: 25px;
  padding-top: 20px;
}
#socialm h2 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 30px;
    padding-bottom: 0px;
    color: #fff;
    margin-top: 0px;
}
#socialm-title h2 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 30px;
    padding-bottom: 0px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0px;
}

/*-------------- NEWS LEGAL PAGE -------------------*/
#news-legal {
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: #1e1e1e;
  }
#news-legal h2 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 30px;
    padding-bottom: 0px;
    color: #1a1a1a;
  }
#news-legal h2 small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 16px;
    padding-bottom: 0px;
    color: #1a1a1a;
  }
#news-legal h3 {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 26px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #1a1a1a;
    text-align: left;
  }
#news-legal h3 small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 14px;
    color: #1a1a1a;
  }
#news-legal h4 {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 28px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-align: center;
  }
#news-legal p {
    font-weight: 500;
    font-family: montserrat;
    font-size: 18px;
  color: #1a1a1a;
  text-align: left;
}
.btn-legal {
    border: 1px solid #cc0000;
    color: #fff;
    background-color: #cc0000;
}

.btn-legal:hover,
.btn-legal:focus {
    border: 1px solid #4d0000;
    outline: 0;
    color: #f2f2f2;
    background-color: #4d0000;
}
#well-fpsc-legal a {
  color: #0033cc;
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#well-fpsc-legal a:hover,
#well-fpsc-legal a:focus {
  text-decoration: none;
  color: #4CAF50;
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
}

#well-fpsc-legal {
  width: auto;
  background-color: #e6e6e6;
  padding-top: 36px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
#well-fpsc-legal img {
  padding-bottom: 15px;
}

/*------------------ Bulletin Board Section ------------------------*/
#bulletin-board {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #182421;
}
#bulletin-board p {
    font-weight: 500;
    font-family: special elite;
    letter-spacing: 1.5px;
    font-size: 20px;
  color: #1a1a1a;
  text-align: center;
}
#bulletin-board p small {
    font-weight: 500;
    font-family: montserrat;
    font-size: 14px;
  color: #1a1a1a;
  text-align: center;
}
#bulletin-board h2 {
    font-weight: 500;
    font-family: montserrat;
    font-size: 28px;
  color: #1a1a1a;
  text-align: center;
}
#bulletin-board h3 {
    font-weight: 500;
    font-family:montserrat;
    font-size: 22px;
    color: #1a1a1a;
    text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  text-transform: none;
}
#bulletin-board h3 small {
    font-weight: 500;
    font-family: special elite;
    font-size: 18px;
    color: #1a1a1a;
    text-align: center;
  text-transform: none;
}
#bulletin-board h5 {
    font-weight: 500;
    font-family: montserrat;
    font-size: 16px;
    color: #1a1a1a;
    text-align: left;
  line-height: 1.5;
  text-transform: none;
}
#bulletin-board img {
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 5px 5px 10px #333333;
}

#bulletin-board a {
  color: #f2f2f2;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#bulletin-board a:hover,
#bulletin-board a:focus {
  color: #fff;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
}

/*------------ Weekly Schedule -----------*/
#weekly-schedule  {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #f2f2f2;
  color: #1a1a1a;
  border-radius: 20px;
}
#weekly-schedule a {
  color: #0084FF;
  font-family: special elite;
  font-weight: 500;
  line-height: 0.5;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#weekly-schedule a:hover,
#weekly-schedule a:focus {
  color: #1a1a1a;
  font-family: special elite;
  font-weight: 500;
  font-size: 20px;
}
#weekly-schedule iframe {
	padding-bottom: 20px;
}


/*-------------- SPOTLIGHT SECTION -------------------*/
#spotlight {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 50px;
  /*background: url(../img/fpsc-programs-wallpaper.jpeg) no-repeat center center fixed;*/
    background-color: #182421;
   /* -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}
#spotlight h2 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 30px;
    padding-bottom: 0px;
    color: #1a1a1a;
  }
#spotlight h2 small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 16px;
    padding-bottom: 0px;
    color: #1a1a1a;
  }
#spotlight h3 {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 26px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #1a1a1a;
    text-align: left;
  }
#spotlight h3 small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 14px;
    color: #1a1a1a;
  }
#spotlight h4 {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 28px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-align: center;
  }
#spotlight p {
    font-weight: 500;
    font-family: montserrat;
    font-size: 18px;
  color: #1a1a1a;
  text-align: left;
}
#team-spotlight a {
  color: #0084FF;
  font-family: montserrat;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#team-spotlight a:hover,
#team-spotlight a:focus {
  text-decoration: none;
  color: #000;
  font-family: montserrat;
  font-weight: 600;
  font-size: 18px;
}



/*-------------- VIDEO TUTORIAL SECTION -------------------*/
#video-tutorial {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 50px;
  /*background: url(../img/fpsc-programs-wallpaper.jpeg) no-repeat center center fixed;*/
    background-color: #182421;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}


/*------------------- TEAM DIRECTORY ----------------*/
#team-directory {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #f2f2f2;
}

#team-directory h2 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 30px;
    padding-bottom: 0px;
    color: #1a1a1a;
  }
#team-directory h3 {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 26px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #1a1a1a;
    text-transform: none;
  margin-bottom: 5px;
  }
#team-directory h2 small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 18px;
    color: #1a1a1a;
  }
#team-directory h4 {
    font-weight: 700;
    font-family: montserrat;
    text-transform: none;
    font-size: 40px;
    padding-bottom: 0px;
    color: #1a1a1a;
  }
#team-directory h5 {
    font-weight: 500;
    font-family: montserrat;
    font-size: 20px;
  color: #1a1a1a;
  text-align: left;
  text-transform: none;
}
#team-directory h6 {
    font-weight: 500;
    font-family: montserrat;
    font-size: 16px;
  color: #1a1a1a;
  text-align: center;
  text-transform: none;
}
#team-directory p {
    font-weight: 500;
    font-family: montserrat;
    font-size: 20px;
  color: #1a1a1a;
  text-align: center;
}
#team-directory img {
  padding-bottom: 0px;
  padding-top: 0px;
}
#team-directory li {
  color: #1a1a1a;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
}
#team-directory a {
  color: #1a1a1a;
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#team-directory a:hover,
#team-directory a:focus {
  text-decoration: none;
  color: #4CAF50;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
}

/*------------------------------------------------------*/


#player-team-form {
  padding-top: 15px;
  padding-bottom: 0px;
  height: auto;
  width: 100%;
  background-color: #394A45;
  border: 1px solid #FBE84C;
}
.btn-fpsc {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    font-weight: 500;
    font-family: montserrat;
    margin-bottom: 5px;
  }
  .btn-fpsc:hover,
  .btn-fpsc:focus {
    border: 1px solid #fff;
    outline: 0;
    color: #1a1a1a;
    background-color: #fff;
    font-weight: 500;
    font-family: montserrat;
    margin-bottom: 5px;
  }

/*------------------- CONTACT SECTION ----------------*/
#contact {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #394A45;
  border-top: 1px solid #4CAF50; 
  border-bottom: 1px solid #4CAF50; 
}
#contact h3 {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 26px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-transform: none;
  }
#contact h3 small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 18px;
    color: #fff;
  }
#contact p {
    font-weight: 500;
    font-family: montserrat;
    font-size: 20px;
  color: #fff;
  text-align: center;
}

#contact a {
  color: #fff;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#contact a:hover,
#contact a:focus {
  text-decoration: none;
  color: #000;
  font-family: montserrat;
  font-weight: 500;
  font-size: 24px;
}
/*-------------- Contact Form Styling --------------------*/
  #name  {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}
#image  {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}
#email {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}
#subject  {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}

#message {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}

/*------------NYCFC FORM -----------------*/
#age-group {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}
#day {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}
#yes {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}
#contact-page h4 {
    font-weight: 500;
    font-family: montserrat;
    font-size: 20px;
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-bottom: 5px;
}

/*-------------- end Contact section ------------*/

/*------------------ NYCFC Section ---------------*/
#nycfc {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 100px;
  border-bottom: 3px solid #000;
  background:;
  background: url(../img/fpsc-nyc-blue.png) no-repeat center center fixed;
    background-color: #394A45;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#nycfc h2 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 38px;
    padding-bottom: 0px;
    color: #1a1a1a;
}
#nycfc h3 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    text-align: left;
    font-size: 38px;
    padding-bottom: 0px;
    color: #1a1a1a;
}
#nycfc p {
    font-weight: 500;
    font-family: montserrat;
    font-size: 20px;
    color: #1a1a1a;
    text-align: left;
}
#nycfc img {
  margin-top: 50px;
}



.btn-adidas {
    border: 1px solid #E82547;
    color: #000;
    background-color: #E82547;
    font-weight: 500;
    font-family: montserrat;
  margin-bottom: 5px;
  }
  .btn-adidas:hover,
  .btn-adidas:focus {
    border: 1px solid #000;
    outline: 0;
    color: #E82547;
    background-color: #000;
    font-weight: 500;
    font-family: montserrat;
    margin-bottom: 5px;
  }
#adidas a {
  color: #000;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#adidas a:hover,
#adidas a:focus {
  text-decoration: underline;
  color: #E82547;
}




  
  /*---------------- Video Section --------------------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  
  
  

/*---------------------- Footer -------------*/
#footer {
  height: auto;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 50px;
  background-color: #182421; 
  border-top: 1px solid #4CAF50;
}
#footer h2 {
  margin-bottom: 25px;
  font-size: 16px;
  font-family: montserrat;
  font-weight: 500;
}
#footer h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: montserrat;
  font-weight: 500;
}
#footer p {
   margin: 0;
  font-size: 14px;
  font-family: montserrat;
  font-weight: 400;
}
#footer a {
  color: #f2f2f2;
  font-family: montserrat;
  font-weight: 500;
  font-size: 14px;
  -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;
  font-family: montserrat;
  font-weight: 500;
  font-size: 14px;
}
#footer-legal {
  padding-top: 0px;
}

/*-------------- End Footer ------------*/

#top-bar-elite {
  padding-top: 6px;
  padding-bottom: 4px;
  width: 100%;
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  color: #ffff00;
  font-family: montserrat;
  font-weight: 600;
}
.fix  { 
position:fixed; 
bottom: 0; 
right: 1%;  /** this is w the location of the image 50% is centered**/
}  


@media (max-width: 900px) {
  #top-bar-elite {
    display: none;
  }
  }

.parent {
  position: fixed;
  top: 0;
  left: 0;
}
.image1 {
  position: fixed;
  bottom: 20px;
  left: 1%;
}
.image2 {
  position: fixed;
  bottom:71px;
  left: 1%;
}
.image3 {
  position: fixed;
  bottom: 121px;
  left: 1%;
}
.image4 {
  position: fixed;
  bottom: 20px;
  right: 2%;
}


#top-bar-elite-2 {
  padding-top: 6px;
  padding-bottom: 4px;
  width: 100%;
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  color: #ffff00;
  font-family: montserrat;
  font-weight: 600;
}
.parent2 {
  position: fixed;
  top: 0;
  left: 0;
}
.image5 {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.image6 {
  position: fixed;
  bottom:20px;
  left: 55px;
}
.image7 {
  position: fixed;
  bottom: 20px;
  left: 90px;
}
.image8 {
  position: fixed;
  bottom: 20px;
  left: 125px;
}
@media (min-width: 900px) {
  #top-bar-elite-2 {
    display: none;
  }
  }


/*---------------------- Pages ------------------------------*/

/*------------------- TEAM DIRECTORY ----------------*/
#schedule-directory {
  width: 100%;
  height: auto;
  padding-top: 150px;
  padding-bottom: 20px;
  background-color: #e6e6e6;
}

#schedule-directory h2 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 30px;
    padding-bottom: 0px;
    color: #1a1a1a;
  }
#schedule-directory h3 {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 26px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #1a1a1a;
    text-transform: none;
  margin-bottom: 5px;
  }
#schedule-directory h2 small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 18px;
    color: #1a1a1a;
  }
#schedule-directory h4 {
    font-weight: 700;
    font-family: montserrat;
    text-transform: none;
    font-size: 40px;
    padding-bottom: 0px;
    color: #1a1a1a;
  }
#schedule-directory h5 {
    font-weight: 500;
    font-family: montserrat;
    font-size: 20px;
  color: #1a1a1a;
  text-align: left;
  text-transform: none;
}
#schedule-directory h6 {
    font-weight: 500;
    font-family: montserrat;
    font-size: 16px;
  color: #1a1a1a;
  text-align: center;
  text-transform: none;
}
#schedule-directory p {
    font-weight: 500;
    font-family: montserrat;
    font-size: 20px;
    color: #1a1a1a;
    text-align: center;
    line-height: 1px;
}
#schedule-directory img {
  padding-bottom: 0px;
  padding-top: 0px;
}
#schedule-directory li {
  color: #1a1a1a;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
}
#schedule-directory a {
  color: #1a1a1a;
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#schedule-directory a:hover,
#schedule-directory a:focus {
  text-decoration: none;
  color: #4CAF50;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
}

/*------------------------------------------------------*/

/*------------------------- Contact Page ----------------*/
#contact-page {
  width: 100%;
  height: auto;
  padding-top: 150px;
  padding-bottom: 50px;
  /*background: url(../img/fpsc-landing-wallpaper-checker.png) no-repeat center center fixed;*/
    background-color: #182421;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}
#contact-page h3 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    font-size: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-transform: none;
    margin-top: 20px;
  }
#contact-page p {
    font-weight: 500;
    font-family: montserrat;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
#contact-page a {
  color: #1a1a1a;
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#contact-page a:hover,
#contact-page a:focus {
  text-decoration: none;
  color: #4CAF50;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
}

/*------------------------- Hall Of Heros Page ----------------*/
#hall-of-heros-page {
  width: 100%;
  height: auto;
  padding-top:150px;
  padding-bottom: 50px;
  background-color: transparent;
}
#hall-of-heros-page h2 {
    font-weight: 600;
    font-family: "Old Standard TT", Lora;
    text-transform: none;
    font-size: 70px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-transform: none;
    margin-top: 0px;
  margin-bottom: 0px;
  text-shadow: 1px 1px 2px black, 0 0 10px #7ea57e, 0 0 25px #7ea57e;
  }
@media(max-width:768px) {
		#hall-of-heros-page h2 {
      font-size: 36px;
      font-family: "Old Standard TT", Lora;
}
}
#hall-of-heros-page h3  {
    font-weight: 600;
    font-family: "Old Standard TT", Lora;
    text-transform: none;
    font-size: 66px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-transform: none;
    margin-top: 0px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px black, 0 0 10px #7ea57e, 0 0 25px #7ea57e;
  }
@media(max-width:768px) {
		#hall-of-heros-page h3 {
      font-size: 40px;
      font-family: "Old Standard TT", Lora;
}
}
#hall-of-heros-page h5  {
    font-weight: 400;
    font-family: montserrat;
    text-transform: none;
    font-size: 14px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-transform: none;
    margin-top: 0px;
  }
#hall-of-heros-page p {
    font-weight: 300;
    font-family: montserrat;
    text-transform: none;
    font-size: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-transform: none;
    margin-top: 0px;
    text-align: left;
  }
@media(max-width:768px) {
		#hall-of-heros-page p {
      font-size: 18px;
      font-weight: 400;
      font-family: montserrat;
}
}

/*------------------------- Hall Of Heros Page 2 ----------------*/
#hall-of-heros-page-2 {
  width: 100%;
  height: auto;
  padding-top: 26px;
  padding-bottom: 0px;
  background-color: #0d0d0d;
}
#hall-of-heros-page-2 h2 {
    font-weight: 600;
    font-family: "Old Standard TT", Lora;
    text-transform: none;
    font-size: 70px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-transform: none;
    margin-top: 0px;
  margin-bottom: 0px;
  text-shadow: 1px 1px 2px black, 0 0 10px #7ea57e, 0 0 25px #7ea57e;
  }
@media(max-width:768px) {
		#hall-of-heros-page-2 h2 {
      font-size: 36px;
      font-family: "Old Standard TT", Lora;
}
}
#hall-of-heros-page-2 h3  {
    font-weight: 600;
    font-family: "Old Standard TT", Lora;
    text-transform: none;
    font-size: 66px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-transform: none;
    margin-top: 0px;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px black, 0 0 10px #7ea57e, 0 0 25px #7ea57e;
  }
@media(max-width:768px) {
		#hall-of-heros-page-2 h3 {
      font-size: 40px;
      font-family: "Old Standard TT", Lora;
}
}
#hall-of-heros-page-2 h5  {
    font-weight: 400;
    font-family: montserrat;
    text-transform: none;
    font-size: 14px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-transform: none;
    margin-top: 0px;
  }
#hall-of-heros-page-2 p {
    font-weight: 300;
    font-family: montserrat;
    text-transform: none;
    font-size: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-transform: none;
    margin-top: 0px;
    text-align: left;
  }
@media(max-width:768px) {
		#hall-of-heros-page-2 p {
      font-size: 18px;
      font-weight: 400;
      font-family: montserrat;
}
}


/*------------------------- Gallery Page ----------------*/
#gallery-page {
  width: 100%;
  height: auto;
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #283E37;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#gallery-page h2 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    font-size: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-transform: none;
    margin-top: 20px;
  }
#gallery-page h3 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    font-size: 26px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-transform: none;
    margin-top: 20px;
  text-align: center;
  }
#gallery-page p {
    font-weight: 500;
    font-family: montserrat;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
#gallery-page img {
  margin-bottom: 25px;
}

/*------------------------- Gallery Page  2 ----------------*/
#gallery-page2 {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 150px;
  background-color: #283E37;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#gallery-page2 h2 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    font-size: 30px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-transform: none;
    margin-top: 20px;
  }
#gallery-page2 h3 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    font-size: 26px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #fff;
    text-transform: none;
    margin-top: 20px;
  text-align: center;
  }
#gallery-page2 p {
    font-weight: 500;
    font-family: montserrat;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
#gallery-page2 img {
  margin-bottom: 25px;
}




#board-members p {
    font-weight: 500;
    font-family: montserrat;
    font-size: 20px;
    color: #fff;
    text-align: left;
}
#board-members a {
  color: #fff;
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#board-members a:hover,
#board-members a:focus {
  text-decoration: none;
  color: #000;
  font-family: montserrat;
  font-weight: 500;
  font-size: 24px;
}


/*------------------- SPONSOR PAGE -----------------*/

#sponsor-page {
  width: 100%;
  height: auto;
  padding-top: 120px;
  padding-bottom: 20px;
  background: url(../img/fpsc-landing-wallpaper-checker.png) no-repeat center center fixed;
    background-color: #394A45;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#sponsor-page h2 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 30px;
    padding-bottom: 0px;
    color: #fff;
  }
#sponsor-page h3 {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    text-align: left;
    font-size: 24px;
    padding-bottom: 0px;
    color: #fff;
  }
#sponsor-page h4 {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    text-align: center;
    font-size: 16px;
    padding-bottom: 0px;
    color: #fff;
  }
#sponsor-page h3 small {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    text-align: left;
    font-size: 16px;
    padding-bottom: 0px;
    color: #fff;
  }
#sponsor-page img {
  padding-bottom: 15px;
}
#sponsor-text {
  padding-bottom: 30px;
}
#sponsor-form {
  padding-top: 50px;
  padding-bottom: 50px;
}
#sponsor-page a {
  color: #4CAF50;
  font-family: montserrat;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#sponsor-page a:hover,
#sponsor-page a:focus {
  text-decoration: none;
  color: #000;
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
}



/*---------------------------------------- INDIANS SECTION ------------------------*/
#indians {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0px;
  background: url(../img/.png) no-repeat center center fixed;
    background-color: #394A45;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#indians h1 {
    font-weight: 700;
    font-family: montserrat;
    text-transform: none;
    font-size: 40px;
    padding-bottom: 20px;
    color: #fff;
  }
#indians h6 {
    font-weight: 600;
    font-family: montserrat;
    text-transform: none;
    font-size: 22px;
    padding-bottom: 0px;
    color: #fff;
  }
#indians p {
    font-weight: 500;
    font-family: montserrat;
    text-transform: none;
    font-size: 16px;
    padding-bottom: 0px;
    color: #fff;
  text-align: left;
  margin-top: 10px;
  }

#indians-img {
  margin-top: 0px;
}
#indians-img img {
  margin-bottom: 10px;
  margin-top: 20px;
}
#indians-p p {
  margin-top: 20px;
}


#indians a {
  color: #fff;
  font-family: montserrat;
  font-weight: 500;
  font-size: 22px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
#indians a:hover,
#indians a:focus {
  text-decoration: none;
  color: #000;
  font-family: montserrat;
  font-weight: 500;
  font-size: 24px;
}


/*------------------------- Table ----------------*/
#table-schedule {
  height: auto;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: transparent;
}

#table-schedule h2 {
  font-family: montserrat;
  font-weight: 600;
  text-align: center;
  color: #000;
}

#table-schedule p {
  font-family: montserrat;
  font-weight: 500;
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
  color: #000;
}

#table-schedule th {
  font-size: 18px;
  font-family: montserrat;
  font-weight: 600;
  text-align: center;
  color: #000;
}

#table-schedule td {
  font-size: 16px;
  font-family: montserrat;
  font-weight: 500;
  text-align: left;
  color: #000;
  border: 1px solid #000;
}

#table-schedule tr {
  color: #fff;
}
#table-schedule thead {
  background-color: #95d097;
}
.table-hover {
  background-color:  #cae8cb;
}

/*==========DIRSCTIONS 2 ---------------*/
#directions2 {
  height: auto;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #283E37;
}
#directions2 h2 {
  font-family:montserrat;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
#directions2 h3 {
  font-family:montserrat;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  text-align: left;
  text-transform: none;
}
#directions2 h3 small {
  font-family:montserrat;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-align: left;
  text-transform: none;
}
#directions2 p {
  font-family: montserrat;
  font-weight: 500;
  color: #fff;
  text-align: left;
  font-size: 18px;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}










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

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: #288DBC;
    -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;
}

.light {
    font-weight: 400;
}

/*---------------------------- SHOP LINK -----------------------
@media(max-width:768px) {
    #shoplink {
        display: none;
    }
}
/*------------------- END SHOP LINK ----------------------*/


/* Top Navigation */
.navbar  {
    webkit-box-shadow: 0px 2px 3px #4CAF50;
    moz-box-shadow:    0px 2px 3px #4CAF50;
    box-shadow:         0px 2px 3px #4CAF50;
    padding: 5px;
    background-color: #141f1c;
}

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

#nav-brand {
    font-family: montserrat;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.navbar-toggle {
    z-index:3;
    border: none;
    cursor: pointer;
    float: left;
    text-transform: none;
    margin-left: 0px;
}

.navbar-toggle a:hover {
    border: none;
    background-color: #000;
    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: #141f1c; 
    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: 32px;
    color: #4CAF50;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color:#4CAF50; 
}

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

/* 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;}
}







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

.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;
  font-family: montserrat;
  font-weight: 500;
  font-size: 14px;
}

.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: #1a1a1a;
    background-color: #4CAF50;
}

.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: rgba(255,255,255,.3);
}

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

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -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: #141f1c;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/header.jpg) no-repeat top center fixed;
    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;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#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 {
    padding-top: 10px;
    border-radius: 10;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 500;
    -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 #4CAE51;
    color: #FEDC04;
    background-color: #192521;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #4CAE51;
    outline: 0;
    color: #f2f2f2;
    background-color: #000;
}

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);
}
