/* Text Elements */

h1.site-title {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  font-family: 'Rock Salt', Papyrus, fantasy;
}

h3.section-title {
  margin-top: 20px;
  color: #7f0909;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h5 {
  margin-top: 10px;
  color: #0c6542;
  text-align: center;
  font-style: italic;
  font-size: 25px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h5 span.heading-text-1 {
  color: #142c22;
  font-size: 1.125rem;
}

h5 span.heading-text-2 {
  text-decoration: underline;
}

p.paragraph span.paragraph-text-1 {
  text-decoration: underline;
  font-weight: 600;
  font-size: 1.25rem;
}

p.paragraph.closing-p {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  font-family: Geneva, Tahoma, Verdana, sans-serif;
}

ul.unorder-list.list-1 {
  border-width: 0;
  border-color: #0c6542;
  list-style-position: outside;
  list-style-type: none;
}

a.link-text.nav-button {
  display: block;
  color: #d1081b;
}

a.link-text span.text-link-text-1 {
  font-size: 1.0625rem;
}

a.link-text.text-link-1 {
  text-align: center;
  font-weight: 600;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

a.link-text span.text-link-text-3 {
  font-size: 1.0625rem;
}

a.link-text span.text-link-text-4 {
  color: #d1081b;
  font-variant: small-caps;
  font-size: 1.5625rem;
}

/* Layout Elements */

body.body-1 {
  background-color: #9bfded;
  text-align: center;
}

.container {
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: none;
}

.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;
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.service {
  border: .5rem solid #0c6542;
  border-radius: 5px;
}

div.responsive-picture {
  max-width: none;
  background-image: url('../2martin%26janet%20dec%2009.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

div.responsive-picture.hero-image {
  background-image: url('../IMG_0447.JPG'), url('../2martin%26janet%20dec%2009.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, left top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, auto auto;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
}

a.responsive-picture.picture-link-2 {
  margin-right: 0;
  padding-right: 0vmax;
  padding-bottom: 0vmin;
  vertical-align: middle;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  p.paragraph.paragraph-1 {
    position: static;
    top: 15.384615vmin;
    min-width: 0;

    justify-self: right;
    grid-area: auto /auto/ auto /auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  p.paragraph span.paragraph-text-4 {
    font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
  }

  a.link-text.nav-button {
    padding: 10px;
    color: #ba1917;
    font-size: 22px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
  }

  a.link-text span.text-link-text-5 {
    font-weight: 700;
    font-variant: small-caps;
    font-size: 1.8125rem;
  }

  a.link-text span.text-link-text-6 {
    color: #ba1917;
    text-decoration: underline;
    font-size: 2.125rem;
  }

  a.link-text span.text-link-text-3 {
    color: rgba(128, 50, 128, .8);
    font-weight: 800;
    font-size: 1.5625rem;
  }

  a.link-text span.text-link-text-2 {
    color: rgba(40, 51, 125, .8);
    font-variant: normal;
    font-size: 1.0625rem;
    font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  }

  /* Layout Elements */

  body.body-1 {
    position: static;
    display: block;
    background-color: #9bfded;
  }

  .container.services-section {
    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;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -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;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.hero-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.service {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.service-one {
    padding-right: 10px;
    padding-left: 10px;
  }

  div.responsive-picture.hero-image {
    border: .4375rem solid #0c6542;
    border-radius: 5px;
  }

  a.responsive-picture.picture-link-2 {
    position: relative;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    max-width: 200px;
    width: 100%;
    border: .4375rem solid #0c6542;
    border-radius: 5px;
    background-image: url('../double-dog-leash.jpg');
    background-attachment: local;
    background-position: center center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    grid-area: elementArea;
  }

  a.responsive-picture.picture-link-2 > picture > img {
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: fill;
       object-fit: fill;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  p.paragraph span.paragraph-text-2 {
    color: #0c6542;
  }

  p.paragraph span.paragraph-text-3 {
    font-family: 'Rock Salt', cursive;
  }

  /* Layout Elements */

  body.body-1 {
    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;
  }

  .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;
  }

  div.responsive-picture.hero-image {
    border-width: .4375rem;
    border-color: #0c6542;
    border-radius: 4px;
  }
}