@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sancreek&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@font-face {
  font-family: 'rebel_bonesregular';
  src: url('../fonts/rebel_bones.-webfont.woff2') format('woff2'),
       url('../fonts/rebel_bones.-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

:root {
    --charcoal: #202020;
    --red: #e81919;
    --grey: #585858;
    --silver: #d4d4d4;
    --darkGrey: #2e2e2e;
    --gold: #d4b310;
}
body {
  background-color: #000000;
  background-image: url(../images/backMain.png);
  background-repeat: no-repeat;
  background-position: center 195px;
  background-attachment: scroll;
  
}
@media (min-width: 768px) {
  body {
    background-attachment: fixed;
    
  }
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}
h1 {
  font-family: 'rebel_bonesregular', Sancreek, cursive;
  text-transform: uppercase;
  font-size: 2.25rem;
  color: #ffffff;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.75rem;
  }
}
h2 {
  font-family: 'rebel_bonesregular', Sancreek, cursive;
  text-transform: uppercase;
  font-size: 1.75rem;
  color: #ffffff;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}
h3 {
  font-family: 'rebel_bonesregular', Sancreek, cursive;
  text-transform: uppercase;
  font-size: 1.125rem;
  color: #ffffff;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
  }
}
h5 {
  font-family: 'rebel_bonesregular', Sancreek, cursive;
  text-transform: uppercase;
  font-size: 2rem;
  color: #ffffff;
  line-height: 90%;
  padding-left: 10px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 3.5rem;
    padding-left: 170px;
  }
}
header {
  top: 0px;
  padding-top: 10px;
  position: scroll;
  z-index: 150;
  background: transparent;
  transition: .75s background-color;
  background-image: url(../images/backHeader.jpg);
  background-repeat: no-repeat;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-bottom-color: #000000;
  overflow: hidden;
}
@media (min-width: 1200px) {
  header {
    padding-top: 70px;
    position: fixed;
	overflow:visible;
  } 
}
.changeBackgroundColor {
  background-color: var(--charcoal);
}
#mainNav {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.35rem;
  font-weight: 900;
}

#mainNav a:link, #mainNav a:visited {
  text-decoration: none;
  color: var(--red);
  text-shadow:
   -1px -1px 0 #ffffff,  
    1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
     1px 1px 0 #ffffff;
}
#mainNav a:hover {
  color: #ffffff;
}

#mainNav .dropdown-menu {
  border-radius: 0px;
  background-color: var(--charcoal);
}
@media (min-width:1200px) {
	#mainNav .dropdown-menu {
		margin-top: -60px;
	}
}
a:hover.dropdown-item {
  background-color: var(--charcoal);
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.6)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border:2px solid #909090;
} 

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: #b0b0b0;
    box-shadow: none;
}

.showSmall {
  display: block;
  text-align: center;
}
@media (min-width: 1200px) {
  .showSmall {
    display: none;
  }
}
.showSmall img {
  max-width: 40%;
}
.showLarge {
  display: none;
}
.showLarge img {
  opacity: 1;
  -webkit-transition: all .5s linear;
-moz-transition: all .5s linear;
-ms-transition: all .5s linear;
-o-transition: all .5s linear;
transition: all .5s linear;
}
.showLarge img:hover {
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .showLarge {
    margin-top: -70px;
    display: block;
  }
}
.navbar-toggler {
  margin-top: -170px;
}

#hero {
  background-image: url(../images/backMain.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  height: 250px;
  padding: 0px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #hero {
    height: 100vh;
    background-size: cover;
  }
}
#hero .overlay {
  background-color: rgba(32, 32, 32, .85);
  height: 100%;
  text-align: center;
  padding-top: 75px;
}
@media (min-width: 768px) {
  #hero .overlay {
    padding-top: 250px;
  }
}
@media (min-width: 1200px) {
  #hero .overlay {
    padding-top: 450px;
  }
}
/*
#hero .overlay p:nth-child(2) {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 110%;
}
@media (min-width: 768px) {
  #hero .overlay p:nth-child(2) {
    font-size: 3.5rem;
  }
}
*/


