.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #f8f9f7;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  line-height: 25px;
}

.container-wrap {
  max-width: 1040px;
}

.navbar {
  background-color: #f7f8f9;
  margin-bottom: 80px;
}

.nav-link {
  font-weight: 700;
}

.nav-link:hover, .nav-link.w--current {
  color: #8e9a81;
}

.image {
  height: 100px;
}

.container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  margin-top: 25px;
}

.menu-button {
  background-color: #f8f9f7;
  margin-top: 20px;
  font-size: 2em;
}

.section-hero {
  max-width: 90%;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-template-rows: auto;
}

.image-homehero {
  box-shadow: 0 2px 5px #0003;
}

.text-heroheading {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 50px;
}

.text-herosub {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.2em;
  font-weight: 600;
}

.text-link {
  color: #8e9a81;
  text-decoration: underline;
}

.text-link:hover {
  color: #333;
}

.text-link.text-linkhero {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
  font-weight: 600;
  display: block;
}

.text-link.text-linkfooter {
  color: #333;
  text-align: center;
}

.text-link.text-linkfooter:hover {
  color: #f9f8f7;
}

.text-link.text-linkserv {
  color: #f8f9f1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-link.text-linkserv:hover {
  color: #8e9a81;
}

.section-about {
  max-width: 90%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.heading1 {
  text-align: center;
  font-size: 2.5em;
}

.heading2 {
  text-align: center;
  font-size: 2em;
  font-weight: 600;
}

.heading2.text-services {
  color: #f8f9f7;
}

.paragraph {
  text-align: center;
  font-size: 1.1em;
  line-height: 32px;
}

.paragraph.para-services {
  color: #f8f9f7;
  font-size: 1em;
}

.paragraph.para-contacthero, .div-text {
  margin-bottom: 30px;
}

.section-footer {
  background-color: #8e9a81c7;
  padding-top: 10px;
  padding-bottom: 20px;
}

.container-2 {
  max-width: 90%;
}

.div-footergrid {
  max-width: 40%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.grid-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-footer.grid-footericons {
  grid-template-columns: 1fr;
}

.link-block {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.icon {
  color: #333;
  text-align: center;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
}

.icon:hover {
  color: #f8f9f7;
}

.icon.maps {
  color: #8e9a81;
  width: 150px;
}

.icon.maps:hover {
  color: #333;
}

.div-footerlinks {
  margin-left: auto;
  margin-right: auto;
}

.text-footer {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: .8em;
}

.div-servicesbg1 {
  background-image: url('../images/servicesbox1bg2.png');
  background-position: 50%;
  background-size: cover;
  max-width: 90%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-servicestext {
  background-color: #3339;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px .5%;
}

.div-servtextfocus {
  margin-bottom: 30px;
}

.div-servheading {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.div-servicesbg2 {
  background-image: url('../images/servicesbox2.png');
  background-position: 50%;
  background-size: cover;
  max-width: 90%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-servref {
  color: #f8f9f7;
  text-align: right;
  font-size: .7em;
}

.div-textlinkserv {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-servicesbg3 {
  background-image: url('../images/servicesbox3.png');
  background-position: 50%;
  background-size: cover;
  max-width: 90%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-servicesbg4 {
  background-image: url('../images/servicesbox4.png');
  background-position: 50%;
  background-size: cover;
  max-width: 90%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-servquote {
  text-align: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}

.section-contacthero {
  margin-bottom: 80px;
}

.div-contacthero {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.link {
  text-align: center;
}

.section-location {
  margin-bottom: 100px;
}

.svg {
  height: 100px;
}

.div-block {
  text-align: center;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .menu-button:hover {
    color: #8e9a81;
  }

  .text-heroheading {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    margin-bottom: 80px;
  }

  .menu-button {
    margin-top: 20px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .div-servicesbg1 {
    max-width: 100%;
  }

  .div-servicestext {
    max-width: 90%;
  }

  .div-servicesbg2, .div-servicesbg3, .div-servicesbg4 {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 90%;
  }

  .section-hero {
    margin-bottom: 100px;
  }

  .text-heroheading {
    margin-bottom: 10px;
  }

  .text-herosub {
    margin-bottom: 20px;
  }

  .heading1 {
    font-size: 2.2em;
  }

  .heading2 {
    font-size: 1.7em;
  }

  .paragraph {
    font-size: 1em;
    line-height: 30px;
  }

  .div-footergrid {
    max-width: 80%;
  }

  .div-servicestext {
    max-width: 96%;
  }
}


