/********* 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: 400;
  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;
}

h1 {
  font-size: calc(30px + 2 * (100vw - 420px) / 480);
  line-height: 38px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #010207;
  font-weight: 900;
  margin-top: 60%;
}
@media screen and (max-width: 420px) {
  h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 900px) {
  h1 {
    font-size: 32px;
  }
}
h1 p {
  font-size: calc(18px + 0 * (100vw - 420px) / 480);
  line-height: 18px;
  font-weight: 400;
}
@media screen and (max-width: 420px) {
  h1 p {
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  h1 p {
    font-size: 18px;
  }
}

h2 {
  display: block;
  width: 100%;
  padding: 0 0 30px;
  margin-top: 15px;
  font-size: calc(32px + 0 * (100vw - 420px) / 480);
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 420px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: calc(14px + 0 * (100vw - 420px) / 480);
  font-weight: 700;
  margin-top: 50px;
}
@media screen and (max-width: 420px) {
  h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  h3 {
    font-size: 14px;
  }
}

.navbar {
  background: #fff;
}

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

.navbar-light .navbar-nav .nav-link {
  color: #737373;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

.skipmeskip {
  display: none !important;
}

/********* HEADER *********/
header {
  background: #000000 url(../../img/header.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 .nav-link {
  display: inline-block;
  padding: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
header .mr-auto,
header .mx-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
header .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
header .row {
  width: 100%;
}

/********* MAIN *********/
main {
  background-color: #000000;
  overflow: hidden;
  color: #737373;
}
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: #45474a;
  background-size: cover !important;
  font-size: calc(14px + 0 * (100vw - 420px) / 480);
  line-height: 28px;
  padding: 100px 0;
}
@media screen and (max-width: 420px) {
  main #box1,
  main #box2 {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  main #box1,
  main #box2 {
    font-size: 14px;
  }
}
main #box1 {
  color: #fff;
}
main #box1 .row .animated div {
  width: 50%;
}
main #box2 {
  background: #000000 url(../../img/services.jpg) 50% 50% repeat-x fixed;
  color: #fff;
  padding: 100px 0;
}
main #box2 h3 {
  font-size: calc(16px + 0 * (100vw - 420px) / 480);
  font-weight: 700;
}
@media screen and (max-width: 420px) {
  main #box2 h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 900px) {
  main #box2 h3 {
    font-size: 16px;
  }
}
main #box2 .ctnt {
  line-height: 20px;
  margin-right: 50px;
}
main #contact_copyright {
  background: #fff;
  padding: 100px 0;
  color: #17212b;
}
main #contact_copyright #copyright h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
main #contact_copyright #copyright p {
  font-size: calc(14px + 0 * (100vw - 420px) / 480);
  line-height: 20px;
  margin-right: 50px;
}
@media screen and (max-width: 420px) {
  main #contact_copyright #copyright p {
    font-size: 14px;
  }
}
@media screen and (min-width: 900px) {
  main #contact_copyright #copyright p {
    font-size: 14px;
  }
}

/********* MEDIA *********/
@media (max-width: 767.98px) {
  .navbar-toggler {
    background: #fff;
  }
  header h1 {
    margin-top: 450px;
    line-height: 30px;
  }
  main #box1 .row .animated div {
    width: 100%;
  }
}

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