/********* FONTS & CONFIG *********/
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,700,900");
/********* VARIABLES *********/
/********* MIXINs *********/
/********* GENERAL *********/
body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: calc(12px + 3 * (100vw - 420px) / 480);
  color: #ededed;
}
@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: #ededed;
  padding: 70px 0 20px;
  font-size: calc(24px + 16 * (100vw - 420px) / 480);
  font-weight: 200;
  text-transform: lowercase;
}
@media screen and (max-width: 420px) {
  h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 40px;
  }
}

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 .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: #ededed;
}
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,
main #box5 {
  background: #ffffff;
  color: #ededed;
  font-size: calc(12px + 3 * (100vw - 420px) / 480);
  padding-bottom: 70px;
}
@media screen and (max-width: 420px) {
  main #box1,
  main #box2,
  main #box3,
  main #box4,
  main #box5 {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  main #box1,
  main #box2,
  main #box3,
  main #box4,
  main #box5 {
    font-size: 15px;
  }
}
main #box1,
main #box4 {
  background: #ffffff;
  color: #222222;
}
main #box2 {
  background: #000000;
}
main #box3,
main #box5 {
  background: #ffffff url(../../img/services.jpg) 50% 50%;
}
main #box1 h2,
main #box2 h2,
main #box4 h2,
main #box5 h2 {
  font-size: calc(30px + 30 * (100vw - 420px) / 480);
  color: #f04059;
}
@media screen and (max-width: 420px) {
  main #box1 h2,
  main #box2 h2,
  main #box4 h2,
  main #box5 h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 900px) {
  main #box1 h2,
  main #box2 h2,
  main #box4 h2,
  main #box5 h2 {
    font-size: 60px;
  }
}
main #box4 {
  color: #0b0d07;
  font-weight: bold;
}
main #box4 a {
  color: #0b0d07;
}
main #box5 {
  background: #000000;
  font-size: calc(15px + 0 * (100vw - 420px) / 480);
  line-height: 20px;
}
@media screen and (max-width: 420px) {
  main #box5 {
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) {
  main #box5 {
    font-size: 15px;
  }
}
main #box5 img {
  max-width: 100%;
  border-radius: 12px;
  margin-top: 50px;
}
main #box5 h3 {
  margin-top: 50px;
  color: #f04059;
  font-size: calc(25px + 2 * (100vw - 420px) / 480);
}
@media screen and (max-width: 420px) {
  main #box5 h3 {
    font-size: 25px;
  }
}
@media screen and (min-width: 900px) {
  main #box5 h3 {
    font-size: 27px;
  }
}
main #box5 h6 {
  padding: 0;
  font-size: calc(17px + 0 * (100vw - 420px) / 480);
}
@media screen and (max-width: 420px) {
  main #box5 h6 {
    font-size: 17px;
  }
}
@media screen and (min-width: 900px) {
  main #box5 h6 {
    font-size: 17px;
  }
}
main #contact_copyright {
  background: #000 url(../../img/footer.jpg) 50% 50% repeat-x fixed;
}
main #contact_copyright #contact {
  color: #ededed;
  padding: 50px 0 120px;
}
main #contact_copyright #contact .contact_text {
  display: block;
  font-size: calc(12px + 10 * (100vw - 420px) / 480);
  color: #c8c3cc;
  margin-bottom: 100px;
}
@media screen and (max-width: 420px) {
  main #contact_copyright #contact .contact_text {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  main #contact_copyright #contact .contact_text {
    font-size: 22px;
  }
}
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: #ededed;
  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;
}

/********* MEDIA *********/
@media (max-width: 767.98px) {
  header {
    background: #0e0c0f url(../../img/slide-1-mobile.jpg) 50% 50% no-repeat;
    background-size: contain;
  }
  header #navbar {
    background-color: rgba(0, 0, 0, 0.8);
  }
  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 #box2 > .container > .row,
  main #box3 > .container > .row,
  main #box4 > .container > .row,
  main #box5 > .container > .row,
  main #contact > .container > .row,
  main #copyright > .container > .row {
    margin: 0;
  }
  main #box5 img {
    margin-bottom: 20px;
  }
  main #box5 h3 {
    margin-top: 50px;
  }
}

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