/********* FONTS & CONFIG *********/
/********* 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: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "Arial";
  font-size: calc(13px + 4 * (100vw - 420px) / 480);
  color: #ffffff;
}
@media screen and (max-width: 420px) {
  body {
    font-size: 13px;
  }
}
@media screen and (min-width: 900px) {
  body {
    font-size: 17px;
  }
}

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

h2,
h3 {
  font-size: calc(45px + 45 * (100vw - 420px) / 480);
  color: #f2f2f2;
  font-weight: 600;
}
@media screen and (max-width: 420px) {
  h2,
  h3 {
    font-size: 45px;
  }
}
@media screen and (min-width: 900px) {
  h2,
  h3 {
    font-size: 90px;
  }
}

h3 {
  font-size: calc(17px + 3 * (100vw - 420px) / 480);
  margin-top: 50px;
  margin-bottom: 25px;
}
@media screen and (max-width: 420px) {
  h3 {
    font-size: 17px;
  }
}
@media screen and (min-width: 900px) {
  h3 {
    font-size: 20px;
  }
}

img {
  max-width: 100%;
}

/********* HEADER *********/
header {
  background: #ffffff url(../../img/slide_1.svg) 50% 50% no-repeat;
  background-size: 100% !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 img {
  max-width: 200px;
}
header .container {
  justify-content: left;
}
header .container h1 {
  font-size: calc(60px + 15 * (100vw - 420px) / 480);
  color: #e92232;
  font-weight: 600;
  margin-top: 100px;
}
@media screen and (max-width: 420px) {
  header .container h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 900px) {
  header .container h1 {
    font-size: 75px;
  }
}
header .container h1 span {
  display: block;
  color: #000;
  line-height: 4rem;
  margin-top: 30px;
}
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: #e82232 url(../../img/slide_2.jpg) 50% 100% no-repeat;
  background-size: contain !important;
  background-attachment: scroll;
  padding-top: 220px;
  padding-bottom: 330px;
}
main #box1 .col-md-8 {
  font-size: calc(20px + 10 * (100vw - 420px) / 480);
  line-height: 2rem;
}
@media screen and (max-width: 420px) {
  main #box1 .col-md-8 {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  main #box1 .col-md-8 {
    font-size: 30px;
  }
}
main #box2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
  color: #767676;
}
main #box2 h2 {
  font-size: calc(30px + 20 * (100vw - 420px) / 480);
  line-height: 3rem;
  margin-top: 50px;
  color: #7d7374;
}
@media screen and (max-width: 420px) {
  main #box2 h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 900px) {
  main #box2 h2 {
    font-size: 50px;
  }
}
main #box2 img {
  max-width: 200%;
  margin-left: -100%;
}
main #box2 .col-md-6 {
  margin-top: 10%;
  font-size: calc(20px + 5 * (100vw - 420px) / 480);
  color: #000;
  line-height: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  main #box2 .col-md-6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 900px) {
  main #box2 .col-md-6 {
    font-size: 25px;
  }
}
main #box2 .col-md-6 span {
  color: #7d7374;
  display: block;
  margin-bottom: 30px;
  margin-top: 30%;
  font-size: calc(25px + 12 * (100vw - 420px) / 480);
  line-height: 2.7rem;
}
@media screen and (max-width: 420px) {
  main #box2 .col-md-6 span {
    font-size: 25px;
  }
}
@media screen and (min-width: 900px) {
  main #box2 .col-md-6 span {
    font-size: 37px;
  }
}
main #contact {
  background: #afa9ab;
  background-attachment: scroll;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: bold;
}
main #contact .container {
  display: block;
}
main #contact h3 {
  text-transform: uppercase;
}
main #contact ul {
  padding: 0;
}
main #contact ul li {
  list-style: none;
}
main #contact ul li a {
  color: #ffffff;
}
main #contact .social {
  color: #ffffff;
  font-size: 2.5rem;
}
main #contact .social:hover {
  color: #959192;
}
main #copyright {
  background: #959192;
  padding-bottom: 20px;
}
main #copyright .container {
  display: block;
}
main #copyright .copyright {
  margin-top: 20px;
}
main #copyright h3 {
  text-transform: uppercase;
}

/********* MEDIA *********/
@media (max-width: 767.98px) {
  header {
    background: #ffffff url(../../img/slide_1_mobile.svg) 100% 10px no-repeat;
    background-size: contain !important;
  }
  header .container h1 {
    margin-top: 0;
  }
  main #box1,
  main #box2 {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  main #box1 .offset-1,
  main #box2 .offset-1 {
    margin-left: 0;
  }
  main #box2 {
    padding-bottom: 70px;
  }
  main #box2 h2 {
    line-height: 3rem;
    margin-bottom: 0;
  }
  main #box2 img {
    margin-top: 50px;
  }
  main #box2 .col-md-6 {
    margin-top: 0;
    padding: 0 25px;
  }
  main #box2 .col-md-6 span {
    margin-top: 10%;
    line-height: 2rem;
  }
  main #contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  main #contact .offset-1 {
    margin-left: 0;
  }
}

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