h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #71bf44;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.nav-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 11px 4px rgba(0, 0, 0, 0.6);
}

.div-block {
  width: 100%;
  float: none;
  clear: both;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.langshott-logo {
  width: 100%;
}

.nav-telephone {
  margin-top: 30px;
  float: right;
  color: #71bf44;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.briand-container {
  width: 20%;
  margin-top: 14px;
  float: left;
}

.nav-link {
  margin-right: auto;
  margin-bottom: 3px;
  margin-left: auto;
  padding: 15px 10px 12px;
  -webkit-transition: color 300ms cubic-bezier(.567, .013, .25, 1);
  transition: color 300ms cubic-bezier(.567, .013, .25, 1);
}

.nav-link:hover {
  color: #71bf44;
}

.nav-link.w--current {
  border-bottom: 2px solid #71bf44;
  color: rgba(91, 91, 91, 0.5);
}

.section {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  background-color: transparent;
}

.section.content-links {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 25px;
  background-color: #5b5b5b;
  color: #5b5b5b;
}

.section.cta {
  margin-top: 17px;
  margin-bottom: 0px;
  padding-top: 2px;
  background-color: #71bf44;
}

.section.trade-bodies {
  margin-bottom: 10px;
}

.section.testimonials {
  background-color: #fff;
}

.section.hero-header {
  height: 27vw;
  max-height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.6)), color-stop(62%, hsla(0, 0%, 100%, 0))), url('../images/block-paving-header-desktop.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 20%, hsla(0, 0%, 100%, 0) 62%), url('../images/block-paving-header-desktop.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.hero-header.landscaping {
  max-height: none;
  min-height: 450px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.6)), color-stop(62%, hsla(0, 0%, 100%, 0))), url('../images/new-landscaping-image-desktop.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 20%, hsla(0, 0%, 100%, 0) 62%), url('../images/new-landscaping-image-desktop.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.hero-header.construction {
  max-height: none;
  min-height: 450px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.6)), color-stop(62%, hsla(0, 0%, 100%, 0))), url('../images/constreuction-header-desktop.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 20%, hsla(0, 0%, 100%, 0) 62%), url('../images/constreuction-header-desktop.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, auto;
}

