h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 30px;
  color: #66665e;
}

.section-contact {
  display: block;
  height: 50px;
  padding-top: 10px;
  background-color: #aeb1b2;
  color: #fff;
  text-decoration: none;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 2px solid #233d2f;
}

.row {
  text-align: right;
}

.text-block {
  padding-top: 39px;
  font-size: 20px;
  line-height: 26px;
}

.header-phone {
  color: #606060;
  text-decoration: none;
}

.section-nav {
  background-color: #233d2f;
}

.link {
  color: #66665e;
  text-decoration: underline;
}

.link.link-contact {
  display: block;
  padding-top: 7px;
  color: #fff;
  font-size: 16px;
}

.link.link-contact.right {
  text-align: right;
}

.footer {
  background-color: #aeb1b2;
}

.footer-text {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.row-2 {
  margin-bottom: 70px;
}

.right-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 275px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #233d2f;
}

.map {
  height: 200px;
}

.container {
  margin-top: 40px;
}

.column {
  margin-top: 12px;
}

.footer-logo {
  margin-bottom: 8px;
  margin-left: -26px;
}

.navbar {
  background-color: transparent;
}

.navlink {
  color: #fff;
}

.navlink.w--current {
  color: #5ca87f;
}

.navlink.open.w--open {
  background-color: #233d2f;
}

.nav-menu {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.droplink {
  background-color: #233d2f;
  color: #fff;
}

.droplink:hover {
  background-color: rgba(35, 61, 47, .84);
}

.droplink.w--current {
  color: #5ca87f;
}

.section_photo {
  position: relative;
}

.section_photo_img {
  position: absolute;
  left: 0px;
  top: 0px;
}

.section_photo_overlay {
  position: absolute;
  z-index: 100;
  width: 330px;
  height: 390px;
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: rgba(35, 61, 47, .89);
}

.heading {
  font-family: Bitter, serif;
  color: #fff;
  text-shadow: 0 1px 0 #000;
}

.photo_caption {
  color: #fff;
}

.section {
  height: 390px;
}

.image {
  margin-top: 30px;
}

.section-2 {
  margin-top: 60px;
}

.spacer {
  height: 2px;
  margin-top: 30px;
  background-color: #233d2f;
}

.text-block-2 {
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 10px;
  background-color: #233d2f;
  font-family: Bitter, serif;
  color: #fff;
  text-transform: uppercase;
}

.column-3 {
  padding-left: 30px;
}

.map-contact {
  width: 620px;
}

.contact-container {
  position: relative;
  background-color: #233d2f;
}

.contact-column {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 320px;
  padding-top: 30px;
  padding-left: 30px;
  color: #fff;
}

.title {
  font-family: Bitter, serif;
}

.contact-text {
  padding: 20px 20px 40px;
  color: #fff;
}

.get-directions {
  display: inline-block;
  margin: 19px 0px;
  color: #aeb1b2;
  text-decoration: underline;
  text-transform: uppercase;
}

.column-email {
  color: #aeb1b2;
  text-decoration: underline;
}

.form-message {
  min-height: 180px;
}

.button {
  display: block;
  width: 100px;
  margin-right: auto;
  margin-left: auto;
  background-color: #20a75e;
}

.form-hr {
  height: 2px;
  margin-top: 14px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  background-color: #aeb1b2;
}

.areas-blocks {
  margin: 15px;
  padding: 14px 25px 25px;
  background-color: #273f2f;
}

.area-heading {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.area-button {
  display: block;
  width: 120px;
  margin-right: auto;
  margin-left: auto;
  background-color: #aeb1b2;
  color: #233d2f;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.area-title {
  margin-top: 49px;
  font-family: Bitter, serif;
  font-size: 16px;
  font-weight: 700;
}

.area-sub-headline {
  font-size: 12px;
}

.nav-select {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .footer-logo {
    margin-left: 0px;
  }
  .section_photo_overlay {
    height: 303px;
  }
  .icon {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .text-block {
    padding-top: 5px;
    text-align: center;
  }
  .link.link-contact {
    display: inline-block;
    float: left;
  }
  .link.link-contact.right {
    display: inline-block;
    float: right;
  }
  .footer-text {
    padding-left: 15px;
  }
  .footer-logo {
    margin-left: 10px;
  }
  .section_photo_overlay {
    width: 279px;
    height: 236px;
  }
  .column-2 {
    display: inline-block;
  }
  .image {
    display: block;
    width: 325px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .footer-text {
    text-align: center;
  }
  .footer-logo {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .section_photo_img {
    display: none;
  }
  .section_photo_overlay {
    display: block;
    width: 100%;
    background-color: #606060;
  }
}

