/**
 * Global
*/
body { background: #020202; }

#main {

}

.top-bar, .top-bar ul { background: none; }

/**
 * Header
*/
header#header { padding: 0 0 1rem 0; }

#site-logo {
  display: block;
  margin-bottom: 0rem;
  text-align: center;
}

#site-logo img {
  display: inline-block;
  max-width: 200px;
  width: 100%;
}

header#header h2 {
  color: #ff9300;
  font-family: 'Bevan', 'Trebuchet MS', Helvetica, serif;
  font-weight: bold;
  font-size: 1.15rem;
  margin-top: 1.6rem;
  text-align: center;
  text-transform: uppercase;
}

#menu-container {
  text-align: center;
}

ul#main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;    
}

ul#main-menu:after {
  clear: both;
  content: '';
  display: table;
  width: 100%;
}

ul#main-menu li {
  float: none;
  text-align: center;
}

ul#main-menu li a {
  color: #ff9300;
  font-family: 'Bevan', 'Trebuchet MS', Helvetica, serif;
  font-size: 0.95rem;
  font-weight: bold;
  padding: 0 .6rem;
  text-align: center;
    display: inline-block;
    float: left;
}

ul#main-menu li a:hover {
  text-decoration: underline;
}


@media screen and (min-width: 768px){
  header#header { padding: 1rem 0; }

  ul#main-menu {
    display: inline-block;
    text-align: center;
  }

  ul#main-menu li {
    float: left;
  }
}


@media screen and (min-width: 1000px){
  #site-logo {
    margin-bottom: 0;
    text-align: left;
  }
}


/* Home Main Area */
#home-main {
  padding-bottom: 1rem;
}

#home-main #hero {
  height: 135px;
  /*height: 255px;*/
  margin-top: 1rem;
  overflow: hidden;
  width: 100%;
}

#home-main #hero .slide {
  height: 135px;
  /*height: 255px;*/
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px){

  #home-main #hero {
    height: auto;
    margin-top: 0.5rem;
    max-height: 335px;
  }

  #home-main #hero .slide {
    height: auto;
    max-height: 335px;
  } 
}

#home-main #hero .slide p {
  background: rgba(0, 0, 0, 0.75);
  background: #930000;
  bottom: 0;
  color: #ffffff;
  font-size: .875rem;
  left: 0;
  margin: 0;
  padding: .85rem 1rem;
  position: absolute;
  width: 100%;
}

#home-main #hero .slide img { width: 100%; }

#hero .slick-arrow {
  position: absolute;
  top: 20%;
  z-index: 10;
}

@media screen and (min-width: 768px){
  #hero .slick-arrow {
    top: 40%;
  }
}

#hero .slick-arrow:first-child {
  left: 1%;
}

#hero .slick-arrow:last-child {
  right: 1%;
}

#join-container {
  text-align: center;
}

.buttons {
  display: inline-block;
  margin-top: 1rem;
}

h3.join {
  color: #ffffff;
  font-family: 'Bevan', 'Trebuchet MS', Helvetica, serif;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.red-button {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
}

.red-button a {
  border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-weight:bold;
	font-size: 12px;
  padding: 8px 10px;
  text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 1px #440000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0404+0,930000+100 */
  background: #cc0404; /* Old browsers */
  background: -moz-linear-gradient(top,  #cc0404 0%, #930000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc0404), color-stop(100%,#930000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cc0404 0%,#930000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cc0404 0%,#930000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cc0404 0%,#930000 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #cc0404 0%,#930000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0404', endColorstr='#930000',GradientType=0 ); /* IE6-9 */
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, .25);
}
.red-button a:hover {
	color: #D0D0D0;
}


@media screen and (min-width: 1000px){
  #home-main { padding-bottom: 1rem; }

  h3.join { text-align: left; }

  #join-container {
    text-align: left;
  }
}
@media screen and (max-width: 768px){

h3.join {
  color: #ffffff;
  font-family: 'Bevan', 'Trebuchet MS', Helvetica, serif;
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}   
    }  

@media screen and (min-width: 960px){
  .red-button {
    float: left;
    margin-right: 5px;
  }

  .red-button a {
    padding: 12px 12px;
    width: auto;
  }
}

/**
 * Footer
*/
footer#footer {
  padding: 1rem 0;
}

footer#footer h4 {
  color: #ffffff;
  font-family: 'Bevan', 'Trebuchet MS', Helvetica, serif;
  font-size: 1.15rem;
  font-weight: bold;
  text-transform: uppercase;
}

footer#footer #contact h4 { margin-top: 2rem; }

footer#footer #contact p {
  color: #ffffff;
  font-size: .875rem;
}

footer#footer #contact a { color: #ffffff; }

footer#footer ul.social li a {
  color: #c9c9c9;
  font-size: .875rem;
  margin-right: 10px;
  padding: 0;
  text-align: center;
}

footer#footer ul.social li a img {
  max-width: 60px;
}

nav#footer-nav ul {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
}

/*
nav#footer-nav ul li h4 {
  color: #ffffff;
  font-family: 'Rockwell Extra Bold', serif;
  font-size: 1.15rem;
  font-weight: bold;
  text-transform: uppercase;
}
*/

nav#footer-nav ul li a {
  color: #ffffff;
  font-size: 0.8rem;
  padding: 0.25rem 0;
}

nav#footer-nav ul li a:hover {
  text-decoration: underline;
}