/* Text Elements */

h1.heading-1 {
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  color: #dc143c;
  text-align: center;
  text-shadow: none;
  font-size: 29px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

h1 a.heading-text-4 {
  color: #dc143c;
}

h2.heading-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 22px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

h2 span.heading-text-1 {
  color: #dc143c;
  font-size: 1.625rem;
}

h2.heading-4 {
  color: #fff;
  text-align: center;
}

h2.heading-5 {
  color: #fff;
  text-align: center;
  font-size: 24px;
}

h2 a.heading-text-2 {
  color: #000;
}

h2 a.heading-text-3 {
  color: #000;
}

h2.heading-6 {
  color: #fff;
  text-align: center;
  font-size: 26px;
}

h2.heading-7 {
  margin-bottom: 20px;
  color: #dc143c;
  font-size: 26px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

h2.heading-8 {
  font-size: 24px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

p.paragraph.paragraph-1 {
  margin-bottom: 0;
  color: #00008b;
  text-align: center;
  text-shadow: none;
  font-size: 25px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

p.paragraph.paragraph-2 {
  margin-bottom: 8px;
  background-color: transparent;
  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;
  color: #fff;
  text-align: center;
  text-shadow: #000 1px 1px 0;
  font-size: 20px;

  background-blend-mode: normal;
}

p.paragraph.paragraph-3 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.paragraph-4 {
  margin-bottom: 0;
  padding-bottom: 15px;
  text-align: center;
  font-size: 20px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  line-height: 25px;
}

p.paragraph.paragraph-5 {
  color: #fff;
  font-size: 14px;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 700;
  font-size: 1.125rem;
}

p.paragraph.paragraph-6 {
  font-style: italic;
}

p.paragraph.paragraph-7 {
  color: #fff;
  font-size: 14px;
}

p.paragraph a.paragraph-text-2 {
  color: #fff;
}

p.paragraph.paragraph-8 {
  margin-right: auto;
  margin-left: auto;
  width: 85%;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

p.paragraph span.paragraph-text-3 {
  font-weight: 700;
}

a.link-text.text-link-1 {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
  text-shadow: #000 1px 1px 0;
  font-size: 18px;
}

a.link-text.text-link-2 {
  display: block;
  color: #fff;
  text-align: center;
  text-shadow: #000 1px 1px 0;
  font-size: 18px;
}

a.link-text.text-link-3 {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

/* Layout Elements */

body.body-1 {
  max-width: 2000px;
  background-color: transparent;
  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-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;

  background-blend-mode: normal;
}

.container.container-1 {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  max-width: none;
  background-color: #b0b0b0;
  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;

  background-blend-mode: normal;
}

.container.container-4 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  max-width: 2000px;
  background-color: #c0c0c0;
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(149, 149, 151, .5) 100%);
  background-image:    -moz-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(149, 149, 151, .5) 100%);
  background-image:      -o-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(149, 149, 151, .5) 100%);
  background-image:         radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(149, 149, 151, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.container-2 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  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;
  box-shadow: rgba(0, 0, 0, .5) 2px 2px 10px 0;

  background-blend-mode: normal;
}

.container.container-5 {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 10px;
  max-width: 1500px;
}

.container.container-7 {
  background-color: #b0b0b0;
}

.container.container-8 {
  margin-bottom: 10px;
}

.container.container-9 {
  margin-bottom: 10px;
  vertical-align: top;
}

.container.container-10 {
  background-color: #fff;
}

.container.container-11 {
  min-height: auto;
}

.container.container-12 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #959597;
}

.container.container-14 {
  display: inline-block;
  width: 50%;
}

.container.container-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 500px;
  background-image: url('../Pauls_Plastering_Images/Testimonials.webp');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.container-16 {
  margin: 20px auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1500px;
  width: 95%;
  background-color: rgba(149, 149, 151, .75);
}

.container.container-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 350px;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -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.container-18 {
  background-color: #000;
}

.link-container.link-container-1 {
  min-height: 30px;
  background-image: url('../Pauls_Plastering_Images/OMDWebsites_Footer_Bar_2000_New.png');
  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.picture-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1030px;
}

.html-element.html-element-100 {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../Pauls_Plastering_Images/Wide.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

div.responsive-picture.picture-2 {
  max-width: 640px;
}

.html-element.html-element-4 {
  margin-top: -40px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
}

.html-element.html-element-3 {
  padding: 2px;
}

ul.list-container.orbit-container {
  height: auto;
}

button.orbit-previous {
  padding-right: 0;
  padding-left: 0;
}

button.orbit-next {
  padding-right: 0;
  padding-left: 0;
}

li.list-item-container.is-active.orbit-slide {
  margin-bottom: 20px;
  padding: 5px;
  background-color: transparent;
}

a.social-image.social-icon-1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 42px;
}

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

  h1.heading-1 {
    font-size: 30px;
  }

  h2.heading-2 {
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  }

  h2.heading-4 {
    font-size: 24px;
  }

  h2.heading-3 {
    font-size: 22px;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  }

  h2.heading-7 {
    color: #dc143c;
    font-size: 28px;
  }

  p.paragraph.paragraph-1 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  a.link-text.text-link-1 {
    display: inline-block;
    width: 50%;
  }

  a.link-text.text-link-2 {
    display: inline-block;
    width: 50%;
  }

  a.link-text.text-link-3 {
    display: inline-block;
  }

  /* Layout Elements */

  .container.container-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.container-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: distribute;

    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.container-12 {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
  }

  .container.container-14 {
    width: 33.333333%;
  }

  .html-element.html-element-2 {
    width: auto;
  }

  .html-element.html-element-3 {
    padding: 2px;
  }
}

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

  h1.heading-1 {
    display: inline-block;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 15px;
    width: 75%;
    text-align: left;
    font-size: 38px;
  }

  h2.heading-2 {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 28px;
  }

  h2 span.heading-text-1 {
    font-size: 2rem;
  }

  h2.heading-4 {
    font-size: 30px;
  }

  h2.heading-5 {
    font-size: 26px;
  }

  h2.heading-6 {
    font-size: 32px;
  }

  h2.heading-7 {
    font-size: 36px;
  }

  h2.heading-8 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  p.paragraph.paragraph-1 {
    margin-bottom: 0;
    text-align: center;
    font-size: 40px;
  }

  p.paragraph.paragraph-2 {
    margin-bottom: 16px;
    font-size: 26px;
  }

  p.paragraph.paragraph-4 {
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 22px;
  }

  p.paragraph.paragraph-8 {
    font-size: 20px;
  }

  p.paragraph span.paragraph-text-1 {
    font-size: 1.125rem;
  }

  a.link-text.text-link-1 {
    display: block;
    width: auto;
    text-align: right;
    font-size: 20px;
  }

  a.link-text.text-link-2 {
    display: block;
    width: auto;
    text-align: right;
    font-size: 20px;
  }

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

  /* Layout Elements */

  .container.container-2 {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    width: auto;
    box-shadow: none;
  }

  .container.container-3 {
    display: block;
    width: auto;
  }

  .container.container-4 {
    display: block;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding-right: 0;
    padding-left: 0;
    border-top-width: 0;
    border-top-style: none;
    background-color: #c0c0c0;
    box-shadow: rgba(0, 0, 0, .5) 2px 2px 10px 0;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-6 {
    display: inline-block;
    padding-right: 15px;
    width: 25%;
  }

  .container.container-5 {
    padding: 30px 15px;
  }

  .container.container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -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.container-8 {
    margin-bottom: 20px;
  }

  .container.container-9 {
    display: block;
    margin-bottom: 20px;
    width: auto;
  }

  .container.container-11 {
    min-height: 600px;
  }

  .container.container-12 {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 33%;
  }

  .container.container-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;

    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
            align-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }

  .container.container-14 {
    width: 16.666666%;
  }

  .container.container-16 {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 85%;
  }

  .container.container-15 {
    min-height: 600px;
  }

  div.responsive-picture.picture-2 {
    display: none;
  }

  li.list-item-container.is-active.orbit-slide {
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }
}

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

  h1.heading-1 {
    display: inline-block;
    margin-bottom: 10px;
    width: 80%;
    text-align: left;
    font-size: 68px;
  }

  h2.heading-2 {
    font-size: 34px;
  }

  h2.heading-5 {
    font-size: 30px;
  }

  h2.heading-7 {
    font-size: 40px;
  }

  h2.heading-8 {
    margin-bottom: 20px;
    font-size: 34px;
  }

  p.paragraph.paragraph-1 {
    font-size: 34px;
  }

  p.paragraph.paragraph-2 {
    font-size: 28px;
  }

  p.paragraph.paragraph-4 {
    font-size: 24px;
  }

  p.paragraph.paragraph-8 {
    font-size: 22px;
  }

  p.paragraph span.paragraph-text-1 {
    font-size: 1.25rem;
  }

  a.link-text.text-link-1 {
    display: block;
    width: auto;
    text-align: right;
    font-size: 28px;
  }

  a.link-text.text-link-2 {
    display: block;
    width: auto;
    text-align: right;
    font-size: 28px;
  }

  /* Layout Elements */

  .container.container-3 {
    display: inline-block;
    width: 55%;
  }

  .container.container-2 {
    display: inline-block;
    width: 45%;
  }

  .container.container-6 {
    display: inline-block;
    width: 20%;
  }

  .container.container-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container.container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.container-8 {
    margin-bottom: 30px;
  }

  .container.container-1 {
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.container-11 {
    min-height: 750px;
  }

  .container.container-12 {
    display: inline-block;
    width: 30%;
  }

  .container.container-15 {
    min-height: 600px;
  }
}

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

  h1.heading-1 {
    font-size: 80px;
  }

  p.paragraph.paragraph-1 {
    font-size: 46px;
  }

  p.paragraph.paragraph-2 {
    font-size: 29px;
  }

  p.paragraph.paragraph-4 {
    font-size: 22px;
    line-height: 30px;
  }

  /* Layout Elements */

  .container.container-3 {
    width: 50%;
  }

  .container.container-2 {
    width: 50%;
  }

  div.responsive-picture.picture-1 {
    max-width: 1020px;
  }
}