:root {
  --dark-olive-green: #3b6639;
  --white: white;
  --red: #d52810;
  --black: black;
  --firebrick: #b0261a;
  --goldenrod: #cc960e;
  --royal-blue: #01558d;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block {
  background-color: var(--dark-olive-green);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
}

.designed-by {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-top: auto;
  display: flex;
}

.link-4 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.body {
  flex-direction: column;
}

.footer {
  background-color: var(--red);
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-4 {
  justify-content: space-around;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-links {
  color: #fff;
  padding: 5px;
  font-weight: 700;
  text-decoration: none;
}

.footer-links:hover {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  background-color: #660e04;
  outline: 1px solid #fff;
  padding: 5px;
  font-style: normal;
  text-decoration: none;
}

.footer-links.w--current {
  background-color: #660e04;
}

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

.div-block-5 {
  margin-top: auto;
}

.text-block-3 {
  color: var(--white);
}

.section {
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.brand {
  margin-top: 7px;
}

.navbar {
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.nav-link {
  color: var(--white);
  text-align: center;
  width: 135px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.nav-link:hover {
  background-color: var(--black);
  font-weight: 400;
  text-decoration: underline;
}

.nav-link.w--current {
  background-color: var(--black);
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}

.dropdown-list {
  background-color: var(--goldenrod);
}

.bold-text {
  color: var(--white);
}

.heading-2 {
  color: var(--black);
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 25px;
}

.bold-text-2 {
  color: var(--white);
  font-size: 17px;
  font-weight: 400;
}

.heading-3 {
  color: var(--black);
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

.section-2 {
  padding: 60px 10px;
}

.heading-4 {
  text-align: center;
}

.paragraph {
  text-align: center;
  margin-bottom: 40px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-2 {
  margin-bottom: 50px;
}

.button {
  border: 2px solid var(--white);
  background-color: var(--red);
  text-align: center;
  width: 200px;
  margin-top: 429px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.button.sub {
  margin-top: 40px;
}

.div-block-6 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/52987ffdcd0e62b280893399c55d8e72-gigapixel-standard-scale-4_00x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  height: 236px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-6.snow {
  background-image: linear-gradient(to bottom, null, null), url('../images/Elite-Lawn-Care-161204-145106-2-1500px-1024x683-gigapixel-standard-scale-2_00x.jpg');
}

.div-block-6.debris {
  background-image: linear-gradient(to bottom, null, null), url('../images/Junk-Removal.jpg');
}

.heading-5 {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  color: var(--black);
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  background-color: #ffffff4d;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
  box-shadow: 0 2px 5px #0003;
}

.div-block-7 {
  border-right: 4px solid var(--white);
  border-left: 4px solid var(--white);
  flex-direction: column;
  justify-content: center;
  height: 170px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
}

.image {
  background-image: linear-gradient(#00000080, #00000080);
}

.div-block-8 {
  background-image: linear-gradient(#fff6, #fff6), url('../images/Elite-Lawn-Care-161204-145106-2-1500px-1024x683-gigapixel-standard-scale-2_00x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-9 {
  background-image: linear-gradient(#fff6, #fff6), url('../images/Junk-Removal.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  height: 236px;
  display: flex;
}

.paragraph-4 {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.div-block-10 {
  background-image: linear-gradient(#fff6, #fff6), url('../images/Junk-Removal.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  height: 236px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-11 {
  background-image: linear-gradient(#fff6, #fff6), url('../images/Elite-Lawn-Care-161204-145106-2-1500px-1024x683-gigapixel-standard-scale-2_00x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  height: 236px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-2 {
  text-align: center;
  width: 301px;
  margin: 10px auto;
  display: block;
}

.image-2.sub3 {
  width: 220px;
}

.image-2.sub2 {
  width: 265px;
}

.bold-text-3 {
  font-weight: 400;
}

.div-block-12 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-13 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 30px;
  padding-right: 10px;
  display: flex;
}

.text-block-4 {
  color: var(--white);
}

.nav-menu {
  align-items: center;
  display: flex;
}

.image-3 {
  width: 165px;
}

.link-block {
  padding-left: 20px;
  padding-right: 20px;
}

.background-video {
  flex-direction: column;
  height: 700px;
  display: flex;
}

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

.image-4 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-3 {
  background-image: linear-gradient(#0006, #0006), url('../images/CV-vocation-2-desktop-gigapixel-standard-scale-2_00x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 550px;
  display: flex;
}

.heading-6 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 3px #0003;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-15 {
  justify-content: space-between;
  width: 100%;
  padding: 10px 20px;
  display: flex;
}

.section-6 {
  padding: 40px 10px;
}

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

.title-header-2 {
  color: var(--red);
  text-align: left;
  text-transform: none;
  border-bottom: 1px #d9e1e6;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: 800;
  line-height: 38px;
}

.paragraph-20 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.heading-38 {
  color: #7a1620;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 600;
}

.page-link {
  color: #56697e;
  border-bottom: 1px solid #56697e52;
  font-weight: 300;
  text-decoration: none;
}

.page-link:hover {
  color: #56697e;
  border-bottom-color: #56697e;
}

.page-link.w--current {
  color: #8a191b;
  font-weight: 600;
  text-decoration: none;
}

.page-link.w--current:hover {
  box-shadow: none;
  color: #204546;
  font-weight: 600;
}

.section-7 {
  background-image: url('../images/Goodfellas-Img-guys_01a.jpg');
  background-position: 50% 74%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}

.section-7.contact-us {
  background-image: url('../images/Junk-Removal.jpg');
}

.section-7.services {
  background-image: url('../images/services-gigapixel-standard-scale-4_00x.jpg');
}

.section-7.about {
  background-image: url('../images/snow_01.jpg');
  background-position: 50% 55%;
}

.section-7.faqs {
  background-image: url('../images/waste-management-importance-1.jpeg');
}

.container-18 {
  margin-top: 40px;
}

.section-8, .section-9 {
  padding: 40px 10px;
}

.section-10 {
  padding: 60px 10px;
}

.navbar-2 {
  display: none;
}

.image-6 {
  width: 400px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-39 {
  color: var(--red);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 500;
}

.paragraph-21 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

.paragraph-21.phone {
  margin-bottom: 0;
  font-weight: 700;
}

.paragraph-22 {
  text-align: center;
  margin-top: 10px;
}

.link-block-2 {
  text-decoration: none;
}

.image-7 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-40 {
  color: var(--red);
  font-family: Montserrat, sans-serif;
}

.paragraph-23 {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-41 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
}

@media screen and (max-width: 991px) {
  .navbar {
    display: none;
  }

  .nav-link {
    border-bottom: 1px solid var(--firebrick);
    background-color: #000000bf;
    width: 100%;
    font-weight: 500;
  }

  .grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: none;
  }

  .heading-5 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 28px;
  }

  .div-block-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-4.right {
    display: none;
  }

  .div-block-15 {
    justify-content: flex-end;
  }

  .navbar-2 {
    background-color: var(--red);
    height: 60px;
    padding-left: 10px;
    display: block;
  }

  .icon {
    color: var(--white);
  }

  .image-5 {
    width: 160px;
  }

  .brand-2 {
    flex-direction: column;
    justify-content: center;
    height: 60px;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #0000008c;
  }

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

@media screen and (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr;
  }

  .heading-5 {
    line-height: 70px;
  }

  .section-7.about {
    background-position: 95% 55%;
  }

  .paragraph-23 {
    font-size: 14px;
  }
}

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

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

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

  .text-block-4.left {
    text-align: center;
  }

  .paragraph-23 {
    padding-right: 0;
    font-size: 14px;
  }
}

#w-node-f45c4166-e265-2b86-690e-470139693ee2-39693ee0, #w-node-f45c4166-e265-2b86-690e-470139693ee3-39693ee0, #w-node-f45c4166-e265-2b86-690e-470139693eea-39693ee0, #w-node-f45c4166-e265-2b86-690e-470139693eeb-39693ee0, #w-node-f45c4166-e265-2b86-690e-470139693eec-39693ee0, #w-node-f45c4166-e265-2b86-690e-470139693ef3-39693ee0, #w-node-f45c4166-e265-2b86-690e-470139693ef4-39693ee0, #w-node-f45c4166-e265-2b86-690e-470139693ef5-39693ee0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


