/********* FONTS & CONFIG *********/
@import url("https://fonts.googleapis.com/css?family=Lato:400,300");
/********* VARIABLES *********/
/********* MIXINs *********/
/********* GENERAL *********/
body {
  margin: 0;
  padding: 0;
  font-family: "Lato";
  font-size: calc(12px + 4 * (100vw - 420px) / 480);
  color: #ffffff;
}
@media screen and (max-width: 420px) {
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  body {
    font-size: 16px;
  }
}

.container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

h2 {
  padding: 50px 0 20px;
  font-size: calc(43px + 3 * (100vw - 420px) / 480);
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 420px) {
  h2 {
    font-size: 43px;
  }
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 46px;
  }
}

h6 {
  padding: 30px 0 5px;
  font-size: calc(33px + 3 * (100vw - 420px) / 480);
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 420px) {
  h6 {
    font-size: 33px;
  }
}
@media screen and (min-width: 900px) {
  h6 {
    font-size: 36px;
  }
}

.navbar-brand img {
  max-width: 200px;
}

.w100p {
  width: 100%;
}

.skipmeskip {
  display: none !important;
}

/********* HEADER *********/
header {
  background: #000000 url(../../img/slide-1.png) 50% 0 repeat-x fixed;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
header h1 {
  margin-top: -300px;
  font-weight: 900;
  font-size: calc(40px + 40 * (100vw - 420px) / 480);
  color: #dfe6ec;
  text-align: center;
  text-shadow: 0px 2px 5px #000;
}
@media screen and (max-width: 420px) {
  header h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 900px) {
  header h1 {
    font-size: 80px;
  }
}
header .only_logo a {
  margin: 5px auto;
}
header .mr-auto,
header .mx-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
header .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000;
  z-index: 2;
}
header .sticky .navbar-brand {
  padding: 0;
}
header .sticky .navbar-brand img {
  max-width: 135px;
  padding: 0;
}

/********* MAIN *********/
main {
  background-color: #000;
  overflow: hidden;
  color: #ffffff;
}
main .mainbox {
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
main #box1,
main #box2 {
  background: #ffffff;
  color: #000;
  padding: 50px 0 100px;
}
main #box1 img,
main #box2 img {
  max-width: 100%;
  margin: 100px 0;
}
main #box1 h2 {
  color: #bb0000;
}
main #box2 {
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background: #000000 url(../../img/slide-3.png) 50% 0 no-repeat;
  background-size: cover;
  color: #ffffff;
}
main #box2 .container > .row {
  margin: 0;
}
main #contact_copyright {
  background: #000000 url(../../img/slide-4.jpg) 50% 0 no-repeat;
  background-size: cover;
  color: #b0b4b0;
}
main #contact_copyright #contact {
  color: #ffffff;
  padding: 50px 0 70px;
}
main #contact_copyright #contact h2 {
  color: #b0b4b0;
}
main #contact_copyright #contact .container > .row {
  margin: 0;
}
main #contact_copyright #contact .contact_text {
  color: #b0b4b0;
  margin-bottom: 100px;
}
main #contact_copyright #contact .form-control,
main #contact_copyright #contact .form-control:focus {
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #b0b4b0;
  margin-bottom: 50px;
}
main #contact_copyright #contact .form-control.placeholder,
main #contact_copyright #contact .form-control:focus.placeholder {
  text-transform: uppercase;
}
main #contact_copyright #contact .form-control:-moz-placeholder,
main #contact_copyright #contact .form-control:focus:-moz-placeholder {
  text-transform: uppercase;
}
main #contact_copyright #contact .form-control::-moz-placeholder,
main #contact_copyright #contact .form-control:focus::-moz-placeholder {
  text-transform: uppercase;
}
main #contact_copyright #contact .form-control::-webkit-input-placeholder,
main #contact_copyright #contact .form-control:focus::-webkit-input-placeholder {
  text-transform: uppercase;
}
main #contact_copyright #contact #captcha_reload {
  display: inline-block;
  color: #b0b4b0;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 10px;
}
main #contact_copyright #contact .btn {
  background: transparent;
  text-transform: uppercase;
  color: #b0b4b0;
  padding: 15px;
  border-radius: 0;
  border-bottom: 2px solid #b0b4b0;
}
main #contact_copyright #copyright {
  padding: 30px 0 100px;
}
main #contact_copyright #copyright h2 {
  text-transform: none;
}
main #contact_copyright #copyright h6 {
  font-size: calc(12px + 4 * (100vw - 420px) / 480);
}
@media screen and (max-width: 420px) {
  main #contact_copyright #copyright h6 {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  main #contact_copyright #copyright h6 {
    font-size: 16px;
  }
}
main #contact_copyright #copyright .container {
  border-top: 2px solid #3b4750;
  padding-top: 30px;
}
main #contact_copyright #copyright .container > .row {
  margin: 0;
}
main #contact_copyright #copyright .copyright {
  display: block;
  margin-top: 40px;
}

/********* MEDIA *********/
@media (max-width: 767.98px) {
  header h1 {
    margin-top: -150px;
  }
  main #box1,
  main #box2 {
    padding: 0;
  }
  main #copyright .col-md-12 {
    margin-top: 30px;
  }
}

/*# sourceMappingURL=main.css.map */
