:root {
  --dark-gray: #253849;
  --lt-green: #eef7f6;
  --light-green: #f2faf6;
  --shane-s-gray: #5b5d5e;
  --white: #fff;
  --shane-s-blue: #0155a1;
  --shane-s-green: #048b23;
  --black: black;
  --shane-s-maroon: #900101;
  --white-2: white;
}

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

a {
  color: var(--dark-gray);
  text-decoration: none;
}

.navbar-container-1200 {
  justify-content: space-between;
  align-items: center;
  max-width: 1220px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: var(--lt-green);
  border-bottom: 9px #048b233b;
}

.right-of-logo-nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand.w--current {
  margin-right: 45px;
}

.main-hero-section {
  background-image: url('../images/Yard-CleanupTNY.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  min-height: 500px;
  padding: 0 30px;
  display: flex;
}

.main-hero-section.mowing {
  background-image: url('../images/commercial-lawn-mowing.jpeg');
}

.main-hero-section.junk-removal-sec {
  background-image: url('../images/Junk-In-GarageTNY.jpg');
}

.main-hero-section.pressure {
  background-image: url('../images/pressure-washing-croppedTNY.jpg');
}

.main-hero-section.sealcoating {
  background-image: url('../images/driveway-sealcoatingTNY.jpg');
}

.main-hero-section.snow {
  background-image: url('../images/Snow_Plowing_TNY-p-800.jpeg');
}

.hero-header-1 {
  color: #fff;
  letter-spacing: .5px;
  text-shadow: 0 6px 6px #000;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 57px;
  font-weight: 900;
  line-height: 70px;
}

.main-content-paragraph {
  color: var(--dark-gray);
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 34px;
}

.hero-header-2 {
  color: var(--white);
  letter-spacing: .5px;
  text-shadow: 0 6px 6px #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 43px;
  font-style: italic;
  font-weight: 700;
  line-height: 56px;
}

.serving-cortland-homer {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  padding-top: 4px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.page-top-header {
  background-color: var(--shane-s-blue);
  padding: 10px 20px 15px;
  line-height: 22px;
}

.home-hero-phone-link {
  color: #fff;
}

.snow-plowing-div {
  background-image: url('../images/Snow_Plowing_TNY-p-800.jpeg');
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
}

.services-grid-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  max-width: 1400px;
  margin: 0 auto 20px;
  display: grid;
}

.yard-and-leaf-cleanups {
  background-image: url('../images/Yard-CleanupTNY.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
}

.house-barn-garage-cleanouts {
  background-image: url('../images/Junk-In-GarageTNY.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
}

.driveway-sealcoating {
  background-image: url('../images/driveway-sealcoatingTNY.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
}

.services-headings-3 {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 4px 4px #00000080;
  margin-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.pressure-washing {
  background-image: url('../images/pressure-washing-croppedTNY.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
}

.shane-s-logo-image {
  width: 300px;
  min-width: 200px;
}

.blue-contact-us-div {
  background-color: var(--shane-s-blue);
  border-radius: 4px;
  align-self: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.services-section {
  background-color: var(--lt-green);
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-section {
  margin-top: auto;
}

.phone-number {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.shane-s-phone-number {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 22px;
  display: flex;
}

.page-footer {
  background-color: var(--shane-s-blue);
  padding: 15px 20px;
  line-height: 22px;
}

.serving-cortland-homer-footer {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 4px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.shane-s-phone-number-footer {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.shane-s-property-service {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.copyright-footer {
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 4px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.body {
  background-color: var(--light-green);
  flex-direction: column;
  display: flex;
}

.dumpster-rental {
  background-image: url('../images/dumpster-03-1200-sq-4184-tiny-p-800.jpeg');
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
}

.body-3 {
  background-color: var(--light-green);
  flex-direction: column;
  display: flex;
}

.container-4 {
  max-width: 1240px;
  padding-left: 19px;
  padding-right: 19px;
}

.body-4, .body-5 {
  background-color: var(--light-green);
  flex-direction: column;
  display: flex;
}

.container-5 {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

.body-6 {
  background-color: var(--lt-green);
  flex-direction: column;
  display: flex;
}

.container-6 {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

.body-7 {
  background-color: var(--lt-green);
  flex-direction: column;
  display: flex;
}

.container-7 {
  max-width: 1240px;
  padding-left: 19px;
  padding-right: 19px;
}

.heading-1 {
  color: var(--dark-gray);
  text-align: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}

.heading-1.seal {
  color: var(--dark-gray);
}

.paragraph-1 {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.paragraph-1.center {
  text-align: center;
}

.paragraph-1.center.lg {
  font-size: 26px;
}

.navigation-link {
  text-align: center;
  text-transform: uppercase;
  margin-left: 0;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
}

.navigation-link:hover {
  font-weight: 900;
}

.navigation-link.w--current {
  color: var(--shane-s-green);
  font-weight: 900;
}

.navigation-link.dk-gray {
  color: var(--dark-gray);
  font-size: 16px;
  line-height: 24px;
}

.navigation-link.dk-gray.w--current {
  color: var(--black);
  line-height: 24px;
}

.main-content-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1220px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.slider-paragraph {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 40px;
}

.main-content-section {
  background-color: var(--lt-green);
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.main-content-header-3 {
  color: var(--dark-gray);
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 50px;
}

.lawn-mowing {
  background-image: url('../images/commercial-lawn-mowing-left-W-tny.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
}

.junk-removal {
  background-image: url('../images/junk-pile-800x388-tny.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 300px;
}

.call-us-wrapper {
  background-color: var(--shane-s-blue);
  border-radius: 4px;
  max-width: 1000px;
  padding: 10px;
}

.gray-call-us-wrapper {
  background-color: #25384900;
  border-radius: 4px;
  align-self: auto;
  max-width: 1260px;
  margin: 20px auto;
}

.hero-header-3 {
  color: var(--white);
  letter-spacing: .5px;
  text-shadow: 0 6px 6px #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
}

.area-served-image {
  max-width: 600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.grey-paragraph {
  color: var(--dark-gray);
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 40px;
}

.grey-paragraph.center {
  text-align: center;
  font-size: 23px;
  line-height: 32px;
}

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

.image {
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.content-sec {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.content-sec.junk-sec {
  background-color: var(--lt-green);
  padding-top: 10px;
}

.content-cont {
  flex-direction: column;
  align-items: center;
  max-width: 1220px;
  display: flex;
}

.content-cont.seal {
  justify-content: flex-start;
  max-width: 1000px;
  display: block;
}

.my-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  display: grid;
}

.my-grid._2 {
  grid-template-columns: 1fr 1fr;
}

.grid-block.ctr {
  max-width: 600px;
  margin-top: 20px;
}

.space-30 {
  width: 100%;
  height: 30px;
}

.left-arrow {
  max-width: 800px;
}

.slide {
  background-image: url('../images/commercial-lawn-mowing-left-W-tny.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Yard-CleanupTNY.jpg');
  background-position: 50%;
  background-size: cover;
}

.contact-slider {
  height: 400px;
  margin-top: 40px;
}

.slide-3 {
  background-image: url('../images/Snow_Plowing_TNY-p-800.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/dumpster-03-1200-sq-4184-tiny-p-800.jpeg');
  background-position: 50%;
  background-size: cover;
}

.contact-phone {
  font-weight: 700;
}

.text-span, .link {
  color: var(--white);
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.shane-keep {
  color: var(--white);
  margin-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  .navbar-container-1200 {
    height: 90px;
  }

  .right-of-logo-nav-menu {
    background-color: var(--light-green);
  }

  .brand.w--current {
    margin-right: 0;
  }

  .main-hero-section {
    min-height: 460px;
    padding-bottom: 10px;
  }

  .main-hero-section.mowing {
    background-position: 50%;
  }

  .icon-3 {
    color: var(--shane-s-gray);
    font-size: 40px;
  }

  .hero-header-1 {
    text-shadow: 0 5px 5px #000;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 64px;
  }

  .hero-header-2 {
    text-shadow: 0 5px 5px #000;
    margin-bottom: 10px;
  }

  .page-top-header {
    padding-top: 2px;
    padding-bottom: 8px;
  }

  .services-grid-div {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button.w--open {
    background-color: var(--light-green);
  }

  .services-section {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 50px;
  }

  .heading-1.seal {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph-1 {
    font-size: 21px;
    line-height: 29px;
  }

  .navigation-link {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
  }

  .navigation-link.dk-gray {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .main-content-header-3 {
    line-height: 46px;
  }

  .gray-call-us-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-header-3 {
    text-shadow: 0 5px 5px #000;
  }

  .grey-paragraph.center {
    line-height: 33px;
  }

  .my-grid, .my-grid._2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .main-hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-3 {
    font-size: 40px;
  }

  .hero-header-1 {
    text-shadow: 0 4px 4px #000;
    margin-top: 10px;
    font-size: 48px;
    line-height: 56px;
  }

  .main-content-paragraph {
    font-size: 21px;
  }

  .hero-header-2 {
    text-shadow: 0 4px 4px #000;
  }

  .serving-cortland-homer {
    font-size: 16px;
    line-height: 22px;
  }

  .page-top-header {
    padding-top: 2px;
    padding-bottom: 8px;
  }

  .services-grid-div {
    padding-left: 0;
    padding-right: 0;
  }

  .blue-contact-us-div {
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-section {
    padding-top: 20px;
  }

  .phone-number {
    font-size: 21px;
    line-height: 28px;
  }

  .serving-cortland-homer-footer {
    font-size: 16px;
    line-height: 22px;
  }

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

  .paragraph-1 {
    font-size: 19px;
  }

  .paragraph-1.center.lg {
    font-size: 25px;
  }

  .navigation-link {
    margin-top: 2px;
  }

  .main-content-container {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-paragraph {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 22px;
    line-height: 36px;
  }

  .call-us-wrapper {
    padding-bottom: 0;
  }

  .gray-call-us-wrapper {
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-header-3 {
    text-shadow: 0 4px 4px #000;
    font-size: 28px;
    line-height: 34px;
  }

  .grey-paragraph {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 22px;
    line-height: 36px;
  }

  .grey-paragraph.center {
    font-size: 21px;
    line-height: 32px;
  }

  .image {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navbar-container-1200 {
    height: 90px;
  }

  .main-hero-section {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .main-hero-section.mowing {
    background-size: cover;
  }

  .main-hero-section.sealcoating {
    display: flex;
  }

  .icon-3 {
    font-size: 36px;
  }

  .hero-header-1 {
    text-shadow: 0 3px 3px #000;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 44px;
    line-height: 50px;
  }

  .main-content-paragraph {
    font-size: 21px;
    line-height: 30px;
  }

  .hero-header-2 {
    text-shadow: 0 3px 3px #000;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 44px;
  }

  .serving-cortland-homer {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 21px;
  }

  .page-top-header {
    padding-top: 2px;
  }

  .snow-plowing-div {
    min-height: 200px;
  }

  .services-grid-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin: 12px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .services-section {
    padding-top: 10px;
  }

  .phone-number {
    font-size: 21px;
    line-height: 28px;
  }

  .serving-cortland-homer-footer {
    letter-spacing: 0;
    font-size: 15px;
    line-height: 21px;
  }

  .shane-s-property-service {
    letter-spacing: 0;
  }

  .copyright-footer {
    letter-spacing: 0;
    font-size: 13px;
    line-height: 18px;
  }

  .heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 38px;
  }

  .paragraph-1.center.lg {
    margin-top: 20px;
  }

  .navigation-link {
    font-size: 20px;
    line-height: 24px;
  }

  .main-content-header-3 {
    font-size: 32px;
    line-height: 40px;
  }

  .gray-call-us-wrapper {
    margin-top: 10px;
    margin-bottom: 8px;
  }

  .hero-header-3 {
    text-shadow: 0 3px 3px #000;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 34px;
  }

  .area-served-image {
    display: none;
  }

  .grey-paragraph.center {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .headings-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .image {
    margin-bottom: 10px;
  }

  .my-grid._2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-block.ctr {
    margin-top: 15px;
  }
}

#w-node-e4cd83ea-83a4-9f4f-a95d-f1b204ca1eeb-cd778e79 {
  place-self: center;
}

#w-node-_3d52c500-025e-7e44-18b9-ebc21595ef78-cd778e79, #w-node-e0dbdc5a-6c43-e2a8-18a8-72714457854e-cd778e79, #w-node-e8b15261-096e-6661-0247-6a13caaa08c4-cd778e79, #w-node-_3c354307-8998-dc35-690b-01a42759d25a-cd778e79, #w-node-_5015693f-d30b-76e3-ef8d-b5540a773eeb-cd778e79, #w-node-_4417ea1b-cb0a-5c4e-c9e6-d50cbbaf272e-cd778e79, #w-node-_22a9c97e-5a95-5252-ec93-23511ba0bda8-cd778e79, #w-node-b7096194-5034-598f-780d-7e231bb41eda-cd778e79, #w-node-a8eaf7f4-a029-a87a-2237-752b84ac3c01-cd778e7b, #w-node-a8eaf7f4-a029-a87a-2237-752b84ac3c02-cd778e7b, #w-node-_84c0096d-400e-095d-2c65-98851d7e09f7-cd778e7b, #w-node-df38b1d1-a086-7124-9209-518c820d5c47-cd778e7b, #w-node-_6527e246-969e-bf44-eb44-6b7a3f5427f3-cd778e7d, #w-node-ad427380-35b3-7898-411e-289f1272180f-cd778e7d, #w-node-_4782ae53-933d-e4d5-9d83-aa002a1d18bb-cd778e7d, #w-node-ff460cc3-1c0c-ee05-9f22-e1de6a543f56-cd778e7d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


