/********* FONTS & CONFIG *********/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,700,900");
/********* VARIABLES *********/
/********* MIXINs *********/
/********* GENERAL *********/
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: calc(12px + 3 * (100vw - 420px) / 480);
  color: #201e1a;
}
@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;
}

.skipmeskip {
  display: none !important;
}

/********* HEADER *********/
header {
  background: #0e0c0f url("../../img/slide-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 {
  padding: 0 30px;
}
header h1 {
  line-height: 25px;
  letter-spacing: -1px;
  color: #ffffff;
}
header h1 #h1 {
  display: inline-block;
  font-size: calc(30px + 20 * (100vw - 420px) / 480);
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  header h1 #h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 900px) {
  header h1 #h1 {
    font-size: 50px;
  }
}
header h1 #h1 span {
  font-weight: 100;
}
header h1 #h2 {
  display: inline-block;
  font-size: calc(23px + 17 * (100vw - 420px) / 480);
  line-height: 45px;
  font-weight: 700;
}
@media screen and (max-width: 420px) {
  header h1 #h2 {
    font-size: 23px;
  }
}
@media screen and (min-width: 900px) {
  header h1 #h2 {
    font-size: 40px;
  }
}
header h1 #h3 {
  display: inline-block;
  font-size: calc(15px + 10 * (100vw - 420px) / 480);
  color: #cccccc;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 420px) {
  header h1 #h3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) {
  header h1 #h3 {
    font-size: 25px;
  }
}
header h1 #next {
  display: block;
  background: url("../../img/slide-1-more.png") no-repeat left center;
  height: 42px;
  font-size: calc(14px + 6 * (100vw - 420px) / 480);
  color: #ffffff;
  text-decoration: none;
  line-height: 42px;
  padding-left: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 420px) {
  header h1 #next {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  header h1 #next {
    font-size: 20px;
  }
}
header .navbar-brand img {
  max-width: 300px;
}
header .nav-link {
  display: inline-block;
  padding: 15px;
  font-size: calc(11px + 3 * (100vw - 420px) / 480);
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
}
@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: #201e1a;
}
header .mr-auto,
header .mx-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
header .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
header .sticky .navbar-brand {
  padding: 0;
}
header .sticky .navbar-brand img {
  max-width: 100px;
  padding: 0;
}
header .sticky .nav-link {
  line-height: 20px;
}

/********* MAIN *********/
main {
  background-color: #000000;
  overflow: hidden;
  color: #201e1a;
}
main h2 {
  display: block;
  height: 40px;
  padding: 0 0 48px 45px;
  font-size: calc(24px + 16 * (100vw - 420px) / 480);
  font-weight: 200;
  text-transform: uppercase;
}
@media screen and (max-width: 420px) {
  main h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 900px) {
  main h2 {
    font-size: 40px;
  }
}
main h2 span {
  float: left;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  margin: 0;
}
main h2 span:first-child {
  font-size: 27px;
}
main h2 span:last-child {
  font-size: 12px;
}
main h3 {
  font-size: calc(20px + 7 * (100vw - 420px) / 480);
  font-weight: 100;
  margin-top: 70px;
}
@media screen and (max-width: 420px) {
  main h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  main h3 {
    font-size: 27px;
  }
}
main h6 {
  width: 100%;
  padding: 30px 0 5px;
  font-size: calc(18px + 2 * (100vw - 420px) / 480);
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 420px) {
  main h6 {
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  main h6 {
    font-size: 20px;
  }
}
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,
main #box3,
main #box4 {
  font-size: calc(12px + 3 * (100vw - 420px) / 480);
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 420px) {
  main #box1,
  main #box2,
  main #box3,
  main #box4 {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  main #box1,
  main #box2,
  main #box3,
  main #box4 {
    font-size: 15px;
  }
}
main #box1 {
  background: #5f5756;
  color: #e0d6d5;
}
main #box1 h2 {
  background: url("../../img/slide-2-title.png") no-repeat left center;
}
main #box2 {
  background: #c7a240;
}
main #box2 h2 {
  background: url("../../img/slide-3-title.png") no-repeat left center;
}
main #box3 {
  background: #e0d7d7;
}
main #box3 h2 {
  background: url("../../img/slide-4-title.png") no-repeat left center;
}
main #box3 .revealOnScroll > div {
  background-color: #f1e9e8;
  box-shadow: 2px 4px 5px #c4bbba;
  padding: 40px 25px;
  margin-top: 70px;
}
main #box3 .revealOnScroll > div h3 {
  font-weight: 700;
  font-size: calc(11px + 3 * (100vw - 420px) / 480);
  margin: 0 0 20px 0;
}
@media screen and (max-width: 420px) {
  main #box3 .revealOnScroll > div h3 {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  main #box3 .revealOnScroll > div h3 {
    font-size: 14px;
  }
}
main #box4 {
  background: #0e0c0f;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}
main #box4 h2 {
  display: none;
}
main #box4 h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
main #box4 a {
  color: #fff;
}
main #contact {
  background: #cccccd;
  color: #201e1a;
  padding: 70px 0 100px;
}
main #contact h2 {
  background: url("../../img/slide-5-title.png") no-repeat left center;
  color: #201e1a;
}
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: #201e1a;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #201e1a;
  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 #captcha_reload {
  display: inline-block;
  color: #201e1a;
  text-decoration: none;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-left: 10px;
}
main #contact .btn {
  background-color: transparent;
  font-size: calc(11px + 3 * (100vw - 420px) / 480);
  color: #201e1a;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #201e1a;
  border-radius: 0;
  padding: 10px 15px;
  margin-top: 30px;
}
@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 .content {
  width: 70%;
  font-weight: 900;
}
main #contact #copyright {
  margin-top: 55%;
  margin-left: 50px;
}
main #contact .copyright {
  font-weight: 900;
  margin-top: 10px;
}
main #contact .contact_text {
  margin-bottom: 50px;
}

/********* MEDIA *********/
@media (max-width: 767.98px) {
  header #navbar {
    padding: 0 10px;
  }
  header .nav-link {
    line-height: 25px;
  }
  header h1 {
    line-height: 20px;
  }
  header h1 #h1 {
    line-height: 20px;
  }
  main #box3 > .container > .row,
  main #contact > .container > .row,
  main #copyright > .container > .row {
    margin: 0;
  }
  main #box3 > .container,
  main #contact > .container,
  main #copyright > .container {
    padding: 0;
  }
  main #contact #copyright {
    margin: 70px 0 0 0;
  }
}

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