/* Text Elements */

h1.site-title {
  margin-top: 20px;
  color: #0d4f33;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  font-family: 'Montserrat', cursive;
}

h3 {
  color: #2a617d;
  font-size: 20px;
  font-family: 'Montserrat', cursive;
}

h3.section-title {
  position: static;
  display: block;
  margin: 20px auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 600px;
  text-align: center;
  font-size: 28px;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

h3 span.heading-text-1 {
  color: #1b834b;
  font-weight: 400;
  font-size: 1.375rem;
}

h3 span.heading-text-3 {
  font-size: 1.375rem;
}

h3 span.heading-text-4 {
  font-style: italic;
}

h3 span.heading-text-5 {
  font-size: 1.25rem;
}

h3 span.heading-text-7 {
  line-height: 2;
}

h3 span.heading-text-8 {
  line-height: 2;
}

h3 span span.heading-text-8 {
  line-height: 2;
}

h3 span.heading-text-9 {
  font-size: 1.75rem;
}

h3 span span.heading-text-10 {
  font-size: 1.375rem;
}

h3 span span.heading-text-9 {
  font-size: 1.375rem;
}

h3 span span.heading-text-11 {
  font-size: 1.375rem;
}

h3 span span.heading-text-13 {
  font-size: 1.375rem;
}

h3 span span.heading-text-12 {
  font-size: 1.375rem;
}

h3 span span.heading-text-14 {
  font-size: 1.375rem;
}

h3 span a.heading-text-15 {
  font-size: 1.375rem;
}

h3 span span.heading-text-16 {
  font-size: 1.375rem;
}

h3 span span.heading-text-17 {
  font-size: 1.375rem;
}

h3#heading-7 {
  text-align: left;
}

h5 {
  text-align: center;
  font-style: italic;
  font-size: 26px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h5.service-title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #18191a;
}

h5 span.heading-text-2 {
  color: #082317;
  font-style: normal;
  font-family: 'Montserrat', cursive;
}

h5 span.heading-text-6 {
  color: #082317;
  font-style: normal;
  font-family: 'Montserrat', cursive;
}

p.paragraph span.paragraph-text-1 {
  color: #082317;
  font-size: .8125rem;
}

p.paragraph.paragraph-1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
  color: #082317;
  text-align: center;

  justify-self: auto;
}

p.paragraph a.paragraph-text-2 {
  color: #063010;
}

a.link-text.nav-button {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-color: rgba(0, 0, 0, .4);
  border-bottom: .0625rem solid rgba(0, 0, 0, .4);
  background-color: #3d3d3d;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: 'Montserrat', cursive;
}

a.link-text.footer-nav {
  padding: 10px 20px;
  color: #424345;
  font-family: 'Montserrat', cursive;
}

a.link-text.nav-button:hover {
  background-color: #000;
}

/* Interaction Elements */

a.link-button {
  font-size: 18px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

a.link-button.action-btn {
  border-radius: 7px;
  background-color: #232323;
}

a.link-button span.button-link-text-1 {
  font-family: 'Montserrat', cursive;
}

a.link-button.action-btn.button {
  margin-top: 30px;
}

a.link-button.button {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  min-width: 0;
  background-color: #063010;
  font-size: 20px;
  font-family: 'Montserrat', cursive;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
}

a.link-button#button-link-1 {
  background-color: #f02929;
}

a.link-button.button:hover {
  background-color: #030504;
}

/* Layout Elements */

.container.service {
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: none;
}

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  padding-right: 10px;
  padding-left: 10px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 20px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-picture {
  max-width: none;
}

div.responsive-picture.picture-2 {
  display: inline-block;
  margin-top: 0;

  justify-self: center;
}

.html-element.html-element-1 {
  display: block;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
  text-align: center;
}

.html-element.html-element-2 {
  min-width: 0;
}

.html-element.html-element-3 {
  margin-top: 30px;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  a.link-text.nav-button {
    padding-right: 20px;
    padding-left: 20px;
    width: 200px;
    border-left: .0625rem solid #000;
  }

  a.link-text.nav-button:last-of-type {
    border-right: .0625rem solid #000;
  }

  /* Layout Elements */

  .container.nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    background-color: #3d3d3d;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.services-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.container-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1 span.heading-text-18 {
    color: #f02929;
  }

  h3.section-title {
    margin-bottom: 20px;
    max-width: 700px;
    text-align: left;
  }

  h3 span.heading-text-3 {
    font-size: 1.25rem;
  }

  h3#heading-1 {
    text-align: center;
  }

  h3#heading-2 {
    text-align: center;
  }

  h3#heading-3 {
    text-align: center;
  }

  h3#heading-4 {
    text-align: center;
  }

  h3#heading-5 {
    text-align: center;
  }

  h3#heading-6 {
    text-align: center;
  }

  a.link-text span.text-link-text-1 {
    color: #fff;
  }

  a.link-text#text-link-1 {
    color: #f02929;
  }

  /* Interaction Elements */

  a.link-button#button-link-1 {
    display: inline-block;
    background-color: #f02929;
  }

  /* Layout Elements */

  .container.nav-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: none;
  }

  .container.hero-section {
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
  }

  .container.services-grid {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    max-width: 1200px;
  }

  .container.footer {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  div.responsive-picture.picture-1 {
    width: auto;

    justify-self: auto;
  }
}