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

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

h1 {
  font-size: calc(25px + 0 * (100vw - 420px) / 480);
  font-weight: 100;
  text-align: center;
  line-height: 34px;
}
@media screen and (max-width: 420px) {
  h1 {
    font-size: 25px;
  }
}
@media screen and (min-width: 900px) {
  h1 {
    font-size: 25px;
  }
}
h1 .yellow {
  color: #c5da19;
  font-size: calc(65px + 25 * (100vw - 420px) / 480);
  line-height: 100px;
}
@media screen and (max-width: 420px) {
  h1 .yellow {
    font-size: 65px;
  }
}
@media screen and (min-width: 900px) {
  h1 .yellow {
    font-size: 90px;
  }
}
h1 p {
  font-size: calc(50px + 0 * (100vw - 420px) / 480);
  font-weight: 300;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  h1 p {
    font-size: 50px;
  }
}
@media screen and (min-width: 900px) {
  h1 p {
    font-size: 50px;
  }
}

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

h6 {
  margin-top: 30px;
}

.mt50px {
  margin-top: 50px;
}

.skipmeskip {
  display: none !important;
}

#map {
  position: relative;
}

#map::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 70px 0 70px;
  border-color: #9db290 transparent transparent transparent !important;
  position: absolute;
  top: -1px;
  right: 15%;
  z-index: 9999;
  content: "";
}

/********* HEADER *********/
header {
  background: url(../../img/header.jpg) center bottom 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: #E1E8EA;
}
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: 11px;
  color: #898989;
  font-weight: 300;
  text-transform: uppercase;
}
header .navbar-light .navbar-nav .active > .nav-link,
header .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}
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;
  background: rgba(0, 0, 0, 0.5882352941);
}
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 {
  background: #727d00;
  padding: 100px 0;
}
main #box2 {
  background: #e0ded9;
}
main #contact_copyright h2 {
  color: #282828;
}
main #contact_copyright #contact {
  background: #e0ded9;
  padding: 100px 0;
}
main #contact_copyright #contact .contact_text {
  color: #282828;
  margin-bottom: 50px;
}
main #contact_copyright #contact .form-control,
main #contact_copyright #contact .form-control:focus {
  background: transparent;
  color: #282828;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #282828;
  margin-bottom: 30px;
}
main #contact_copyright #contact .form-control.placeholder,
main #contact_copyright #contact .form-control:focus.placeholder {
  font-size: 0.85rem;
  color: #282828;
  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: #282828;
  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: #282828;
  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: #282828;
  text-transform: lowercase;
}
main #contact_copyright #contact .btn {
  background: transparent;
  color: #282828;
  font-size: 0.8rem;
  text-transform: lowercase;
  padding: 15px;
  margin-top: 30px;
  border-radius: 0;
  border-bottom: 2px solid #282828;
}
main #contact_copyright #copyright {
  background: #9db290;
  color: #282828;
  padding: 100px 0;
}

footer {
  background: #454b25;
  color: #acacac;
}
footer .navbar {
  padding: 100px 0;
}
footer .navbar .nav-link {
  color: #acacac;
  text-transform: uppercase;
}
footer .navbar .active > .nav-link,
footer .navbar .nav-link:hover {
  color: #fff;
}

/********* MEDIA *********/
@media (max-width: 767.98px) {
  header .navbar {
    background: rgba(0, 0, 0, 0.5882352941);
  }
  main #box1 {
    text-align: center;
  }
  main #box1 img {
    display: none;
  }
  main #box1 .mt50px {
    margin-top: 15px;
  }
  footer .navbar-nav {
    display: none;
  }
  footer #map::before {
    border-width: 20px 40px 0 40px;
  }
}

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