:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.container {
  text-align: center;
  padding: 29px;
}

.body {
  font-family: PT Serif, serif;
}

.text-block {
  font-size: 18px;
  line-height: 23px;
}

.div-block {
  margin-top: 12px;
}

.section {
  background-color: #31a648;
}

.top-text-link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.top-div-block {
  text-align: center;
}

.div-block-2 {
  padding: 9px;
}

.navbar {
  background-color: #fff;
}

.nav-menu {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
}

.nav-menu._3 {
  color: #fff;
  background-color: #30a749;
  margin-left: 16px;
}

.container-2 {
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  flex: 1;
  margin-left: 29px;
}

.dropdown-toggle {
  padding-left: 0;
  padding-right: 0;
}

.icon {
  display: none;
}

.slider {
  min-height: 600px;
}

.div-block-3 {
  background-color: #f1f1f1;
  padding: 40px 123px;
}

.div-block-4 {
  padding: 50px 0;
}

.images-div-block {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

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

.paragraph {
  color: #8b8a8a;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.paragraph.algined {
  text-align: left;
}

.under-construction-section {
  display: none;
}

.heading-2 {
  color: #31a649;
  text-align: center;
  font-size: 45px;
  line-height: 46px;
}

.heading-2.snow {
  color: #006eb3;
}

.heading-2.aligned {
  text-align: left;
}

.columns {
  min-width: auto;
  margin-top: 42px;
  display: flex;
}

.columns._2 {
  flex-direction: row-reverse;
  display: flex;
}

.div-intro {
  background-color: #fafafa;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
}

.div-intro.landscaping {
  text-align: center;
}

.section-2 {
  background-color: #fafafa;
}

.div-block-services {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/J-LAKE-GARDENS-HARDSCAPE-PATIOS-1.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  align-items: flex-end;
  min-height: 300px;
  padding-left: 0;
  padding-right: 0;
  transition: all .5s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.div-block-services:hover {
  transform: scale(1.1);
}

.div-block-services.sidewalks {
  background-image: url('../images/J-LAKE-GARDENS-HARDSCAPE-PATIOS-2.png');
}

.div-block-services.firepits {
  background-image: url('../images/J-LAKE-GARDENS-HARDSCAPE-PATIOS-3.png');
}

.div-block-services.spring-cleanup {
  background-image: url('../images/J-LAKE-GARDENS-LANDSCAPE---FALL-CLEAN-UP.png');
}

.div-block-services.planting {
  background-image: url('../images/J-LAKE-GARDENS-LANDSCAPE---PLANTING.png');
}

.div-block-services.fertilizing {
  background-image: url('../images/J-LAKE-GARDENS-LANDSCAPE---FERTILIZING.png');
}

.div-block-services.mulch {
  background-image: url('../images/J-LAKE-GARDENS-LANDSCAPE---MULCH-INSTALLATION.png');
}

.div-block-services.lawn {
  background-image: url('../images/J-LAKE-GARDENS-LANDSCAPE---LAWN-MAINTENANCE.png');
}

.div-block-services.retaining-walls {
  background-image: url('../images/J-LAKE-GARDENS-HARDSCAPE-RETAINING-WALL.png');
}

.div-block-services.outdoor-kitchens {
  background-image: url('../images/J-LAKE-GARDENS-HARDSCAPE-KITCHEN.png');
}

.div-block-services.hardscape-stairs {
  background-image: url('../images/J-LAKE-GARDENS-HARDSCAPE-BRICK-STAIRS.png');
}

.div-block-services.snow-ice-control {
  background-image: url('../images/J-LAKE-GARDENS-LANDSCAPE---SNOW-SERVICE-1.jpg');
}

.div-block-services.snow {
  background-image: url('../images/J-LAKE-GARDENS-LANDSCAPE---SNOW-SERVICE-2.jpg');
}

.div-block-services.commercial-snow {
  background-image: url('../images/J-LAKE-GARDENS-LANDSCAPE---SNOW-SERVICE-3.jpg');
}

.div-block-services.residential-snow {
  background-image: url('../images/J-LAKE-GARDENS-LANDSCAPE---SNOW-SERVICE-4.jpg');
}

.div-block-5 {
  background-color: #0000;
  background-image: linear-gradient(to top, #000000e8 22%, #fff0);
  flex: 1;
  padding-top: 27px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-shadow: -3px -3px 7px #000;
  margin-top: 10px;
  font-size: 30px;
  line-height: 29px;
}

.div-block-6 {
  padding: 37px 181px;
}

.columns-2 {
  padding-top: 19px;
  padding-bottom: 19px;
}

.heading-4 {
  color: #31a649;
  text-align: center;
  font-size: 45px;
}

.heading-4.snow {
  color: #006fb2;
}

.text-block-2 {
  color: #8b8a8a;
  text-align: center;
  padding-left: 95px;
  padding-right: 95px;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.heading-5 {
  color: #31a649;
  margin-bottom: 0;
}

.text-block-3 {
  color: #8b8a8a;
  font-size: 17px;
}

.text-block-3._2 {
  color: #fff;
  text-align: center;
}

.column {
  align-items: center;
  display: block;
}

.column-2 {
  padding-right: 35px;
}

.link {
  color: #31a649;
  font-size: 17px;
  text-decoration: none;
}

.div-block-7 {
  background-color: #07532a;
  background-image: linear-gradient(#000000c7, #000000c7), url('../images/J-LAKE-GARDENS---HARDSCAPING-BANNER-2.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.div-block-8 {
  color: #fff;
  text-align: center;
}

.heading-6 {
  font-size: 70px;
}

.button {
  background-color: #47b43b;
  margin-top: 17px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 22px;
}

.bullet-points {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  line-height: 23px;
}

.text-span-5 {
  color: #2ca45a;
}

.paragraph-text {
  font-size: 17px;
  line-height: 23px;
}

.column-3 {
  text-align: center;
}

.heading-10 {
  font-size: 24px;
}

.services-div-block {
  padding: 19px;
}

.heading-8 {
  text-align: center;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 400;
}

.heading-9 {
  color: #31a649;
  text-align: center;
  margin-bottom: 37px;
}

.columns-3 {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.columns-4 {
  background-color: #fafafa;
}

.div-block-9 {
  padding: 40px;
}

.div-block-10 {
  background-color: #e6e6e6;
  border-bottom: 7px solid #008a12;
  min-height: 400px;
}

.div-block-10.landsacping {
  background-image: url('../images/J-LAKE-GARDENS---LANDSCAPING-BANNER-1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-10.hardscaping {
  background-image: url('../images/J-LAKE-GARDENS---HARDSCAPING-BANNER-1.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

.div-block-10.snow-removal {
  background-image: url('../images/J-LAKE-GARDENS---SNOW-REMOVAL-SERVICES-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-bottom-color: #0590d1;
}

.div-block-10.contact {
  background-image: url('../images/J-LAKE-GARDENS---LANDSCAPING-BANNER-1.png');
  background-position: 50%;
  background-size: cover;
}

.div-text-services {
  text-align: center;
  padding: 10px;
}

.text-block-4 {
  color: #8b8a8a;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 23px;
}

.text-services-link {
  color: #31a649;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-11 {
  padding-left: 195px;
  padding-right: 195px;
}

.slide {
  background-image: url('../images/J-LAKE-GARDENS---HARDSCAPING-BANNER-2.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.slide-2 {
  background-image: url('../images/J-LAKE-GARDENS---LANDSCAPING-BANNER-1.png');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-12 {
  background-image: linear-gradient(to top, #000000d6, #fff0);
  justify-content: center;
  align-items: center;
  min-height: 600px;
  display: flex;
}

.div-block-13 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 8px #0000008f;
}

.heading-11 {
  font-size: 55px;
}

.dropdown-list {
  background-color: #fff;
}

.text-block-5 {
  text-align: center;
  font-size: 26px;
  line-height: 32px;
}

.button-2 {
  text-shadow: none;
  background-color: #30a749;
  margin-top: 18px;
  padding: 14px 34px;
  font-size: 22px;
}

.div-block-14 {
  background-color: #30a749;
  padding: 51px;
}

.info-div-block-contact {
  color: #fff;
  flex-direction: column;
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

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

.text-block-6 {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 23px;
}

.link-2 {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 17px;
  text-decoration: none;
}

.div-block-15 {
  padding-top: 49px;
  padding-bottom: 49px;
}

.columns-5 {
  flex-direction: column;
  display: flex;
}

.div-block-16 {
  padding: 54px 31px;
}

.div-footer-block {
  flex-direction: column;
  display: flex;
}

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

.footer-link {
  color: #3d3c3c;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 16px;
  text-decoration: none;
}

.footer-link.review {
  color: #30a749;
}

.text-block-7 {
  text-align: center;
  margin-top: 23px;
  font-size: 16px;
}

.heading-14 {
  text-align: left;
  font-size: 24px;
}

.div-block-17 {
  margin-top: 57px;
  padding-left: 195px;
  padding-right: 195px;
}

._2 {
  flex-flow: row-reverse wrap;
  display: flex;
}

@media screen and (max-width: 991px) {
  .slider {
    min-height: 450px;
  }

  .div-block-3 {
    padding-left: 34px;
    padding-right: 34px;
  }

  .div-block-services {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-3 {
    font-size: 26px;
  }

  .div-block-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-7 {
    min-height: 300px;
  }

  .heading-6 {
    font-size: 58px;
  }

  .columns-3 {
    flex-direction: column;
  }

  .div-block-11 {
    padding-left: 62px;
    padding-right: 62px;
  }

  .div-block-12 {
    min-height: 450px;
  }

  .div-block-13 {
    margin-bottom: 0;
    padding-left: 61px;
    padding-right: 61px;
  }

  .heading-11 {
    font-size: 53px;
    line-height: 57px;
  }

  .text-block-5 {
    font-size: 23px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .slider {
    min-height: 300px;
  }

  .div-block-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .images-div-block {
    margin-top: 29px;
  }

  .columns {
    flex-direction: column;
  }

  .columns._2 {
    flex-direction: column-reverse;
  }

  .div-block-services {
    background-position: 50% 100%;
  }

  .div-block-services.spring-cleanup {
    background-position: 50%;
  }

  .div-block-services.planting, .div-block-services.mulch {
    background-position: 50% 0;
  }

  .text-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-6 {
    line-height: 51px;
  }

  .services-div-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-11 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-12 {
    min-height: 300px;
  }

  .div-block-13 {
    margin-bottom: 0;
  }

  .heading-11 {
    font-size: 37px;
    line-height: 31px;
  }

  .button-2 {
    margin-top: 6px;
  }

  .slide-nav {
    display: none;
  }

  .container-3 {
    padding-left: 31px;
    padding-right: 31px;
  }
}

@media screen and (max-width: 479px) {
  .slider {
    min-height: 200px;
  }

  .div-block-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-4 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .text-block-2 {
    padding-left: 3px;
    padding-right: 3px;
  }

  .heading-6 {
    font-size: 45px;
    line-height: 41px;
  }

  .div-block-13 {
    padding-left: 4px;
    padding-right: 4px;
  }

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

  .text-block-5 {
    font-size: 18px;
    line-height: 16px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }
}


