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

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

h2 {
  font-size: calc(65px + 75 * (100vw - 420px) / 480);
  color: #cbcbcb;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 420px) {
  h2 {
    font-size: 65px;
  }
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 140px;
  }
}

h6 {
  font-size: calc(24px + 2 * (100vw - 420px) / 480);
}
@media screen and (max-width: 420px) {
  h6 {
    font-size: 24px;
  }
}
@media screen and (min-width: 900px) {
  h6 {
    font-size: 26px;
  }
}

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

.nav-link {
  display: inline-block;
  padding: 15px;
  font-size: 12px;
  color: #a9a9a9;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 300;
}

.active > .nav-link,
.nav-link:hover {
  color: #ffffff;
}

.navbar-dark .navbar-toggler {
  border-color: #bda67c;
}

.skipmeskip {
  display: none !important;
}

/********* HEADER *********/
header {
  background: #1c1b18 url(../../img/slide-1.jpg) 50% 50% no-repeat fixed;
  background-attachment: scroll;
  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 {
  font-size: calc(47px + 33 * (100vw - 420px) / 480);
  font-weight: 600;
  color: #d8d5d0;
  line-height: 1.2em;
}
@media screen and (max-width: 420px) {
  header h1 {
    font-size: 47px;
  }
}
@media screen and (min-width: 900px) {
  header h1 {
    font-size: 80px;
  }
}
header h1 span {
  display: block;
  font-size: calc(85px + 55 * (100vw - 420px) / 480);
  color: #bda67c;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -5px;
}
@media screen and (max-width: 420px) {
  header h1 span {
    font-size: 85px;
  }
}
@media screen and (min-width: 900px) {
  header h1 span {
    font-size: 140px;
  }
}
header h1 p {
  width: 55%;
  font-size: calc(15px + 3 * (100vw - 420px) / 480);
  color: #d8d5d0;
  font-weight: 400;
  line-height: 1.8em;
  margin-top: 50px;
}
@media screen and (max-width: 420px) {
  header h1 p {
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) {
  header h1 p {
    font-size: 18px;
  }
}
header .mr-auto,
header .mx-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
header .sticky {
  position: fixed;
  background: #000000;
  top: 0;
  width: 100%;
  z-index: 2;
}
header .sticky .navbar-brand {
  padding: 0;
}
header .sticky .navbar-brand img {
  max-width: 150px;
  padding: 0;
}
header .sticky .nav-link {
  line-height: 20px;
}

/********* MAIN *********/
main {
  overflow: hidden;
}
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: #e7e7e7;
  padding: 100px 0;
  color: #000000;
}
main #box2 {
  background: #ffffff;
}
main #box2 .justify-content-center,
main #box2 .justify-content-end {
  margin-top: 50px;
}
main #box2 img {
  width: 100%;
}
main #contact_copyright #contact {
  background: #131313 url(../../img/slide-4.jpg) 50% 50% no-repeat;
  background-attachment: scroll;
  padding: 100px 0;
}
main #contact_copyright #contact h2 {
  color: #4d483f;
}
main #contact_copyright #contact .contact_text {
  margin-bottom: 50px;
}
main #contact_copyright #contact .form-control,
main #contact_copyright #contact .form-control:focus {
  background: transparent;
  color: #9b9b9b;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  margin-bottom: 30px;
}
main #contact_copyright #contact .form-control.placeholder,
main #contact_copyright #contact .form-control:focus.placeholder {
  font-size: 0.85rem;
  color: #9b9b9b;
  text-transform: uppercase;
}
main #contact_copyright #contact .form-control:-moz-placeholder,
main #contact_copyright #contact .form-control:focus:-moz-placeholder {
  font-size: 0.85rem;
  color: #9b9b9b;
  text-transform: uppercase;
}
main #contact_copyright #contact .form-control::-moz-placeholder,
main #contact_copyright #contact .form-control:focus::-moz-placeholder {
  font-size: 0.85rem;
  color: #9b9b9b;
  text-transform: uppercase;
}
main #contact_copyright #contact .form-control::-webkit-input-placeholder,
main #contact_copyright #contact .form-control:focus::-webkit-input-placeholder {
  font-size: 0.85rem;
  color: #9b9b9b;
  text-transform: uppercase;
}
main #contact_copyright #contact .btn {
  background: transparent;
  color: #9b9b9b;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 15px;
  margin-top: 30px;
  border-radius: 0;
  border-bottom: 2px solid #9b9b9b;
}
main #contact_copyright #copyright {
  background: #ffffff;
  padding: 100px 0;
  color: #000000;
}
main #contact_copyright #copyright h6 {
  padding-top: 50px;
}

footer {
  background: #000000;
  padding: 50px 0;
}
footer #copyright_footer_menu {
  justify-content: left;
  color: #9d9d9d;
}
footer .navbar-brand {
  padding: 0;
}

/********* MEDIA *********/
@media (max-width: 767.98px) {
  header #navbar .navbar-brand {
    padding: 0;
  }
  header #navbar .navbar-brand img {
    max-width: 100px;
    padding: 0;
  }
  header #navbar .nav-link {
    line-height: 20px;
  }
  header h1 p {
    width: 100%;
  }
  main #box2 img {
    width: 50%;
    margin-bottom: 30px;
  }
  footer {
    padding: 20px 0 30px;
  }
}

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