/* Text Elements */

h3.subheading {
  clear: left;
  margin-top: 20px;
  color: #4cba48;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  font-size: 28px;
  font-family: 'Montserrat', cursive;
}

h5.service-title {
  margin-top: 10px;
  color: #2e3f92;
  text-align: center;
  font-style: italic;
  font-size: 20px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

p.paragraph.closing-text {
  color: #992998;
  text-align: center;
  font-size: 18px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

p.paragraph span.paragraph-text-1 {
  color: #251525;
  font-weight: 700;
}

a.link-text.nav-button {
  display: block;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  max-width: 200px;
  border-radius: 10px;
  background-color: #3d3d3d;
  color: #f6fafc;
  text-align: center;
  font-size: 20px;
  font-family: 'Montserrat', cursive;
}

a.link-text.Footer-link {
  margin-right: 10px;
  margin-left: 10px;
  color: #1a0909;
  text-align: center;
}

a.link-text.nav-button:hover {
  background-color: #0a0505;
}

/* Interaction Elements */

a.link-button.button {
  border-radius: 7px;
}

/* Layout Elements */

body.site {
  margin-top: 20px;
  border-bottom: .0625rem solid rgba(95, 97, 95, .48);
}

.container.service1 {
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px 60px;
  max-width: 400px;
}

.container.closing-container {
  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;
  margin-bottom: 60px;
  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: 60px;
  padding: 10px 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;
}

.container.services-section {
  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.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-picture {
  max-width: none;
}

a.responsive-picture.service-image {
  margin-right: auto;
  margin-left: auto;
  max-width: none;
  max-height: 167.13092vmin;
  height: auto;
}

div.responsive-picture.picture-1 {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

a.responsive-picture.service-image > picture {
  height: auto;
}

@media screen and (min-width: 40rem) {
  /* Layout Elements */

  .container.services-section {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  a.responsive-picture.service-image {
    width: auto;
  }
}

@media screen and (min-width: 64rem) {
  /* Layout Elements */

  .container.service1 {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .container.services-section {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  a.responsive-picture.service-image {
    visibility: visible;
    max-width: 19.53125vmax;
    max-height: 80vh;
    height: auto;
  }

  a.responsive-picture.service-image > picture {
    height: auto;
  }
}