#hero .overlay p:nth-child(2) {
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 110%;
}
@media (min-width: 768px) {
  #hero .overlay p:nth-child(2) {
    font-size: 4rem;
  }
}
#eventsLeadIn {
  background-color: var(--charcoal);
  color: #ffffff;
  padding-top: 25px;
  padding-bottom: 15px;
}
#eventsLeadIn .col-md-5 {
  text-align: center;
}
#eventsLeadIn .col-md-7 {
  padding-top: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  #eventsLeadIn .col-md-7 {
    padding-top: 50px;
    text-align: left;
  }
}
#eventsLeadIn p:nth-child(1) {
font-family: 'rebel_bonesregular', Sancreek, cursive;
text-transform: uppercase;
font-size: 1.55rem;
line-height: 110%;
letter-spacing: 2px;
}
@media (min-width: 768px) {
  #eventsLeadIn p:nth-child(1) {
    font-size: 3rem;
    }
}
#eventsLeadIn p:nth-child(1) span {
  position: absolute;
  margin-top: -5px;
}
@media (min-width: 768px) {
  #eventsLeadIn p:nth-child(1) span {
    margin-top: -10px;
  }
}
  #eventsLeadIn .btn {
    background-color: var(--red);
    border-color: var(--red);
    color: #ffffff;
    border-radius: 0px;
    text-transform: uppercase;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
  }
  #eventsLeadIn .btn:hover {
    background-color: transparent;
    border-color: var(--red);
    color: var(--red);
  }
#content {
  padding: 0px;
}
#content.interior {
  padding-bottom: 90px;
  margin-top:120px;
}
@media (min-width:1200px) {
	#content.interior {
		margin-top:290px;
	}
}

.interiorText {
	padding-left:1rem;
	padding-right:1rem;
}
@media (min-width:768px) {
	.interiorText {
		padding-left:0;
		padding-right:0;
	}
}

.picHolder {
  margin-bottom: 35px;
}
.upcoming .row img,
.past .row img {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}

#content p,
#content ul li {
  font-family: 'Lato', sans-serif;
  color: var(--silver);
  font-size: .975rem;
  font-weight: 300;
  margin-top: 0px;
}
@media (min-width: 768px) {
  #content p,
  #content ul li {
    font-size: 1.25rem;
  }
}

#content p.eventInfo {
	text-align:center;
	font-size:1.75rem;
}

#content .btn {
  background-color: var(--red);
  border-color: var(--red);
  color: #ffffff;
  border-radius: 0px;
  text-transform: uppercase;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
#content .btn:hover {
  background-color: transparent;
  border-color: var(--red);
  color: var(--red);
}
section.mission {
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: var(--red);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--red);
}
.mission .col-md-7 {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .mission .col-md-7 {
    padding-top: 0px;
  }
}

.donate {
  margin-top: 0px;
  background-color: var(--charcoal);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--red);
}

.donate .col-md-7 {
  text-align: left;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .donate .col-md-7 {
    text-align: right;
    padding-top: 0px;
  }
}
.donate .col-md-5 {
  text-align: right;
}

.sponsorPics img {
	margin-bottom:1.5rem;
}

#join {
  background-color: var(--red);
  
}

#logoHolder {
  position: inherit;
  margin-top: 10px;
  margin-left: 0px;
  text-align: center;
}
@media (min-width: 768px) {
  #logoHolder {
    position: absolute;
    margin-top: -55px;
    margin-left: 125px;
  }
}
#join .col-md-8 {
  padding-top: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  #join .col-md-8 {
    text-align: left;
  }
}
#join .col-md-8 p:nth-child(1) {
  font-family: 'rebel_bonesregular', Sancreek, cursive;
  text-transform: uppercase;
  font-size: 2.25rem;
  line-height: 110%;
  color: #ffffff;
  letter-spacing: 2px;
  }
  @media (min-width: 768px) {
    #join .col-md-8 p:nth-child(1) {
      font-size: 4rem;
      }
  }
  #join .col-md-8 p:nth-child(2) {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: .95rem;
    margin-top: -20px;
    color: #ffffff;
