/*
$width-xs: 410px;
$width-sm: 544px;
$width-md: 768px;
$width-ml: 850px;
$width-lg: 1012px;
$width-xl: 1280px;
*/
video {
  width: 100%;
}

.homepage .hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio eg 1920 x 1080*/
  overflow: hidden;
}
.homepage .hero video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.homepage .hero .caption {
  position: absolute;
  top: 10%;
  left: 6%;
}
.homepage .hero h1 {
  color: #f8f9fa;
  margin: 1.4rem 0;
}
@media screen and (max-width: 576px) {
  .homepage .hero h1 {
    font-size: 1.8rem;
  }
}
.homepage .hero p {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3%;
  width: 85%;
  color: #000;
  display: none;
  margin: 2rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .homepage .hero p {
    display: block;
    font-size: 1.6rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .homepage .hero p {
    width: 75%;
    margin-top: 7rem;
  }
}
.homepage .hero .btn-lg {
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .homepage .hero .btn-lg {
    font-size: 2rem;
  }
}
.homepage .blogposts a {
  text-decoration: none;
}

body {
  background: url("/Media/Layout/background.jpg");
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position-y: 0;
}

@font-face {
  font-family: "sketch_rockwellregular";
  src: url("/Content/Fonts/sketch_rockwell_regular-webfont.woff2") format("woff2"), url("/Content/Fonts/sketch_rockwell_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
a {
  color: #27591d;
}
a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.site-container {
  position: relative;
  min-height: 100vh;
  padding-bottom: 12rem;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  top: 0;
  left: 0;
}

.navbar-light .navbar-brand {
  color: #27591d;
}
@media screen and (min-width: 1200px) {
  .navbar-light {
    font-size: 1.4rem;
  }
}

.navbar-brand {
  font-family: "sketch_rockwellregular";
  font-size: 0.9rem;
  display: block;
  line-height: 1.2rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 992px) {
  .navbar-brand {
    line-height: 1.9rem;
    font-size: 2.2rem;
  }
}
.navbar-brand img {
  vertical-align: top;
  width: 60px;
}
@media screen and (min-width: 992px) {
  .navbar-brand img {
    width: 94px;
  }
}

.section.section--header {
  background-color: rgba(39, 89, 29, 0.7);
  padding: 1rem 2rem;
}
.section.section--header h1 {
  color: #cbd3da;
}

.grid-section img {
  width: 100%;
}
.grid-section h1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.container.white {
  background-color: #fff;
}

footer {
  background-color: #fff;
  padding: 0.8rem;
  height: 8rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
footer p {
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
}
footer .container {
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  footer {
    padding: 2rem;
  }
}

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