.backLightBlue {
  background-color: rgba(99, 167, 193, 0.13);
}

.captionLightGreen .carousel-caption {
  background-color: rgba(84, 95, 57, 0.8) !important;
}

.captionLightYellow .carousel-caption {
  background-color: rgba(155, 137, 57, 0.8) !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

body, p {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

h1, h2, h3, h4 {
  font-family: source-serif-4, serif;
  font-weight: 600;
  color: #545F39;
}

.brandingArea .buttonStandard {
  margin: 0px;
  margin-top: 0px !important;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 2px solid #89A138;
  color: #89A138;
  text-transform: unset;
  font-size: 18px;
  font-weight: 600;
  background: #ffffff;
  padding: 5px 10px 5px 10px;
  height: 42px;
}

.brandingArea .buttonStandard:hover {
  background: #3c490f;
  color: white !important;
  border: 2px solid #3c490f;
}

.navbar {
  border-bottom: 1px solid #cccccc;
  background-color: white;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.navbar a.nav-link {
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #707070;
  font-size: 20px;
}

.navbar .nav-item.active > .nav-link {
  background-color: none !important;
  border-bottom: 1px solid white;
}

.navbar i.fa {
  display: inline-block;
  border-radius: 60px;
  border: 2px solid #63A7C1;
  -webkit-box-shadow: 0px 0px 1px #63A7C1;
          box-shadow: 0px 0px 1px #63A7C1;
  padding: 0.45em 0.55em;
  color: #63A7C1;
  margin-top: -5px;
}

.navbar .navbar-toggler i.fa {
  border: none;
  padding: unset !important;
  border-radius: unset;
  color: #545F39;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.navbar i.fa-facebook {
  padding: 0.35em 0.55em;
}

.navbar i.fa-instagram {
  padding: 0.35em 0.4em;
}

.navbar .navbar-toggler-icon {
  color: #707070;
}

.navbar .nav-item .buttonStandard {
  margin: 0px;
  margin-top: 0px !important;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 2px solid #89A138;
  color: #89A138;
  text-transform: unset;
  font-size: 18px;
  font-weight: 600;
  background: #ffffff;
  padding: 5px 10px 5px 10px;
  height: 42px;
}

.navbar .nav-item .buttonStandard:hover {
  background: #3c490f;
  color: white !important;
  border: 2px solid #3c490f;
}

.navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  background-color: rgba(255, 255, 255, 0);
}

.top-nav-collapse {
  background-color: white;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 768px) {
  .navbar {
    background-color: white;
  }
}

@media only screen and (min-width: 768px) {
  .topCarousel .vertical-center {
    margin: 0;
    position: absolute;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}

.topCarousel .h3-responsive {
  font-size: 80px;
  color: white;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.74);
}

@media only screen and (max-width: 1190px) {
  .topCarousel .h3-responsive {
    font-size: 80px;
  }
}

@media only screen and (max-width: 830px) {
  .topCarousel .h3-responsive {
    font-size: 60px;
  }
}

@media only screen and (max-width: 440px) {
  .topCarousel .h3-responsive {
    font-size: 60px;
  }
}

.topCarousel p {
  font-size: 23px;
}

@media only screen and (max-width: 830px) {
  .topCarousel p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 440px) {
  .topCarousel p {
    font-size: 18px;
  }
}

.text-image {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-image h2 {
  font-size: 40px !important;
}

@media only screen and (min-width: 768px) {
  .text-image .twoColumns {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

.text-image ul {
  list-style-type: circle;
  list-style-image: url("/img/bullet.svg");
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 18px;
}

.text-image li {
  padding: 0px;
  margin: 0px;
}

.background-overlay-1 {
  background-image: url(../img/background-overlay1.svg);
  background-repeat: no-repeat;
  background-position: center right 100px;
}

.background-overlay-2 {
  background-image: url(../img/background-overlay-2.svg);
  background-repeat: no-repeat;
  background-position: center left 100px;
}

.background-overlay-3 {
  background-image: url(../img/background-overlay-3.svg);
  background-repeat: no-repeat;
  background-position: center right 100px;
}

.buttonStandard {
  margin: 0px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 2px solid #89A138;
  color: #89A138;
  text-transform: unset;
  font-size: 18px;
  font-weight: 600;
}

.buttonStandard:hover {
  background: #89A138;
  color: white;
}

.buttonWhite {
  margin: 0px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 2px solid white;
  color: white;
  text-transform: unset;
  font-size: 18px;
  font-weight: 600;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

.buttonWhite:hover {
  background: white;
  color: #89A138;
}

.inPageCarousel .carousel-caption {
  bottom: 0 !important;
  background: rgba(84, 95, 57, 0.7);
  left: 0;
  right: 40%;
  width: 45%;
  padding: 30px 30px 30px 300px;
}

.inPageCarousel .carousel-caption .h3-responsive {
  color: white;
  font-size: 40px !important;
  text-align: left;
}

.inPageCarousel .carousel-caption p {
  color: white;
  text-align: left !important;
}

.inPageCarousel .carousel-control-prev {
  z-index: 10;
}

.inPageCarousel .spacerDiv {
  display: block !important;
  height: 350px;
}

@media only screen and (min-width: 768px) {
  .inPageCarousel .spacerDiv {
    display: none;
    visibility: hidden !important;
    height: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .inPageCarousel .carousel-caption {
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 20px 20px 20px;
    height: 500px;
  }
  .inPageCarousel .carousel-caption .h3-responsive {
    color: white;
    font-size: 30px !important;
    text-align: center;
  }
  .inPageCarousel .carousel-caption p {
    color: white;
    text-align: center !important;
  }
}

.carouselLeft .carousel-caption {
  bottom: 0 !important;
  background: rgba(65, 61, 82, 0.7);
  left: 0;
  left: 55%;
  width: 45%;
  padding: 30px 100px 30px 60px;
}

@media only screen and (max-width: 768px) {
  .carouselLeft .carousel-caption {
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 20px 20px 20px;
    height: 360px;
  }
  .carouselLeft .carousel-caption .h3-responsive {
    color: white;
    font-size: 30px !important;
    text-align: center;
  }
  .carouselLeft .carousel-caption p {
    color: white;
    text-align: center !important;
  }
}

@media only screen and (min-width: 768px) {
  .overlayOverflow::before {
    content: " ";
    position: absolute;
    background-position: top 300px left -20px;
    background-repeat: no-repeat;
    width: 300px;
    height: 800px;
    z-index: 2;
    background-image: url("/img/overlay-2.svg");
    overflow: hidden;
  }
}

.gallery {
  width: 100%;
}

.gallery .btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.textFullWidth h3, .textFullWidth p {
  text-align: center;
}

.textFullWidth h3 {
  color: #545F39;
  font-size: 40px;
}

footer {
  background-image: url("/img/footer.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  min-height: 350px;
}

footer h4 {
  color: white;
  font-size: 38px;
}

footer ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

@media only screen and (min-width: 768px) {
  .textFullWidthLeftAligned .twoColumns {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

.textFullWidthLeftAligned h3 {
  font-size: 30px;
}

.textFullWidthLeftAligned h4 {
  font-family: montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.textFullWidthLeftAligned ul {
  list-style-type: circle;
  list-style-image: url("/img/bullet.svg");
  list-style-position: outside;
  margin-left: 0px;
  padding-left: 18px;
}

.textFullWidthLeftAligned li {
  padding: 0px;
  margin: 0px;
}
/*# sourceMappingURL=style.css.map */