/********* FONTS & CONFIG *********/
@import url("https://fonts.googleapis.com/css?family=Oswald:100,200,400,300");
/********* VARIABLES *********/
/********* MIXINs *********/
@font-face {
  font-family: "Social";
  src: url("../fonts/social.eot");
  src: url("../fonts/social.eot?#iefix") format("embedded-opentype"), url("../fonts/social.woff2") format("woff2"), url("../fonts/social.woff") format("woff"), url("../fonts/social.ttf") format("truetype"), url("../fonts/social.svg#social") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Social";
    src: url("../fonts/social.svg#social") format("svg");
  }
}
.fi:before {
  display: inline-block;
  font-family: "Social";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-facebook-logo-button:before {
  content: "\f100";
}

.flaticon-facebook:before {
  content: "\f101";
}

.flaticon-facebook-1:before {
  content: "\f102";
}

.flaticon-linkedin-1:before {
  content: "\f103";
}

.flaticon-linkedin:before {
  content: "\f104";
}

.flaticon-linkedin-logo:before {
  content: "\f105";
}

.flaticon-facebook-logo:before {
  content: "\f106";
}

.flaticon-twitter-logo-silhouette:before {
  content: "\f107";
}

.flaticon-twitter-logo-button:before {
  content: "\f108";
}

.flaticon-twitter-logo:before {
  content: "\f109";
}

.flaticon-twitter:before {
  content: "\f10a";
}

.flaticon-linkedin-sign:before {
  content: "\f10b";
}

/********* GENERAL *********/
body {
  background-color: #202823;
  margin: 0;
  padding: 0;
  font-family: "Oswald";
  font-size: calc(15px + 4 * (100vw - 420px) / 480);
  color: #c0c5bf;
}
@media screen and (max-width: 420px) {
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) {
  body {
    font-size: 19px;
  }
}

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

h2 {
  font-size: calc(45px + 40 * (100vw - 420px) / 480);
  color: #958f77;
  font-weight: 100;
  text-transform: uppercase;
  padding: 3px 0 3px 10px;
}
@media screen and (max-width: 420px) {
  h2 {
    font-size: 45px;
  }
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 85px;
  }
}
h2:before {
  content: "";
  width: 0;
  height: 100px;
  position: absolute;
  border: 2px solid #e7cf6e;
  top: 50px;
  left: 0;
}

h3 {
  font-size: calc(15px + 10 * (100vw - 420px) / 480);
  color: #958f77;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 420px) {
  h3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) {
  h3 {
    font-size: 25px;
  }
}
h3:before {
  content: "";
  width: 0;
  height: 30px;
  position: absolute;
  border: 2px solid #8d8a85;
  top: 0px;
  left: -15px;
}

img {
  max-width: 100%;
}

.skipmeskip {
  display: none !important;
}

/********* HEADER *********/
header {
  background: url(../../img/slider-1.png) 50% 50% no-repeat;
  background-size: contain !important;
  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 .navbar-brand {
  display: none;
}
header .navbar-brand img {
  max-width: 200px;
}
header .container {
  justify-content: left;
}
header .container h1 {
  font-size: calc(50px + 70 * (100vw - 420px) / 480);
  color: #958f77;
  font-weight: 100;
  letter-spacing: 1.3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 420px) {
  header .container h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 900px) {
  header .container h1 {
    font-size: 120px;
  }
}
header .container .row {
  align-items: baseline;
}
header .mr-auto,
header .mx-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}

/********* 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-attachment: scroll;
  padding-top: 50px;
}
main #box1 p {
  font-weight: 100;
}
main #box1 .col-md-6:last-child {
  margin-top: 20%;
}
main #box2 {
  background: #fff;
  color: #222723;
  padding-bottom: 50px;
}
main #box2 .abso {
  margin-top: -100px;
  margin-bottom: -200px;
}
main #box2 img {
  max-width: 160%;
}
main #box2 .service-item {
  position: relative;
  margin-bottom: 50px;
  font-weight: 100;
}
main #box2 h2 {
  font-size: calc(45px + 40 * (100vw - 420px) / 480);
  margin-bottom: 100px;
}
@media screen and (max-width: 420px) {
  main #box2 h2 {
    font-size: 45px;
  }
}
@media screen and (min-width: 900px) {
  main #box2 h2 {
    font-size: 85px;
  }
}
main #contact {
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: calc(12px + 2 * (100vw - 420px) / 480);
  text-transform: uppercase;
}
@media screen and (max-width: 420px) {
  main #contact {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  main #contact {
    font-size: 14px;
  }
}
main #contact #copyright {
  margin-top: 50px;
}
main #contact .form-control,
main #contact .form-control:focus {
  background: transparent;
  font-size: calc(12px + 2 * (100vw - 420px) / 480);
  color: #c0c5bf;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  padding-left: 0;
  margin-bottom: 10px;
  border-bottom: 2px solid #c0c5bf;
}
@media screen and (max-width: 420px) {
  main #contact .form-control,
  main #contact .form-control:focus {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  main #contact .form-control,
  main #contact .form-control:focus {
    font-size: 14px;
  }
}
main #contact .form-control.placeholder,
main #contact .form-control:focus.placeholder {
  color: #c0c5bf;
}
main #contact .form-control:-moz-placeholder,
main #contact .form-control:focus:-moz-placeholder {
  color: #c0c5bf;
}
main #contact .form-control::-moz-placeholder,
main #contact .form-control:focus::-moz-placeholder {
  color: #c0c5bf;
}
main #contact .form-control::-webkit-input-placeholder,
main #contact .form-control:focus::-webkit-input-placeholder {
  color: #c0c5bf;
}
main #contact .btn {
  background: transparent;
  font-size: calc(12px + 2 * (100vw - 420px) / 480);
  text-transform: uppercase;
  color: #e7cf6e;
  padding: 7px 0;
  margin-top: 30px;
  border-radius: 0;
}
@media screen and (max-width: 420px) {
  main #contact .btn {
    font-size: 12px;
  }
}
@media screen and (min-width: 900px) {
  main #contact .btn {
    font-size: 14px;
  }
}
main #contact textarea {
  height: 100px;
}
main #contact .footer_title {
  margin-top: 100px;
  margin-bottom: 100px;
}
main #contact h3:before {
  border: 2px solid #e7cf6e;
  left: 0;
}
main #contact .col-md-8:last-child {
  margin-top: 30px;
}
main #contact .social {
  color: #c0c5bf;
  font-size: 2.5rem;
}
main #contact .social:hover {
  color: #958f77;
}

/********* MEDIA *********/
@media (max-width: 767.98px) {
  header .navbar-brand {
    display: block;
  }
  header .logo-h1 {
    display: none;
  }
  header .container h1 {
    letter-spacing: 5px;
  }
  main #box1,
  main #box2 {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  main #box1 h2,
  main #box2 h2 {
    margin: 50px 0;
  }
  main #box2 .abso {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  main #contact .footer_title {
    margin: 0;
    margin-bottom: 100px;
  }
  main #contact #contact-form {
    margin-bottom: 50px;
  }
  main h3:before {
    height: 20px;
  }
}

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