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

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

.mb50 {
  margin-bottom: 50px;
}

.skipmeskip {
  display: none !important;
}

/********* HEADER *********/
header {
  background: #0e0c0f url("../../img/slide-1-carousel-1.jpg") 50% 50% 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 #navbar {
  background-color: #000;
  opacity: 0.9;
  padding: 0 30px;
}
header #navbar .container {
  display: -webkit-box;
}
header .container .content {
  text-align: center;
  position: absolute;
  bottom: 100px;
  color: #fff;
}
header .container .content h1 {
  font-size: calc(30px + 15 * (100vw - 420px) / 480);
  line-height: 60px;
  text-align: center;
  font-weight: 300;
}
@media screen and (max-width: 420px) {
  header .container .content h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 900px) {
  header .container .content h1 {
    font-size: 45px;
  }
}
header .container .content div {
  margin-bottom: 20px;
  font-size: 0.8rem;
}
header .container .content a {
  color: #fff;
  text-transform: uppercase;
}
header .container .content a:after {
  content: " ";
  display: block;
  width: 90px;
  height: 5px;
  position: relative;
  bottom: -5px;
  margin: 0 auto;
  background-color: #ffffff;
}
header .navbar-brand img {
  margin: 5px 0;
}
header .nav-link {
  color: #cccccc;
  display: inline-block;
  padding: 0;
  font-size: calc(11px + 3 * (100vw - 420px) / 480);
  font-weight: 400;
  line-height: 50px;
}
@media screen and (max-width: 420px) {
  header .nav-link {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  header .nav-link {
    font-size: 14px;
  }
}
header .active > .nav-link {
  color: #ffffff;
}
header .mr-auto,
header .mx-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
header .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000000 !important;
  z-index: 9999;
}
header .sticky .navbar-brand {
  padding: 0;
}
header .sticky .navbar-brand img {
  max-width: 70px;
  padding: 0;
}
header .sticky .nav-link {
  line-height: 20px;
}

/********* MAIN *********/
main {
  background-color: #000000;
  overflow: hidden;
  color: #e4eaeb;
}
main h2,
main h3 {
  display: block;
  font-size: calc(22px + 8 * (100vw - 420px) / 480);
  color: #141022;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 420px) {
  main h2,
  main h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 900px) {
  main h2,
  main h3 {
    font-size: 30px;
  }
}
main h6 {
  width: 100%;
  padding: 10px 0 5px;
  font-size: calc(10px + 2 * (100vw - 420px) / 480);
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 85px;
}
@media screen and (max-width: 420px) {
  main h6 {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  main h6 {
    font-size: 12px;
  }
}
main h6::after {
  display: block;
  background-color: #000;
  width: 40px;
  height: 5px;
  content: " ";
  position: relative;
  bottom: -40px;
  margin: 0 auto;
}
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 {
  color: #e4eaeb;
  font-size: calc(12px + 2 * (100vw - 420px) / 480);
  padding: 100px 0;
}
@media screen and (max-width: 420px) {
  main #box1,
  main #box2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  main #box1,
  main #box2 {
    font-size: 14px;
  }
}
main #box1 img,
main #box2 img {
  margin-bottom: 40px;
}
main #box1 {
  background: rgb(240, 239, 239);
  text-align: center;
  padding: 100px 0;
  color: #1c2a41;
}
main #box1 .revealOnScroll > div {
  font-size: calc(11px + 2 * (100vw - 420px) / 480);
}
@media screen and (max-width: 420px) {
  main #box1 .revealOnScroll > div {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  main #box1 .revealOnScroll > div {
    font-size: 13px;
  }
}
main #box2 {
  background: #000;
}
main #box2 h2 {
  color: #fff;
}
main #box2 h3 {
  color: #e4eaeb;
  line-height: 47px;
  font-size: calc(12px + 2 * (100vw - 420px) / 480);
  padding: 0 15px;
}
@media screen and (max-width: 420px) {
  main #box2 h3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  main #box2 h3 {
    font-size: 14px;
  }
}
main #box2 h6::after {
  background-color: #fff;
  margin: 0;
}
main #box2 .underline:after {
  display: block;
  width: 40px;
  height: 5px;
  content: " ";
  position: relative;
  bottom: -40px;
  margin: 0;
  margin-bottom: 85px;
  background-color: #ffffff;
}
main #contact {
  z-index: 999;
  background-color: #c5c5c6;
  color: #000;
  padding: 100px 0 60px;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
