/* Text Elements */

h1.heading-rs {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 30px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

h3.heading-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

h5.service-title {
  margin-top: 10px;
  font-style: italic;
  font-size: 20px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

a.link-text.nav-button {
  position: relative;
  display: block;
  float: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-width: .0625rem;
  border-top-style: solid;
  border-right-width: .0625rem;
  border-right-style: solid;
  border-bottom: .0625rem solid rgba(7, 7, 7, .9);
  border-left-width: .0625rem;
  border-left-style: solid;
  background-color: #3d3d3d;
  color: #fefefe;
  font-size: 18px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

a.link-text.nav-button:hover {
  background-color: #000;
}

/* Layout Elements */

body.heading-6 {
  text-align: center;
}

.container.nav-wrapper {
  display: block;
}

.container.service {
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
  max-width: 400px;
}

div.responsive-picture.picture-1 {
  max-width: none;
}

a.responsive-picture.service-img {
  position: static;
  margin-right: auto;
  margin-left: auto;
  max-width: none;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h3.heading-3 {
    margin-bottom: 8px;
    padding-bottom: 20px;
  }

  p.paragraph.closing-p {
    font-family: Georgia, Times, 'Times New Roman', serif;
  }

  a.link-text.footer-link {
    padding: 10px 20px;
    font-family: 'Montserrat', cursive;
  }

  a.link-text.nav-button {
    padding-right: 20px;
    padding-left: 20px;
    width: 200px;
  }

  /* Interaction Elements */

  a.link-button.button {
    border-radius: 7px;
    background-color: #1e1e1e;
    font-size: 18px;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }

  /* Layout Elements */

  .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-right: 0;
    margin-left: 0;
    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;

    -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-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;
  }
}