

@font-face {
  font-family: Font_One;
  src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
  font-family: Font_Two;
  src: url('../fonts/Roboto-Light.ttf');
}

@font-face {
  font-family: Font_Three;
  src: url('../fonts/Brandon-Grotesque-Light.ttf');
}

@font-face {
  font-family: Font_Four;
  src: url('../fonts/GillSansStd.ttf');
}

body {
  background: #000000;
  color: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
  font-family: Font_Two;
}

.section_2 { background-color: #1a1a1a; }
.section_2:nth-child(odd) { background-color: #292929; }

a {
  text-decoration: none;
  color: #f72d28;
}
a:hover {
  text-decoration: none;
  color: #f72d28;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.header {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header_generic {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px;
  background-image:url('../img//header_inside_image.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}

.header_generic h1 {
  font-family: Font_Three;
  font-weight: bold;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
  margin-top: 230px;
  font-size: 1.8em;
}

.carousel {
  max-height: 100vh;
  width: 100%;
}

.carousel-item {
  max-height: 100vh;
}

.carousel-item img {
  opacity: 0.5;
  height: 100%;
  max-width: none;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  
}

.carousel-caption {
  top: 40%;
  bottom: initial;
  padding-top: 0;
  padding-bottom: 0;
}

.carousel-caption h1 {
  color: white;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
  font-family: Font_Three;
  font-weight: bold;
  font-size: 1.6em;
  text-transform: uppercase;
}



.header_main {
  position: absolute;
  top: 0px;
  text-align: center;
  color: white;
  z-index: 100;
}

.header_main .header_title {
  margin:  40px auto;
}

.navbar {
  background:  #292929e3;
  z-index: 200;
  
}
.navbar-toggler {
  border: solid 2px rgb(146, 146, 146);
  -webkit-transition: all .5s;
  transition: all .5s;
  top: 1em;
  left: 1em;
}

.navbar-toggler-icon {
  color: white;
}
.nav-link {
  text-decoration: none;
  color: white;
  margin: 0 12px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
  font-family: Font_One;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.nav-link:hover {
  text-decoration: none;
  color: white;
  text-shadow: none;
}

.active {
  color: #f1403d;
}

.separator_white {
  width: 100%;
  height: 7px;
  background-color: white;
}
.separator_red {
  width: 100%;
  height: 7px;
  background-color: #f72d28;
}

.generic_main {
  background-color: #f72d28;
  text-align: center;
  padding: 3em;
  height: auto;
  color: white;
}


.section_1 {
  background-color: #f72d28;
  padding: 4em 0;

}
.section_1 h1 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Font_Three;
  letter-spacing: 3px;
  margin-bottom: 1.5em;
}

.section_1 .section_1_text {
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1);
}

.section_1 a {
  color: white;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.section_1 a:hover {
  color: white;
  font-weight: bold;
}

.section_1 p {
  font-size: 18px;
}
.section_2 p {
  font-size: 16px;
}

.section_1 img,
.section_2 img {
    width: 100%;
    max-width: 280px;
}

.section_2 {
  background-color: #1a1a1a;
  padding: 4em 0;
}

.section_2 h2 {
  color: #f72d28;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Font_Four;
  letter-spacing: 3px;
  margin: 2rem 0;
}

.thanks h2,
.thanks p {
  margin-left: 0!important;
  padding-left: 0!important;
  font-size: 1em;
}


.faq {
  background-color: #1a1a1a;
  color: white;
  padding: 2em;
  padding-bottom: 3em;
}
.faq .title {
  text-align: center;
  margin: 2em;
}
.question {
  background-color: #292929;
  margin: 1em;
  padding: 1em;
  border-radius: 8px;
}
.question a {
  font-size: 1.2em;
  color: #c02320;
}
.question a:hover {
  text-decoration-line: underline;
}

.contact {
  background-image: url("../img/footer_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; 
  padding: 4em 0;
}

.box_form {
  background-color: #000000ab;
  padding: 1em;
  margin: 1em 0;
  text-align: left;
  max-width: 800px;
}

.box_form h2 {
  font-size: 35px;
  color: #f72d28;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Font_Four;
  letter-spacing: 3px;
}

.box_form input,
.box_form textarea {
  color: #000000;
}

.form-group {
  width: 100%;
}
.form-control {
  margin: .5em 0;
}

.submit {
  margin-top: 20px;
  background-color: #f72d28;
  border: none;
  border-radius: 6px;
  padding: .5em .8em .5em .8em;
  font-family: Font_Four;
  font-size: 20px;
  letter-spacing: 3px;
  color: white!important;
  cursor: pointer;
  
  -webkit-transition: all .5s;
  transition: all .5s;
}
.submit:hover {
  background-color: #c02320;
}

.redirect {
    color:white;
    text-decoration:none;
}
.redirect:hover {
    color:white;
    text-decoration:none;
}

.footer {
  background-color: #000000;
  height: 200px;
  text-align: center;
  color: #5c5c5c;
  font-family: Font_Two;
  font-weight: bold;

}
.footer p {
  margin-top: 4em;
}
.footer a {
  color: #5c5c5c;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: none;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.footer .links {
  margin: 1em 0;
}
.footer .links a {
  text-decoration: none;
}

.footer .links .icon {
  margin: 2em 3em;
  height:40px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.footer .links .icon:hover {
  height:43px;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
  
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 600px) {
  .box_form {
      padding: 3em;
      margin: 2em 0;
  }
  .header_generic {
    height: 360px;
  }
}

@media (min-width: 765px) {
  .navbar {
      display: initial;
      background:  none;
  }
  .header_generic h1 {
      font-size: 2.5em;
    }
  .carousel-caption h1 {
      font-size: 2.5em;
  }
  .section_1 h1 {
      font-size: 45px;
      margin-bottom: 0;
  }
  .section_2 h2 {
      font-size: 38px;
      margin-bottom: 0;
  }
  
  .section_1 p {
    text-align: left; 
  }
  
  .section_2 p,
  .section_2 h2 {
     padding-left: 1rem; 
  }
  .section_1 h1 {
      text-align: right;
      padding-right: 1rem; 
  } 
  .section_1 img,
  .section_2 img {
    max-width: 370px;
   }
   
   .thanks h2,
   .thanks p {
      margin-left: 0!important;
      padding-left: 0!important;
    }
}



@media (min-width: 1000px) {
  .carousel-caption h1 {
      font-size: 2.8em;
  }  
}

@media (min-width: 1900px) {
.carousel-item img {
      left: 0;
      position: relative;
      transform: translateX(0);
      -webkit-transform: translateX(0);
}
}