main #contact #screen {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 210px;
  max-width: 700px;
  background-image: url("../../img/slide-5-screen-700.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
main #contact h2 {
  color: #000;
}
main #contact h2 span {
  display: block;
  padding: 10px 0 5px;
  font-size: calc(10px + 2 * (100vw - 420px) / 480);
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 420px) {
  main #contact h2 span {
    font-size: 10px;
  }
}
@media screen and (min-width: 900px) {
  main #contact h2 span {
    font-size: 12px;
  }
}
main #contact h2 span:after {
  display: block;
  width: 40px;
  height: 5px;
  content: " ";
  position: relative;
  bottom: -40px;
  margin: 0;
  margin-bottom: 85px;
  background-color: #000;
}
main #contact h4 {
  font-size: calc(25px + 10 * (100vw - 420px) / 480);
  line-height: 35px;
  font-weight: 900;
}
@media screen and (max-width: 420px) {
  main #contact h4 {
    font-size: 25px;
  }
}
@media screen and (min-width: 900px) {
  main #contact h4 {
    font-size: 35px;
  }
}
main #contact .form-control,
main #contact .form-control:focus {
  background: transparent;
  color: #000;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}
main #contact .form-control.placeholder,
main #contact .form-control:focus.placeholder {
  text-transform: uppercase;
  font-size: 0.85rem;
}
main #contact .form-control:-moz-placeholder,
main #contact .form-control:focus:-moz-placeholder {
  text-transform: uppercase;
  font-size: 0.85rem;
}
main #contact .form-control::-moz-placeholder,
main #contact .form-control:focus::-moz-placeholder {
  text-transform: uppercase;
  font-size: 0.85rem;
}
main #contact .form-control::-webkit-input-placeholder,
main #contact .form-control:focus::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 0.85rem;
}
main #contact .btn {
  background-color: transparent;
  font-size: calc(11px + 3 * (100vw - 420px) / 480);
  color: #000;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #000;
  border-radius: 0;
  padding: 10px 15px;
}
@media screen and (max-width: 420px) {
  main #contact .btn {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  main #contact .btn {
    font-size: 14px;
  }
}
main #contact #form_message {
  border: 2px solid #000 !important;
  height: 100px;
}
main #contact .content {
  width: 70%;
  font-weight: 900;
}
main #contact .copyright {
  color: #000;
  margin-top: 50px;
}
main #contact .copyright img {
  margin-right: 20px;
}

/********* MEDIA *********/
@media (max-width: 767.98px) {
  header {
    background: none;
    background-image: url(../../img/slide-1-carousel-1.jpg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  header h1 {
    margin-top: 30px;
  }
  main #box2 > .container > .row,
  main #box3 > .container > .row,
  main #contact > .container > .row {
    margin: 0;
  }
  main #box1 img {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  main #box2 {
    padding: 100px 0 30px;
  }
  main #box2 img {
    margin-bottom: 0;
  }
  main #box2 .col-md-6:nth-child(3) {
    margin-bottom: 50px !important;
  }
  main #box3 > .container {
    padding: 0;
  }
  main #box3 .col-md-7 {
    margin-top: 40px;
  }
  main #contact {
    padding: 70px 0 90px;
  }
  main #copyright {
    padding: 100px 15px 20px;
  }
  main #copyright .icon img {
    margin-bottom: 0;
  }
}

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