/* Text Elements */

h1.title-main {
  color: #ea1818;
  text-align: center;
  text-shadow: #78828c 1px 1px 5px;
  font-weight: 600;
  font-size: 50px;
}

h3.hours {
  text-align: center;
  font-size: 22px;
}

h3.pre-treat {
  margin-top: 20px;
  color: #ea1818;
  text-align: center;
  font-weight: 600;
}

h5.heading-pest {
  text-align: center;
}

h6.heading-1 {
  font-style: italic;
  font-size: 18px;
}

p.paragraph.bdy-txt {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  font-style: normal;
  font-size: 18px;
}

p.paragraph.text-bottom {
  padding-right: 10px;
  padding-left: 10px;
  color: #ea1818;
  font-style: italic;
  font-size: 18px;
}

a.link-text.phone {
  font-weight: 600;
  font-size: 22px;
}

a.link-text.link {
  font-size: 18px;
}

/* Layout Elements */

.container.wrapper-header {
  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-pack: distribute;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  max-width: 1200px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  background-blend-mode: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.wrapper-title {
  background-image: url('../site-images/bug.gif');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 100% 100%;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.wrapper-contact {
  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;

  -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.wrapper-body-main {
  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;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  max-width: 1800px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.wrapper-para {
  padding-right: 10px;
  padding-left: 10px;
}

.container.wrapper-pests {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  margin-right: auto;
  margin-left: auto;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.container.wrapper-pest {
  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-pack: end;
  -ms-flex-align: center;
  padding: 5px;

  -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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.wrapper-body {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  width: auto;
}

.container.wrapper-form {
  margin-right: auto;
  margin-left: auto;
}

.container.wrapper-links {
  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: 5px;
  border-width: .25rem;
  border-style: double;

  -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;
}

div.responsive-picture.bug-logo {
  max-width: 200px;
  -webkit-transition-delay: .25s;
     -moz-transition-delay: .25s;
       -o-transition-delay: .25s;
          transition-delay: .25s;
  -webkit-transition-duration: 6s;
     -moz-transition-duration: 6s;
       -o-transition-duration: 6s;
          transition-duration: 6s;
}

div.responsive-picture.img-r {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

div.responsive-picture.img-l {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

div.responsive-picture.pest {
  width: 100%;
}

div.responsive-picture.flea {
  max-width: 100px;
  width: 100%;
}

.html-element.form {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
}

a.responsive-picture.elite.link {
  margin: 40px auto 20px;
  max-width: 250px;
}

div.responsive-picture.bug-logo.outofview {
  -webkit-transform: scaleX(.25) scaleY(.25) scaleZ(.5) rotateX(-40deg) rotateY(-40deg) rotateZ(40deg);
     -moz-transform: scaleX(.25) scaleY(.25) scaleZ(.5) rotateX(-40deg) rotateY(-40deg) rotateZ(40deg);
          transform: scaleX(.25) scaleY(.25) scaleZ(.5) rotateX(-40deg) rotateY(-40deg) rotateZ(40deg);
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h3.hours {
    font-size: 20px;
  }

  p.paragraph.text-bottom {
    margin-top: 5px;
    font-weight: 600;
  }

  a.link-text.phone {
    font-size: 22px;
  }

  /* Layout Elements */

  .container.wrapper-header {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.wrapper-pest {
    margin-right: auto;
    margin-left: auto;

    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
            align-content: space-around;
  }

  .container.wrapper-pests {
    margin-right: auto;
    margin-left: auto;
  }

  .container.wrapper-para {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.title-main {
    font-size: 60px;
  }

  h5.heading-pest {
    text-align: center;
  }

  p.paragraph.text-bottom {
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }

  p.paragraph.bdy-txt {
    width: auto;
  }

  /* Layout Elements */

  .container.wrapper-body-main {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1400px;
    width: 100%;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container.wrapper-body {
    width: auto;
  }

  .container.wrapper-pests {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
    width: 30%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.wrapper-para {
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }

  .container.wrapper-body-main-sub {
    margin-right: auto;
    margin-left: auto;
    width: 70%;
  }
}