font-weight: 500;
letter-spacing: 1px;
    }
    @media (min-width: 768px) {
      #join .col-md-8 p:nth-child(2) {
        font-size: 1.25rem;
        }
    }
    #join .btn {
      background-color: #ffffff;
      border-color: #ffffff;
      color: var(--red);
      border-radius: 0px;
      text-transform: uppercase;
      -webkit-transition: all .5s linear;
      -moz-transition: all .5s linear;
      -ms-transition: all .5s linear;
      -o-transition: all .5s linear;
      transition: all .5s linear;
    }
    #join .btn:hover {
      background-color: transparent;
      border-color: #ffffff;
      color: #ffffff;
    }
    #social {
      padding-top: 35px;
      padding-bottom: 35px;
    }
    @media (min-width: 768px) {
      #social {
        padding-top: 75px;
        padding-bottom: 75px;
      }
    }
    #social .col-md-8 {
padding-top: 50px;
margin-bottom: 50px;
    }
    .carousel-inner img {
      width: 100%;
    }
    #social .btn {
      margin-top: 25px;
    }
    #merch {
      background-color: var(--red);
      text-align: center;
      color: #ffffff;
      padding-top: 25px;
      padding-bottom: 25px;
      line-height: 250%;
      overflow: hidden;
      border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #000000;
    }
    #merch p:nth-child(2) {
      font-family: 'rebel_bonesregular', Sancreek, cursive;
      text-transform: uppercase;
      font-size: 2rem;
      color: #ffffff;
    }
    @media (min-width: 768px) {
      #merch p:nth-child(2) {
        font-size: 3rem;
      }
    }
   
    #merch .btn {
      background-color: #ffffff;
      border-color: #ffffff;
      color: var(--red);
      border-radius: 0px;
      text-transform: uppercase;
      -webkit-transition: all .5s linear;
      -moz-transition: all .5s linear;
      -ms-transition: all .5s linear;
      -o-transition: all .5s linear;
      transition: all .5s linear;
    }
    #merch .btn:hover {
      background-color: transparent;
      border-color: #ffffff;
      color: #ffffff;
    }
#footer {
  background-color: var(--charcoal);
  color: var(--silver);
  padding-top: 25px;
  padding-bottom: 25px;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: var(--red);
}
#footer .col-md-6:nth-child(1) {
  text-align: center;
  padding-right: 05px;
}
@media (min-width: 768px) {
  #footer .col-md-6:nth-child(1) {
    text-align: right;
    padding-right: 75px;
  }
}
#footer .col-md-6:nth-child(2) {
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 768px) {
  #footer .col-md-6:nth-child(2) {
    text-align: left;
    padding-top: 50px;
  }
}
#footer .col-md-6:nth-child(2) span {
  text-align: center;
}
#footer img {
  max-width: 40%;
}
@media (min-width: 768px) {
  #footer img {
    max-width: 20%;
   
  }
}
#footer a:link, #footer a:visited {
  text-decoration: none;
  color: var(--silver);
}
#footer a:hover {
  color: var(--red);
}
.fa-facebook, .fa-youtube {
  font-size: 2.25rem;
}
.fa-facebook {
  margin-right: 75px;
}
.line {
  display: block;
  width: 150px;
  height: 5px;
  background-color:var(--grey);
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .alignRight {
    margin-left: auto;
  }
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.modal-content {
  border:2px solid #dd0000;
  border-radius: 0px;
  background-color: var(--charcoal);
  color: var(--silver);
}
.modal-header {
  border-style: none;
}
#eventsLeadIn .col-md-5 p.nextEvent {
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
}
p.nextEvent {
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
}
.centeredBullets {
  list-style: none;
  line-height: 300%;
}
#sponsors {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
#sponsors img {
  max-width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #sponsors img {
    max-width: 90%;
  }
}
.gold h2 {
  color: var(--gold);
}
.gold a:link, .gold a:visited {
  color: var(--gold);
  text-decoration: none;
}
.gold a:hover {
  color: var(--silver);
}