h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.slider {
  z-index: 1;
  width: 100%;
  height: 430px;
  margin-top: -100px;
}

.slidehome._1 {
  position: static;
  z-index: -1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/home_hero1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/home_hero1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slidehome._2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/home_hero2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/home_hero2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slidehome._3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/home_hero3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/home_hero3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slidehome.lawn1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/lawn_hero1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/lawn_hero1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slidehome.lawn2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/lawn_hero2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/lawn_hero2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slidehome.lawn3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/lawn_hero3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/lawn_hero3.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}




.slidehome.lawn1.hardscaping {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/services_landscaping.jpg'), url('../images/lawn_hero1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/services_landscaping.jpg'), url('../images/lawn_hero1.jpg');
  background-position: 0px 0px, 50% 50%, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.slidehome.lawn1.property {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/service.maintenance1.jpg'), url('../images/lawn_hero1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/service.maintenance1.jpg'), url('../images/lawn_hero1.jpg');
  background-position: 0px 0px, 50% 50%, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, repeat, no-repeat;
}


.slidehome.mulch1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/mulch_hero1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/mulch_hero1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slidehome.mulch2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/mulch_hero2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/mulch_hero2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}


.navbar {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 75px;
  padding-right: 0%;
  padding-left: 2%;
  background-color: hsla(0, 0%, 87%, .9);
}

.navlink {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 10px;
  padding-top: 13px;
  padding-bottom: 10px;
  color: #444;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.navlink:hover {
  color: #000;
}

.navlink.w--current {
  color: #444;
}

.navlink.contact {
  height: 75px;
  margin-top: 0px;
  padding-top: 26px;
  border: 2px solid transparent;
  background-color: rgba(68, 68, 68, .7);
  -webkit-transition: background-color 400ms linear;
  transition: background-color 400ms linear;
  color: #ccc;
}

.navlink.contact:hover {
  border: 2px solid transparent;
  background-color: rgba(45, 80, 22, .7);
}

.navlink.billpay {
  height: 75px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 20px;
  cursor: pointer;
}

.body {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Exo, sans-serif;
}

.navmenu {
  height: 75px;
}

.h1 {
  position: relative;
  top: 300px;
  z-index: 11;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 8px;
  font-family: Merriweather, serif;
  color: #eee;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.h1.black {
  top: 0px;
  color: #444;
  text-align: center;
}

