/********* FONTS & CONFIG *********/
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,700,900");
/********* VARIABLES *********/
/********* MIXINs *********/
/********* GENERAL *********/
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
  font-size: calc(11px + 3 * (100vw - 420px) / 480);
  color: #ffffff;
}
@media screen and (max-width: 420px) {
  body {
    font-size: 11px;
  }
}
@media screen and (min-width: 900px) {
  body {
    font-size: 14px;
  }
}

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

h2 {
  font-size: calc(22px + 3 * (100vw - 420px) / 480);
}
@media screen and (max-width: 420px) {
  h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 900px) {
  h2 {
    font-size: 25px;
  }
}

.mt50px {
  margin-top: 50px;
}

.skipmeskip {
  display: none !important;
}

/********* HEADER *********/
header {
  background: #000000 url(../../img/header.jpg) 50% 50% no-repeat 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 .navbar-light {
  background: #ffffff;
}
header .navbar-light .navbar-nav .navbar-brand img {
  max-width: 300px;
}
header .navbar-light .navbar-nav .nav-link {
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  text-transform: lowercase;
}
header .navbar-light .navbar-nav .active > .nav-link,
header .navbar-light .navbar-nav .nav-link:hover {
  color: #01c984;
}
header h1 {
  font-size: calc(45px + 10 * (100vw - 420px) / 480);
  text-align: center;
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 420px) {
  header h1 {
    font-size: 45px;
  }
}
@media screen and (min-width: 900px) {
  header h1 {
    font-size: 55px;
  }
}
header h1 big {
  display: block;
  font-size: calc(50px + 35 * (100vw - 420px) / 480);
  color: #01c984;
  font-weight: 300;
}
@media screen and (max-width: 420px) {
  header h1 big {
    font-size: 50px;
  }
}
@media screen and (min-width: 900px) {
  header h1 big {
    font-size: 85px;
  }
}
header h1 big b {
  font-weight: 600;
}
header h1 span {
  display: block;
  font-size: calc(17px + 9 * (100vw - 420px) / 480);
  line-height: 36px;
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 420px) {
  header h1 span {
    font-size: 17px;
  }
}
@media screen and (min-width: 900px) {
  header h1 span {
    font-size: 26px;
  }
}
header .mr-auto,
header .mx-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
header .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  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 {
  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: #039c67;
  padding: 100px 0;
}
main #box1 h2,
main #box2 h2 {
  padding: 0;
}
main #box2 {
  background: #8faaa1;
  padding: 40px 0;
}
main #box2 h2 {
  color: #fff;
  font-size: calc(35px + 0 * (100vw - 420px) / 480);
  margin-bottom: 30px;
}
@media screen and (max-width: 420px) {
  main #box2 h2 {
    font-size: 35px;
  }
}
@media screen and (min-width: 900px) {
  main #box2 h2 {
    font-size: 35px;
  }
}
main #box2 div {
  color: #000;
  font-size: calc(15px + 0 * (100vw - 420px) / 480);
  font-weight: bold;
}
@media screen and (max-width: 420px) {
  main #box2 div {
    font-size: 15px;
  }
}
@media screen and (min-width: 900px) {
  main #box2 div {
    font-size: 15px;
  }
}
main #box2 div a {
  color: #000;
}
main #contact_copyright #contact {
  background: #ffffff;
  padding: 100px 0;
}
main #contact_copyright #contact h2 {
  color: #000000;
}
main #contact_copyright #contact .col-md-12:first-child {
  padding: 0;
}
main #contact_copyright #contact .contact_text {
  color: #000000;
  margin-bottom: 50px;
}
main #contact_copyright #contact .form-control,
main #contact_copyright #contact .form-control:focus {
  background: transparent;
  color: #000000;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #000000;
  margin-bottom: 30px;
}
main #contact_copyright #contact .form-control.placeholder,
main #contact_copyright #contact .form-control:focus.placeholder {
  font-size: 0.85rem;
  color: #000000;
  text-transform: lowercase;
}
main #contact_copyright #contact .form-control:-moz-placeholder,
main #contact_copyright #contact .form-control:focus:-moz-placeholder {
  font-size: 0.85rem;
  color: #000000;
  text-transform: lowercase;
}
main #contact_copyright #contact .form-control::-moz-placeholder,
main #contact_copyright #contact .form-control:focus::-moz-placeholder {
  font-size: 0.85rem;
  color: #000000;
  text-transform: lowercase;
}
main #contact_copyright #contact .form-control::-webkit-input-placeholder,
main #contact_copyright #contact .form-control:focus::-webkit-input-placeholder {
  font-size: 0.85rem;
  color: #000000;
  text-transform: lowercase;
}
main #contact_copyright #contact .btn {
  background: transparent;
  color: #000000;
  font-size: 0.8rem;
  text-transform: lowercase;
  padding: 15px;
  margin-top: 30px;
  border-radius: 0;
  border-bottom: 2px solid #000000;
}
main #contact_copyright #copyright {
  background: #8faaa1;
  padding: 100px 0;
}
main #contact_copyright #copyright h2 {
  padding-bottom: 50px;
}

footer {
  background: #000000 url(../../img/contact.jpg) 50% 50% no-repeat fixed;
  padding: 0 0 50px;
}
footer #map {
  margin-bottom: 50px;
}
footer #copyright_footer_menu {
  justify-content: left;
}
footer .navbar .navbar-brand {
  padding: 0;
}
footer .navbar .nav-link {
  color: #ffffff;
  text-transform: lowercase;
}
footer .navbar .active > .nav-link,
footer .navbar .nav-link:hover {
  color: #01c984;
}

/********* MEDIA *********/
@media (max-width: 767.98px) {
  header .navbar-light .navbar-nav .navbar-brand {
    padding: 0;
  }
  header .navbar-light .navbar-nav .navbar-brand img {
    max-width: 100px;
    padding: 0;
  }
  header .navbar-light .navbar-nav .nav-link {
    line-height: 50px;
  }
  header .navbar-light .navbar-toggler {
    border-color: #01c984;
  }
  header h1 span {
    line-height: 20px;
  }
  main #box1 > .container > .row,
  main #box3 > .container > .row,
  main #contact > .container > .row,
  main #copyright > .container > .row {
    margin: 0;
  }
  main #box1 .mt50px {
    padding: 0;
  }
  main #box1 h6 {
    margin-top: 10px;
  }
  main #copyright h6 {
    margin-top: 10px;
  }
  footer {
    background-size: 100% 100%;
    text-align: center;
  }
  footer #copyright_footer_menu {
    justify-content: center;
  }
  footer .navbar-brand {
    margin: 0 auto;
  }
}

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