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

h2 {
  display: block;
  width: 100%;
  color: #262945;
  padding: 70px 0 20px;
  font-size: calc(20px + 10 * (100vw - 420px) / 480);
  font-weight: 700;
  text-transform: lowercase;
}
@media screen and (max-width: 420px) {
  h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  display: block;
  font-size: calc(24px + 21 * (100vw - 420px) / 480);
}
@media screen and (max-width: 420px) {
  h2 span {
    font-size: 24px;
  }
}
@media screen and (min-width: 900px) {
  h2 span {
    font-size: 45px;
  }
}

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

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

.skipmeskip {
  display: none !important;
}

/********* HEADER *********/
header {
  background: #0e0c0f url(../../img/slide-1.jpg) 50% 50% repeat-x;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
header .nav-link {
  display: inline-block;
  padding: 15px;
  font-size: 12px;
  color: #ffffff;
  line-height: 50px;
  letter-spacing: 2px;
  font-weight: 300;
}
header .active > .nav-link {
  color: #a9a9a9;
}
header .mr-auto,
header .mx-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
header .only_logo a {
  margin: 0 auto;
}
header .only_logo a img {
  margin-top: 0;
}
header .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  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: #fff;
}
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 {
  background: #020525;
  color: #fff;
  font-size: calc(12px + 3 * (100vw - 420px) / 480);
  padding: 70px 0 150px;
}
@media screen and (max-width: 420px) {
  main #box1,
  main #box2,
  main #box3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  main #box1,
  main #box2,
  main #box3 {
    font-size: 15px;
  }
}
main #box1,
main #box2 {
  color: #a8a3af;
  line-height: 26px;
}
main #box1 {
  background: #020525;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 100% 200%;
  height: 100%;
  width: 100%;
}
main #box1 h2 {
  color: #262945;
}
main #box2 {
  background: #382065;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 100% 200%;
}
main #box2 h2 {
  color: #543f7c;
}
main #box3 {
  background: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  color: #141416;
}
main #box3 h6 {
  text-transform: lowercase;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: -1px;
  color: #838392;
}
main #contact_copyright {
  background: #110417;
}
main #contact_copyright #contact {
  color: #fff;
  padding: 50px 0 120px;
}
main #contact_copyright #contact .contact_text {
  display: block;
  font-size: calc(14px + 2 * (100vw - 420px) / 480);
  color: #c8c3cc;
  margin-bottom: 100px;
}
@media screen and (max-width: 420px) {
  main #contact_copyright #contact .contact_text {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  main #contact_copyright #contact .contact_text {
    font-size: 16px;
  }
}
main #contact_copyright #contact .form-control,
main #contact_copyright #contact .form-control:focus {
  background: transparent;
  color: #bfc4c8;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #bfc4c8;
  margin-bottom: 30px;
}
main #contact_copyright #contact .form-control.placeholder,
main #contact_copyright #contact .form-control:focus.placeholder {
  text-transform: lowercase;
  font-size: 0.85rem;
}
main #contact_copyright #contact .form-control:-moz-placeholder,
main #contact_copyright #contact .form-control:focus:-moz-placeholder {
  text-transform: lowercase;
  font-size: 0.85rem;
}
main #contact_copyright #contact .form-control::-moz-placeholder,
main #contact_copyright #contact .form-control:focus::-moz-placeholder {
  text-transform: lowercase;
  font-size: 0.85rem;
}
main #contact_copyright #contact .form-control::-webkit-input-placeholder,
main #contact_copyright #contact .form-control:focus::-webkit-input-placeholder {
  text-transform: lowercase;
  font-size: 0.85rem;
}
main #contact_copyright #contact .btn {
  background: transparent;
  color: #fff;
  font-size: 0.8rem;
  text-transform: lowercase;
  padding: 15px;
  margin-top: 30px;
  border-radius: 0;
  border-bottom: 2px solid #bfc4c8;
}
main #contact_copyright #copyright {
  padding: 30px 0 120px;
  color: #bfc4c8;
}
main #contact_copyright #copyright .copyright {
  margin-top: 40px;
}
main #contact_copyright h2 {
  color: #a9a9b4;
  font-size: calc(22px + 10 * (100vw - 420px) / 480);
}
@media screen and (max-width: 420px) {
  main #contact_copyright h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 900px) {
  main #contact_copyright h2 {
    font-size: 32px;
  }
}

/********* MEDIA *********/
@media (max-width: 767.98px) {
  header {
    background: none;
    background-color: #472041;
    background-image: url(../../img/slide-1.jpg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 280%;
  }
  header #navbar {
    background-color: rgba(255, 255, 255, 0.9);
  }
  header #navbar .navbar-brand {
    padding: 0;
  }
  header #navbar .navbar-brand img {
    max-width: 100px;
    padding: 0;
  }
  header #navbar .nav-link {
    line-height: 20px;
  }
  main #contact_copyright #contact {
    padding: 0;
  }
  main #contact_copyright #contact .contact_text {
    margin-bottom: 30px;
  }
  main #contact_copyright #copyright {
    padding-bottom: 30px;
  }
  main #contact_copyright #copyright h2 {
    padding: 30px 0 0px;
  }
  main #box1, main #box2, main #box3 {
    padding: 0 0 70px;
  }
  main #box3 h2 {
    padding: 86px 0 20px;
  }
  main #box3 h6 {
    padding: 0 0 5px;
  }
  main #box3 > .container > .row,
  main #contact > .container > .row,
  main #copyright > .container > .row {
    margin: 0;
  }
}

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