.slidermask {
  background-image: -webkit-linear-gradient(270deg, #000, #fff);
  background-image: linear-gradient(180deg, #000, #fff);
}

.sectionhome {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: -40px;
  margin-right: auto;
  margin-left: auto;
}

.homemenucontainer {
  display: block;
  width: 90%;
  height: 480px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  background-color: #fff;
}

.sectionhomelink {
  width: 48.9%;
  height: 300px;
  margin: 5px;
  float: left;
  background-color: #000;
  background-image: -webkit-linear-gradient(270deg, transparent 60%, #2d5016);
  background-image: linear-gradient(180deg, transparent 60%, #2d5016);
  font-family: Exo, sans-serif;
  color: #ccc;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.sectionhomelink._3 {
  width: 32.25%;
  height: 300px;
  margin: 5px;
  background-image: -webkit-linear-gradient(270deg, transparent 60%, #2d5016), url('../images/service.landscaping3.jpg');
  background-image: linear-gradient(180deg, transparent 60%, #2d5016), url('../images/service.landscaping3.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 450px;
}

.sectionhomelink._3.projects {
  height: 300px;
  background-image: -webkit-linear-gradient(270deg, transparent 60%, #2d5016), url('../images/service.landscaping3.jpg');
  background-image: linear-gradient(180deg, transparent 60%, #2d5016), url('../images/service.landscaping3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sectionhomelink._3.estimate {
  height: 300px;
  background-image: -webkit-linear-gradient(270deg, transparent 60%, #2d5016), url('../images/free_estimate.jpg');
  background-image: linear-gradient(180deg, transparent 60%, #2d5016), url('../images/free_estimate.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sectionhomelink.aboutus {
  height: 300px;
  background-image: -webkit-linear-gradient(270deg, transparent 60%, rgba(45, 80, 22, .8)), url('../images/about_us.jpg'), url('../images/avalawn_HomeLinks1.jpg');
  background-image: linear-gradient(180deg, transparent 60%, rgba(45, 80, 22, .8)), url('../images/about_us.jpg'), url('../images/avalawn_HomeLinks1.jpg');
  background-position: 0px 0px, 50% 50%, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
}

.sectionhomelink.aboutus.whatwedo {
  background-image: -webkit-linear-gradient(270deg, transparent 60%, rgba(45, 80, 22, .8)), url('../images/service.mulch1.jpg');
  background-image: linear-gradient(180deg, transparent 60%, rgba(45, 80, 22, .8)), url('../images/service.mulch1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.sectionhomelink.services {
  height: 300px;
  background-image: url('../images/avalawn_HomeLinks2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer {
  width: 100%;
  padding: 7px 2%;
  background-color: #444;
  color: #ccc;
  font-size: 12px;
  line-height: 12px;
}

.studio {
  float: right;
  color: #ccc;
  text-decoration: none;
}

.maphome {
  position: relative;
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/avalawn_map.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sectionhomemaptitle {
  width: 100%;
  margin-top: 100px;
  padding-top: 5%;
  font-family: Merriweather, serif;
  color: #444;
  text-align: center;
}

.heading1 {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 10px;
}

.homemapimg {
  width: 100%;
}

.homemapicon {
  display: block;
  margin-right: auto;
  margin-bottom: -20px;
  margin-left: auto;
}

.paragraph {
  margin-right: 4%;
  margin-left: 4%;
}

.footertext {
  width: 100%;
  float: left;
}

.sectionhomelinksocial {
  width: 100%;
  height: 100px;
  margin: 0%;
  float: left;
  background-color: #000;
  background-image: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.sectionhomelinksocial:hover {
  background-image: none;
  opacity: 0.75;
}

.sectionhomelinksocial.bottom {
  margin-top: -2.3%;
}

.sectionhomelinksocial.bottom.instagram {
  width: 50%;
  height: 50%;
  margin-top: -2%;
  background-color: #c08d64;
}

.sectionhomelinksocial.bottom.googleplus {
  margin-top: -2%;
  background-color: #e44d44;
}

.sectionhomelinksocial.facebook {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #2e5e95;
}

.sectionhomelinksocial.twitter {
  background-color: #73c3f1;
}

.sectionhomelinksocial.googleplus {
  background-color: #e44d44;
}

.sectionhomelinksocial.instagram {
  background-color: #e44d44;
}

.sectionhomelinksocialimg {
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.sectionhomelinktitle {
  position: relative;
  left: 0px;
  top: 250px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 5%;
  margin-left: 5%;
  color: #eee;
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
}

.sectionhomecallus {
  width: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: Merriweather, serif;
  text-align: center;
}

.paragraphlink {
  color: #333;
  font-weight: 900;
  text-decoration: none;
}

.emph {
  color: #000;
  font-weight: 700;
}

.sectionservices {
  position: relative;
  z-index: 4;
  margin-top: -40px;
}

.servicescontainer {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 10px;
  background-color: #fff;
}

.servicescontainer.service {
  margin-bottom: 0px;
}

.servicesimg {
  width: 55%;
  height: 300px;
  float: left;
}

.servicesimg.right {
  height: 300px;
  float: right;
}

.servicesdescription {
  width: 45%;
  height: 300px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 15px;
  float: right;
  background-color: hsla(0, 0%, 80%, .2);
}

.servicesdescription.right {
  height: 300px;
  padding-right: 15px;
  padding-left: 0px;
  float: left;
}

.buttom {
  position: static;
  right: 45%;
  display: block;
  width: 23.1%;
  margin-left: -26.7%;
  padding-right: 10px;
  padding-left: 10px;
  float: none;
  background-color: #444;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.buttom:hover {
  background-color: #ccc;
  color: #444;
}

.buttom.right {
  left: 109px;
  bottom: 0px;
  margin-right: -26.7%;
  float: right;
  text-align: center;
}

.servicesdiv {
  max-width: 990px;
}

.right {
  text-align: right;
}

.servicestext {
  position: relative;
  height: 202px;
}

.logoimg {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slidemask {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
}

.servicetext {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.servicetext.left {
  width: 100%;
  text-align: left;
}

.serviceheading {
  margin-top: 0px;
  text-align: center;
}

.serviceheading.under {
  margin-top: 5%;
}

.servicediv {
  padding: 20px;
  border-style: none;
  background-color: hsla(0, 0%, 80%, .2);
}

.serviceicon {
  display: block;
  width: 10%;
  margin: 5% auto 1%;
}

.serviceicon._3 {
  width: 15%;
}

.serviceicon._3.a {
  width: 20%;
}

.servicepictures {
  margin-top: 5%;
}

.servicelightbox {
  width: 32.333%;
  max-width: 300px;
  margin: 0.5%;
}

.servicebutton {
  display: block;
  width: 40%;
  margin-top: 3%;
  margin-right: auto;
  margin-left: auto;
  background-color: #444;
  font-size: 17px;
  line-height: 21px;
  text-align: center;
}

.servicebutton:hover {
  background-color: #2d5016;
}

.row3 {
  display: block;
}

.billpay {
  display: inline-block;
  color: #444;
  font-weight: 500;
}

.aboutusimg {
  display: block;
  width: 80%;
  margin-top: 3%;
  margin-right: auto;
  margin-left: auto;
}

.contacttab {
  width: 33%;
  padding-top: 11px;
  padding-bottom: 4px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.contacttab.w--current {
  background-color: #333;
  color: #c8c8c8;
}

.tabpane {
  width: 100%;
  padding: 2% 5%;
  border-top: 5px solid #333;
}

.form {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.contactfield.street {
  width: 68%;
  margin-right: 2%;
  float: left;
}

.contactdropdown {
  width: 40%;
  float: right;
}

.contactdropdown.county {
  width: 30%;
}

.contactdropdown.method {
  width: 58%;
  margin-right: 2%;
  float: left;
}

@media (max-width: 991px) {
  .navlink {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ccc;
  }
  .navlink.w--current {
    color: #ccc;
  }
  .navlink.contact {
    height: auto;
    padding-top: 10px;
    background-color: transparent;
  }
  .navlink.billpay {
    height: 44px;
  }
  .navmenu {
    height: auto;
    padding-left: 200px;
    background-color: rgba(68, 68, 68, .7);
  }
  .homemenucontainer {
    width: 90%;
  }
  .sectionhomelink._3 {
    width: 98.5%;
    height: auto;
  }
  .sectionhomelink._3.projects {
    width: 98.5%;
    height: 200px;
  }
  .sectionhomelink._3.estimate {
    width: 98.5%;
    height: 200px;
    background-position: 50% 50%;
  }
  .sectionhomelink.aboutus {
    width: 48.1%;
    height: 250px;
  }
  .sectionhomelink.services {
    height: 250px;
  }
  .homemapicon {
    position: relative;
    top: 20px;
    display: block;
    margin-bottom: 0px;
  }
  .sectionhomelinksocial.facebook {
    width: 33.3%;
  }
  .sectionhomelinksocial.twitter {
    width: 33.3%;
  }
  .sectionhomelinksocial.instagram {
    width: 33.3%;
  }
  .sectionhomelinktitle {
    top: 200px;
  }
  .sectionhomelinktitle.projects {
    top: 150px;
  }
  .sectionhomelinktitle.estimate {
    top: 150px;
  }
  .servicesimg {
    width: 58%;
    height: 250px;
  }
  .servicesimg.right {
    width: 58%;
    height: 250px;
  }
  .servicesdescription {
    width: 40%;
    height: 250px;
  }
  .servicesdescription.right {
    height: 250px;
  }
  .buttom {
    right: 43%;
    width: 14%;
  }
  .servicestext {
    height: 152px;
  }
  .mobilemenubuttom {
    width: 75px;
    height: 75px;
  }
  .mobilemenubuttom.w--open {
    background-color: rgba(68, 68, 68, .8);
    color: #ccc;
  }
  .mobilemenuicon {
    font-size: 35px;
    line-height: 40px;
  }
  .serviceicon {
    width: 15%;
  }
  .contactdropdown {
    width: 100%;
  }
  .contactdropdown.method {
    width: 100%;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-top: 0px;
    font-size: 1.4em;
  }
  .slider {
    margin-top: -200px;
  }
  .slidehome._1 {
    margin-top: 38px;
  }
  .navmenu {
    padding-left: 0px;
  }
  .h1 {
    top: 200px;
  }
  .sectionhomelink._3 {
    height: 200px;
    background-color: transparent;
    background-image: none;
  }
  .sectionhomelink._3.projects {
    background-image: -webkit-linear-gradient(270deg, transparent 60%, #2d5016), url('../images/service.landscaping3.jpg');
    background-image: linear-gradient(180deg, transparent 60%, #2d5016), url('../images/service.landscaping3.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .sectionhomelink._3.estimate {
    background-position: 0px 0px, 50% 50%;
  }
  .sectionhomelink.aboutus {
    width: 98%;
    height: 200px;
  }
  .sectionhomelink.services {
    width: 98%;
    height: 200px;
  }
  .sectionhomelinktitle {
    top: 150px;
  }
  .servicescontainer {
    width: 100%;
  }
  .servicesimg {
    width: 59%;
    height: 200px;
  }
  .servicesimg.right {
    width: 60%;
    height: 200px;
  }
  .servicesdescription {
    width: 40%;
    height: 200px;
    padding-left: 5px;
  }
  .servicesdescription.right {
    height: 200px;
    padding-right: 15px;
  }
  .buttom {
    right: 41.5%;
    width: 18%;
  }
  .servicesdiv {
    margin-bottom: 25px;
  }
  .right {
    margin-top: 0px;
  }
  .servicestext {
    height: 122px;
  }
  .servicelightbox {
    width: 49%;
  }
  .servicebutton {
    width: 50%;
  }
  .contacttab {
    font-size: 1em;
  }
  .tabpane {
    padding-right: 0%;
    padding-left: 0%;
  }
  .contactfield.street {
    width: 100%;
  }
  .contactdropdown.county {
    width: 100%;
  }
  .h3 {
    margin-top: 0px;
  }
}

@media (max-width: 479px) {
  .slider {
    height: 400px;
  }
  .slidehome._1 {
    margin-top: 0px;
  }
  .navlink {
    width: 100%;
  }
  .navlink.contact {
    background-color: #2d5016;
  }
  .navmenu {
    background-color: rgba(68, 68, 68, .9);
  }
  .h1 {
    top: 171px;
  }
  .sectionhomelink._3 {
    height: 150px;
    background-position: 0px 0px, 50% 50%;
  }
  .sectionhomelink._3.projects {
    height: 150px;
  }
  .sectionhomelink._3.estimate {
    height: 150px;
    background-position: 0px 0px, 50% 50%;
  }
  .sectionhomelink.aboutus {
    width: 97%;
    height: 150px;
  }
  .sectionhomelink.services {
    width: 97%;
    height: 150px;
  }
  .studio {
    display: block;
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .heading1 {
    padding-bottom: 0px;
    font-size: 1.5em;
  }
  .footertext {
    text-align: center;
  }
  .sectionhomelinksocial.facebook {
    height: 75px;
  }
  .sectionhomelinksocial.twitter {
    height: 75px;
  }
  .sectionhomelinksocial.instagram {
    height: 75px;
  }
  .sectionhomelinksocialimg {
    height: 100%;
  }
  .sectionhomelinktitle {
    top: 110px;
  }
  .sectionhomelinktitle.projects {
    top: 110px;
  }
  .sectionhomelinktitle.estimate {
    top: 110px;
  }
  .servicesimg {
    width: 100%;
    margin-top: 50px;
  }
  .servicesimg.right {
    width: 100%;
  }
  .servicesimg.first {
    margin-top: 0px;
  }
  .servicesdescription {
    width: 100%;
    height: auto;
    padding-left: 0px;
  }
  .servicesdescription.right {
    height: auto;
    padding-right: 0px;
  }
  .buttom {
    right: 10px;
    width: 95%;
    margin-top: 10px;
  }
  .right {
    text-align: left;
  }
  .servicestext {
    height: auto;
    text-align: left;
  }
  .mobilemenuicon {
    text-align: center;
  }
  .logoimg {
    padding-left: 3px;
  }
  .logolink {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    float: left;
  }
  .servicediv {
    padding-right: 0px;
    padding-left: 0px;
  }
  .serviceicon {
    width: 20%;
    margin-top: 15%;
  }
  .servicelightbox {
    width: 100%;
  }
  .servicebutton {
    width: 100%;
    margin-top: 0.5%;
  }
  .aboutusimg {
    width: 100%;
  }
  .contacttab {
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}