.section.hero-header.driveways {
  max-height: none;
  min-height: 450px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.6)), color-stop(54%, hsla(0, 0%, 100%, 0))), url('../images/Cobbled-driveway-desktop.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 20%, hsla(0, 0%, 100%, 0) 54%), url('../images/Cobbled-driveway-desktop.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.no-image-header {
  height: 120px;
  margin-bottom: 20px;
  background-color: #71bf44;
}

.section.standout {
  background-color: rgba(91, 91, 91, 0.15);
}

.body {
  margin-top: 60px;
  font-family: 'Open Sans', sans-serif;
}

.body.standout-text {
  display: block;
  width: 80%;
  margin: 30px auto 18px;
  color: #028c47;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.body.quote-name {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  color: #028c47;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.heading {
  margin-bottom: 25px;
  color: #5b5b5b;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}

.heading.hero-title {
  margin-top: 34px;
  margin-bottom: 0px;
  padding-bottom: 6px;
  font-weight: 400;
}

.heading-3 {
  color: #5b5b5b;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 21px;
  color: #5b5b5b;
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.heading-2.section-heading {
  margin-bottom: 30px;
}

.heading-2.section {
  margin-top: 20px;
}

.heading-4 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #028c47;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.heading-4.white {
  margin-bottom: 20px;
  color: #fff;
}

.body-text {
  display: block;
  width: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  color: #03532b;
  text-align: left;
}

.body-text.footer {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #fff;
  text-align: center;
}

.body-text.quote-text {
  width: 80%;
  padding-top: 10px;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.body-text.page-intro {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.body-text.last-item {
  margin-bottom: 25px;
}

.body-text.bolder {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.body-text.standout-block {
  margin-top: 0px;
  padding: 12px;
  background-color: rgba(113, 191, 68, 0.31);
}

.teaser-wrapper {
  padding-top: 10px;
  padding-bottom: 25px;
}

.teaser-image {
  display: block;
  width: 75%;
  margin: 5px auto 15px;
  border: 2px none #fff;
  border-radius: 50%;
  background-color: transparent;
}

.teaser-image.four-block-teaser {
  width: 85%;
}

.teaser-image.more-space {
  margin-bottom: 35px;
}

.teaser-image.smaller {
  width: 90%;
}

.teaser-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  color: #028c47;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.teaser-link:hover {
  color: #71bf44;
}

.teaser-link.smaller-link {
  display: block;
  width: 50%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #9e9b9b;
  border-radius: 10px;
  background-color: #d3d3d3;
  color: #5b5b5b;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.teaser-link.smaller-link:hover {
  border-color: #fff;
  background-color: #5b5b5b;
  color: #fff;
}

.button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 8px;
  background-color: #028c47;
  text-transform: uppercase;
}

.button.cta {
  padding-right: 30px;
  padding-left: 30px;
  float: right;
  font-size: 15px;
}

.cta-text {
  display: block;
  padding-top: 19px;
  padding-right: 0px;
  float: left;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.services-link-text {
  display: block;
  padding-bottom: 8px;
  color: #71bf44;
  font-size: 14px;
  text-decoration: none;
}

.services-link-text:hover {
  color: #fff;
}

.approved-logo-block {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.approved-logo-block.right {
  width: 100%;
  float: right;
}

.image {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.footer-wrapper {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #028c47;
}

.text-link {
  color: #028c47;
  font-weight: 600;
}

.text-link:hover {
  color: #71bf44;
}

.text-link.bold {
  font-weight: 700;
}

.text-link.cta {
  color: #fff;
}

.text-link.cta:hover {
  color: #028c47;
}

.text-link.footer {
  color: #fff;
}

.text-link.footer:hover {
  background-color: transparent;
  color: #71bf44;
}

.link-block {
  width: 100%;
}

.link-block:hover {
  border: 0px none transparent;
  background-color: transparent;
}

.slider {
  height: 28vw;
}

.slider-icon {
  color: rgba(91, 91, 91, 0.5);
}

.hero-title {
  display: block;
  width: 96%;
  margin: 49px auto 8px;
  padding-top: 25px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.hero-slider {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(9%, rgba(0, 0, 0, 0.57)), color-stop(57%, hsla(0, 0%, 100%, 0))), url('../images/new-patio-hero-image-desktop.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 9%, hsla(0, 0%, 100%, 0) 57%), url('../images/new-patio-hero-image-desktop.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.hero-slider.hero-two {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(9%, rgba(0, 0, 0, 0.57)), color-stop(57%, hsla(0, 0%, 100%, 0))), url('../images/landscaped-garden-hero-desktop.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 9%, hsla(0, 0%, 100%, 0) 57%), url('../images/landscaped-garden-hero-desktop.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.on-page-gallery-wrapper {
  margin-top: 15px;
  margin-bottom: 20px;
}

.work-image {
  width: 100%;
}

.on-page-gallery-caption {
  margin-bottom: 8px;
  padding-top: 12px;
  color: #028c47;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.gallery-link {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  float: none;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(113, 191, 68, 0.25);
  border-radius: 20px;
  background-color: rgba(113, 191, 68, 0.2);
  color: #5b5b5b;
  text-align: center;
  text-decoration: none;
}

.gallery-link:hover {
  border-color: rgba(113, 191, 68, 0.5);
  background-color: #fff;
  color: #71bf44;
}

.field-label {
  margin-bottom: 3px;
  color: #028c47;
  font-size: 16px;
  font-weight: 600;
}

.list-item {
  margin-bottom: 15px;
  padding-left: 10px;
  font-weight: 600;
}

.text-field {
  margin-bottom: 20px;
  background-color: rgba(91, 91, 91, 0.2);
}

.bold-captions {
  margin-bottom: 15px;
  color: #5b5b5b;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.example-blcok {
  margin-top: 40px;
}

.tab-link {
  width: 23.5%;
  margin-right: 1%;
  margin-left: 0%;
  padding-right: 10px;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgba(3, 83, 43, 0.4);
}

.tab-link.w--current {
  width: 24%;
  margin-left: 0%;
  padding-bottom: 18px;
  background-color: #71bf44;
}

.text-block {
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.text-block.warranty {
  color: #5b5b5b;
  text-align: center;
}

.gallery-lightbox-wrapper {
  margin-top: 15px;
}

.tab-link-2 {
  width: 32%;
  margin-right: 0%;
  margin-left: 1%;
  padding-right: 10px;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgba(3, 83, 43, 0.4);
  color: #fff;
}

.tab-link-2:hover {
  background-color: #71bf44;
}

.tab-link-2.w--current {
  padding-bottom: 18px;
  background-color: #71bf44;
}

.tabs-menu {
  display: block;
}

.row {
  margin-top: 35px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.text-block-2 {
  margin-bottom: 20px;
}

.body-2 {
  font-family: 'Open Sans', sans-serif;
}

.floating-image {
  width: 33.3333%;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  border: 2px solid #fff;
}

.tab-content-wrapper {
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  background-color: rgba(113, 191, 68, 0.2);
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-teaser-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

.italic-text {
  display: block;
  width: 100%;
  margin: 3px auto 4px;
  float: left;
  color: #028c47;
  font-size: 16px;
}

.footer-link {
  color: #fff;
}

.footer-link:hover {
  color: #71bf44;
}

.image-container {
  width: 33.3333%;
  float: left;
}

@media screen and (max-width: 991px) {
  .div-block {
    width: 70%;
  }

  .nav-telephone {
    margin-top: 27px;
    padding-left: 43px;
    float: left;
  }

  .briand-container {
    width: 30%;
    margin-top: 19px;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .section {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
  }

  .section.hero-header.landscaping {
    height: 35vw;
    min-height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.6)), color-stop(62%, hsla(0, 0%, 100%, 0))), url('../images/new-landscaping-image-tablet.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 20%, hsla(0, 0%, 100%, 0) 62%), url('../images/new-landscaping-image-tablet.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .section.hero-header.construction {
    height: 35vw;
    min-height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.6)), color-stop(62%, hsla(0, 0%, 100%, 0))), url('../images/constreuction-header-mobile.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 20%, hsla(0, 0%, 100%, 0) 62%), url('../images/constreuction-header-mobile.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .section.hero-header.driveways {
    height: 35vw;
    min-height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.6)), color-stop(45%, hsla(0, 0%, 100%, 0))), url('../images/Cobbled-driveway-tablet.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 20%, hsla(0, 0%, 100%, 0) 45%), url('../images/Cobbled-driveway-tablet.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .section.no-image-header {
    height: 10vw;
  }

  .container {
    display: block;
  }

  .body {
    margin-top: 61px;
  }

  .heading {
    font-size: 24px;
    line-height: 32px;
  }

  .heading.hero-title {
    margin-top: 0px;
  }

  .heading-2.section-heading {
    margin-bottom: 25px;
    font-size: 21px;
    line-height: 26px;
  }

  .body-text {
    font-size: 13px;
    line-height: 17px;
  }

  .body-text.quote-text {
    line-height: 20px;
  }

  .body-text.page-intro {
    font-size: 13px;
    line-height: 17px;
  }

  .teaser-wrapper {
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .teaser-link {
    line-height: 19px;
  }

  .teaser-link.smaller-link {
    width: 75%;
  }

  .button {
    display: block;
    width: 40%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }

  .button.cta {
    display: block;
    float: none;
  }

  .cta-text {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 5px;
    float: none;
    line-height: 35px;
    text-align: center;
  }

  .slider {
    height: 36vw;
  }

  .hero-title {
    margin-top: 5px;
    padding-bottom: 8px;
    font-size: 24px;
    line-height: 35px;
  }

  .hero-slider {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(9%, rgba(0, 0, 0, 0.57)), color-stop(57%, hsla(0, 0%, 100%, 0))), url('../images/new-patio-hero-image-tablet.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 9%, hsla(0, 0%, 100%, 0) 57%), url('../images/new-patio-hero-image-tablet.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-slider.hero-two {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(9%, rgba(0, 0, 0, 0.57)), color-stop(57%, hsla(0, 0%, 100%, 0))), url('../images/landscaped-garden-hero-tablet.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 9%, hsla(0, 0%, 100%, 0) 57%), url('../images/landscaped-garden-hero-tablet.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .menu-button {
    margin-top: -50px;
  }

  .icon {
    color: #71bf44;
    font-size: 32px;
  }

  .flex-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-teaser-child {
    margin-right: 2%;
    margin-left: 2%;
    -webkit-flex-basis: 29.333%;
    -ms-flex-preferred-size: 29.333%;
    flex-basis: 29.333%;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    width: 65%;
  }

  .nav-menu {
    background-color: #d3d3d3;
  }

  .briand-container {
    width: 42%;
    margin-left: 15px;
  }

  .nav-link {
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 6px;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .section {
    margin-top: 10px;
  }

  .section.hero-header.landscaping {
    min-height: 250px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.6)), color-stop(62%, hsla(0, 0%, 100%, 0))), url('../images/new-landscaping-image-mobile.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 20%, hsla(0, 0%, 100%, 0) 62%), url('../images/new-landscaping-image-mobile.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .section.hero-header.construction {
    min-height: 250px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.6)), color-stop(62%, hsla(0, 0%, 100%, 0))), url('../images/constreuction-header-mobile.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 20%, hsla(0, 0%, 100%, 0) 62%), url('../images/constreuction-header-mobile.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .section.hero-header.driveways {
    height: 40vw;
    min-height: 250px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.6)), color-stop(43%, hsla(0, 0%, 100%, 0))), url('../images/Cobbled-driveway-mobile.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 20%, hsla(0, 0%, 100%, 0) 43%), url('../images/Cobbled-driveway-mobile.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .container {
    padding-right: 4%;
    padding-left: 4%;
  }

  .body {
    margin-top: 54px;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23px;
  }

  .heading.hero-title {
    margin-top: 4px;
    padding-top: 17px;
  }

  .heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 22px;
  }

  .heading-2.section-heading {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 22px;
  }

  .body-text.page-intro {
    margin-bottom: 10px;
  }

  .body-text.bolder {
    line-height: 22px;
  }

  .teaser-wrapper {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 19px;
    margin-left: auto;
    padding: 8px 5px 5px;
  }

  .teaser-image {
    width: 80%;
    margin-bottom: 5px;
  }

  .teaser-image.more-space {
    width: 50%;
    margin-bottom: 10px;
  }

  .teaser-link {
    font-size: 15px;
    line-height: 18px;
  }

  .teaser-link.smaller-link {
    width: 80%;
    margin-top: 10px;
    border-width: 1px;
  }

  .button {
    width: 100%;
  }

  .cta-text {
    line-height: 25px;
  }

  .link-block {
    width: 100%;
  }

  .hero-title {
    margin-top: 15px;
    padding-top: 11px;
    padding-bottom: 2px;
    font-size: 20px;
    line-height: 22px;
  }

  .hero-slider {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(9%, rgba(0, 0, 0, 0.57)), color-stop(57%, hsla(0, 0%, 100%, 0))), url('../images/new-patio-hero-image-mobile.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 9%, hsla(0, 0%, 100%, 0) 57%), url('../images/new-patio-hero-image-mobile.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .hero-slider.hero-two {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(9%, rgba(0, 0, 0, 0.57)), color-stop(57%, hsla(0, 0%, 100%, 0))), url('../images/landscaped-garden-hero-mobile.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 9%, hsla(0, 0%, 100%, 0) 57%), url('../images/landscaped-garden-hero-mobile.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .on-page-gallery-wrapper {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }

  .menu-button {
    margin-top: -53px;
    padding: 14px 20px 14px 14px;
  }

  .menu-button.w--open {
    background-color: #d3d3d3;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .gallery-lightbox-wrapper {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .container-2 {
    padding-right: 4%;
    padding-left: 4%;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .floating-image {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    width: 80%;
  }

  .nav-telephone {
    padding-left: 15px;
    font-size: 16px;
  }

  .briand-container {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 13px;
    float: left;
  }

  .section {
    margin-bottom: 10px;
  }

  .section.hero-header.landscaping {
    height: 45vw;
    min-height: 200px;
  }

  .section.hero-header.construction {
    height: 45vw;
    min-height: 200px;
  }

  .section.hero-header.driveways {
    height: 45vw;
    min-height: 200px;
  }

  .section.no-image-header {
    height: 17vw;
  }

  .heading {
    font-size: 19px;
    line-height: 22px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .heading-2.section-heading {
    font-size: 18px;
    line-height: 23px;
  }

  .body-text {
    line-height: 15px;
  }

  .body-text.footer {
    overflow: hidden;
    direction: ltr;
  }

  .body-text.page-intro {
    overflow: visible;
    margin-bottom: 10px;
    padding-right: 0%;
    padding-left: 0%;
    line-height: 15px;
  }

  .body-text.bolder {
    margin-bottom: 15px;
  }

  .teaser-wrapper {
    width: 85%;
    margin-bottom: 8px;
  }

  .teaser-link {
    font-size: 14px;
    line-height: 17px;
  }

  .teaser-link.smaller-link {
    width: 90%;
  }

  .button.cta {
    width: 100%;
  }

  .cta-text {
    line-height: 21px;
  }

  .approved-logo-block {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
  }

  .slider {
    height: 50vw;
  }

  .slider-icon {
    margin-right: 10px;
    margin-left: 10px;
  }

  .hero-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .gallery-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .icon {
    margin-top: 5px;
  }

  .tab-link {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 4px;
  }

  .tab-link.w--current {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-2 {
    width: 100%;
    margin-bottom: 4px;
    margin-left: 0%;
  }

  .flex-teaser-child {
    margin-right: 1%;
    margin-left: 1%;
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }

  .image-container {
    width: 90%;
  }
}

