h2 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: 'Droid Sans', sans-serif;
  color: #2b3030;
  font-size: 3rem;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #2b3030;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #6ec05a;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.logo {
  height: 100px;
  margin-top: 0px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 40px;
  padding-bottom: 45px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  background-color: transparent;
}

.navbar.with-color-button {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.small-dropdown-icon {
  margin-right: 11px;
  opacity: 0.5;
  font-size: 12px;
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.nav-menu {
  z-index: 1;
  margin-top: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  text-align: right;
}

.dropdown-list.w--open {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}

.nav-link {
  margin-right: 3px;
  padding: 11px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border 200ms ease;
  transition: background-color 200ms ease, border 200ms ease;
  font-size: 13px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-color: rgba(0, 0, 0, .2);
  background-color: transparent;
}

.nav-link.thin-light {
  margin-right: 10px;
  padding: 15px 20px;
  color: #425050;
  font-size: 16px;
}

.nav-link.thin-light.w--current {
  color: #6ec05a;
}

.nav-link.with-color {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #6ec05a;
  color: #fff;
  font-size: 16px;
  text-transform: none;
}

.nav-link.with-color:hover {
  background-color: #425050;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: rgba(0, 0, 0, .1);
}

.nav-link.dropdown-toggle.thin-light {
  padding-right: 29px;
}

.dropdown-link {
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-size: 13px;
}

.dropdown-link:hover {
  background-color: #425050;
  color: #fff;
}

.dropdown-link.w--current {
  color: #6ec05a;
}

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

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  max-width: 1100px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.hero-section {
  min-height: 500px;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #6ec05a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 48, 48, .5)), to(rgba(43, 48, 48, .5))), url('../images/sprinkler-install.jpg');
  background-image: linear-gradient(180deg, rgba(43, 48, 48, .5), rgba(43, 48, 48, .5)), url('../images/sprinkler-install.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.hero-section.page {
  min-height: auto;
  padding-top: 55px;
  padding-bottom: 55px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 48, 48, .51)), to(rgba(43, 48, 48, .51))), url('../images/tapeta1.jpg');
  background-image: linear-gradient(180deg, rgba(43, 48, 48, .51), rgba(43, 48, 48, .51)), url('../images/tapeta1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.hero-section.page._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 48, 48, .51)), to(rgba(43, 48, 48, .51))), url('../images/bg-23-1800px.jpg');
  background-image: linear-gradient(180deg, rgba(43, 48, 48, .51), rgba(43, 48, 48, .51)), url('../images/bg-23-1800px.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-section.page.contact {
  padding-bottom: 100px;
  background-color: #425050;
  background-image: none;
}

.hero-section.page.about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 48, 48, .67)), to(rgba(43, 48, 48, .67))), url('../images/landscaping.jpg');
  background-image: linear-gradient(180deg, rgba(43, 48, 48, .67), rgba(43, 48, 48, .67)), url('../images/landscaping.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.content-div {
  display: block;
  width: 90%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.content-div.centered-contents {
  text-align: center;
}

.content-div.centered-contents._2 {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 30px;
  border: 1px solid #fff;
}

.hero-mockup-image {
  position: absolute;
  top: -120px;
  right: 30px;
  width: 455px;
}

.button {
  margin-top: 20px;
  padding: 15px 25px;
  border-radius: 3px;
  background-color: #6ec05a;
  -webkit-transition: all 400ms cubic-bezier(.455, .03, .515, .955);
  transition: all 400ms cubic-bezier(.455, .03, .515, .955);
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #425050;
  box-shadow: 0 8px 36px -8px rgba(0, 0, 0, .3);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button.icon-button {
  padding-top: 10px;
  padding-left: 51px;
  background-image: url('../images/Icon-download.png');
  background-position: 21px 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.button.icon-button.download {
  background-image: url('../images/Icon-download.png');
}

.button.icon-button.download.green {
  margin-top: 30px;
}

.button.black {
  background-color: #425050;
}

.button.black.small {
  margin-top: 10px;
  padding: 12px 20px;
  font-size: 12px;
  line-height: 18px;
}

.button.submit {
  display: block;
  margin-top: 30px;
  background-color: #469932;
}

.button._2 {
  margin-top: 10px;
}

.small-hero-intro-title {
  margin-bottom: 15px;
  opacity: 0.75;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}

.small-hero-intro-title.green {
  color: #6ec05a;
}

.hero-mockup-description-block {
  width: 70%;
  max-width: 700px;
  text-align: left;
}

.white-hero-title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: 700;
  text-shadow: 3px 3px 20px rgba(0, 0, 0, .44);
}

.hero-description {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.intro-section {
  padding-top: 75px;
  padding-bottom: 200px;
  background-image: url('../images/grass.png');
  background-position: 50% 120%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.intro-section.plain {
  padding-bottom: 65px;
  background-image: none;
}

.white-block {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 40px 40px;
  border-radius: 10px;
  background-color: #fff;
}

.white-block.no-bttm {
  padding-bottom: 0px;
}

.service-section {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #60b84a;
}

.service-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.white {
  color: #fff;
}

.each-service-div {
  width: 100%;
  max-width: 32%;
  padding: 0px;
  float: none;
  background-color: hsla(0, 0%, 100%, .1);
  color: #fff;
}

.service-img {
  width: 100%;
  margin-bottom: 5px;
}

.service-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.service-text-div {
  padding: 5px 15px 25px;
}

.heading {
  line-height: 3.4rem;
}

.simple-bottom-footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
  background-color: #2b3030;
  color: #fff;
}

.simple-footer {
  padding-top: 45px;
  background-color: #425050;
}

.footer-menu-column {
  text-align: center;
}

.bottom-footer-paragraph {
  margin-bottom: 0px;
  float: none;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.bottom-footer-paragraph.right {
  float: right;
  font-size: 14px;
}

.footer-social-col-right {
  text-align: right;
}

.container-2 {
  position: relative;
}

.container-2.lift {
  top: -70px;
}

.footer-logo {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-logo.subtitle {
  opacity: 0.5;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}

.footer-small-social-icon {
  height: 15px;
}

.bottom-footer-link {
  color: #91959c;
}

.bottom-footer-link:hover {
  color: hsla(0, 0%, 100%, .7);
}

.footer-social-icon {
  width: 35px;
  height: 35px;
  margin-top: -2px;
  margin-right: 5px;
  padding-top: 5px;
  border-radius: 100%;
  background-color: #4a4f53;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.footer-social-icon:hover {
  background-color: #1f6fff;
}

.footer-inline-link {
  display: inline-block;
  margin-top: 5px;
  margin-right: 15px;
  margin-left: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-inline-link:hover {
  color: hsla(0, 0%, 100%, .4);
}

.footer-content-div {
  display: block;
  width: 90%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

.div-block-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.link {
  color: #6ec05a;
}

.paragraph {
  margin-bottom: 20px;
  line-height: 26px;
}

.call-link {
  display: inline-block;
  margin-top: 15px;
  font-family: 'Droid Sans', sans-serif;
  color: #6ec05a;
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
}

.call-link:hover {
  text-decoration: underline;
}

.quote-section {
  padding-top: 65px;
  padding-bottom: 65px;
  background-color: #e9f0f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/iStock-685655586.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/iStock-685655586.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.quote-section.page-version {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: none;
}

.field {
  height: 50px;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, .2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.field:hover {
  background-color: #fff;
}

.field:focus {
  background-color: #fff;
}

.field.rounded {
  height: 40px;
  border-radius: 4px;
  background-color: rgba(242, 243, 247, .15);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-family: Lato, sans-serif;
  color: #2b3030;
}

.field.rounded:hover {
  background-color: #dfe1e7;
}

.field.rounded:focus {
  background-color: #fff;
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .2);
  color: #000;
}

.field.rounded.area {
  height: 100px;
}

.error-bg {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.white-contact-form {
  width: 60%;
  height: 545px;
  margin-bottom: 0px;
  padding: 35px 45px;
  float: left;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.white-contact-form.centered {
  position: relative;
  z-index: 10;
  display: block;
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  float: none;
  background-color: #6ec05a;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .07);
  color: #fff;
}

.success-message {
  padding-top: 30px;
  border-radius: 5px;
  background-color: #5ec045;
  color: #fff;
}

.button-2 {
  margin-top: 20px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 3px;
  background-color: #1f6fff;
  -webkit-transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-position 200ms ease, color 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, .3);
  color: #fff;
}

.form-title {
  margin-top: 0px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.field-label {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.res-com {
  margin-right: 14px;
  margin-left: 14px;
  padding: 12px 20px;
  background-color: #58ce3c;
  box-shadow: 0 5px 15px -5px rgba(43, 48, 48, .18);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.res-com:hover {
  box-shadow: none;
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.res-com._1 {
  padding: 12px 20px;
  background-color: #2baa0c;
}

.serv-img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-image: url('../images/SERVICE-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.serv-img._2 {
  background-image: url('../images/tapeta1.jpg');
}

.serv-img._3 {
  background-image: url('../images/iStock-685655586.jpg');
}

.heading-3 {
  color: #425050;
  font-size: 2rem;
  line-height: 3rem;
  text-align: left;
}

.serv-list {
  padding-left: 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.li {
  margin-bottom: 5px;
}

.column {
  padding: 30px 5%;
  background-color: #fff;
  color: #2b3030;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 10px;
}

.cta {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #469932;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 48, 48, .82)), to(rgba(43, 48, 48, .82))), url('../images/iStock-685655586.jpg');
  background-image: linear-gradient(180deg, rgba(43, 48, 48, .82), rgba(43, 48, 48, .82)), url('../images/iStock-685655586.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.heading-4 {
  color: #fff;
  font-size: 2rem;
  line-height: 2.6rem;
  text-align: center;
}

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

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

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articlelinks {
  width: 45%;
  margin-bottom: 15px;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .transparant-menu-button {
    width: 50px;
    height: 50px;
    margin-right: 0px;
    padding-top: 14px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 4px;
    background-color: #6ec05a;
    color: #fff;
    text-align: center;
  }
  .transparant-menu-button:hover {
    background-color: rgba(0, 0, 0, .3);
  }
  .transparant-menu-button.w--open {
    background-color: #2b3030;
  }
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .navbar.with-color-button {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0px;
  }
  .dropdown {
    width: 100%;
    max-width: 1500px;
  }
  .small-dropdown-icon {
    margin-right: 21px;
  }
  .nav-menu {
    margin-top: 0px;
    border-radius: 0px;
    background-color: #2b3030;
  }
  .dropdown-list.w--open {
    margin-top: 0px;
    border-radius: 0px;
    background-color: #425050;
    box-shadow: 0 0 0 0 transparent;
    color: #fff;
  }
  .nav-link {
    width: 100%;
    max-width: 1200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 35px;
    border-radius: 0px;
    color: #fff;
  }
  .nav-link:hover {
    background-color: #000;
    color: #fff;
  }
  .nav-link.thin-light {
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    text-align: center;
  }
  .nav-link.thin-light:hover {
    background-color: #425050;
  }
  .nav-link.with-color {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }
  .nav-link.dropdown-toggle {
    color: #fff;
  }
  .nav-link.dropdown-toggle.thin-light {
    padding-right: 20px;
  }
  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    font-family: 'Droid Sans', sans-serif;
    color: #fff;
    text-align: center;
  }
  .dropdown-link:hover {
    background-color: #546666;
  }
  .hero-mockup-image {
    top: -70px;
    width: 385px;
  }
  .small-hero-intro-title {
    margin-bottom: 10px;
  }
  .hero-mockup-description-block {
    width: 86%;
  }
  .white-hero-title {
    font-size: 2.8rem;
    line-height: 3rem;
  }
  .intro-section {
    padding-bottom: 150px;
    background-position: 50% 100%;
  }
  .white {
    line-height: 3.4rem;
  }
  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }
  .white-contact-form {
    padding: 25px;
  }
  .serv-list {
    font-size: 14px;
    line-height: 22px;
  }
  .column {
    padding-left: 3%;
  }
}

@media (max-width: 767px) {
  .logo {
    height: 70px;
    margin-top: 0px;
  }
  .transparant-menu-button {
    width: 60px;
    height: 60px;
    margin-right: 0px;
    padding: 17px;
    font-size: 26px;
  }
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .navbar.with-color-button {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0px;
  }
  .logo-block {
    padding-left: 0px;
  }
  .nav-link {
    padding-left: 25px;
  }
  .dropdown-link {
    padding-left: 25px;
  }
  .container {
    min-height: 70px;
  }
  .hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/sprinkler-install.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/sprinkler-install.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-mockup-image {
    position: relative;
    right: 0px;
    display: block;
    width: 70%;
    margin: 30px auto -40px;
  }
  .button.icon-button.download.green {
    margin-top: 20px;
  }
  .hero-mockup-description-block {
    display: block;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .white-hero-title {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .intro-section {
    padding-bottom: 125px;
  }
  .white-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .service-link-container {
    -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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .white {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .each-service-div {
    max-width: 45%;
    margin-right: 2.5%;
    margin-bottom: 40px;
    margin-left: 2.5%;
  }
  .heading {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .simple-bottom-footer {
    margin-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }
  .footer-menu-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .bottom-footer-paragraph {
    margin-bottom: 7px;
    float: none;
  }
  .bottom-footer-paragraph.right {
    float: none;
  }
  .footer-social-col-right {
    padding-top: 10px;
    padding-left: 0px;
    text-align: left;
  }
  .footer-logo-column-left {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .footer-inline-link {
    font-size: 14px;
  }
  .white-contact-form {
    width: 100%;
    height: auto;
    text-align: left;
  }
  .white-contact-form.centered {
    margin-bottom: 0px;
  }
  .form-title {
    margin-bottom: 10px;
    text-align: left;
  }
  .form-title.subtitle {
    margin-bottom: 30px;
  }
  .serv-img {
    min-height: 300px;
  }
  .heading-3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .paragraph-2 {
    font-size: 14px;
    line-height: 22px;
  }
  .column {
    padding-left: 5%;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .logo {
    height: auto;
    margin-top: 0px;
  }
  .transparant-menu-button {
    margin-right: 0px;
  }
  .navbar {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .navbar.with-color-button {
    padding-right: 0px;
  }
  .logo-block {
    width: 60%;
    max-width: 150px;
    margin-right: 15px;
  }
  .container {
    display: block;
  }
  .hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/sprinkler-install.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/sprinkler-install.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .content-div {
    width: 95%;
  }
  .hero-mockup-image {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .button {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 12px;
    line-height: 21px;
  }
  .button.icon-button.download.green {
    margin-top: 15px;
  }
  .small-hero-intro-title {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .hero-mockup-description-block {
    width: 100%;
  }
  .white-hero-title {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 34px;
  }
  .hero-description {
    font-size: 14px;
    line-height: 22px;
  }
  .intro-section {
    background-size: 200%;
  }
  .service-link-container {
    padding-top: 25px;
  }
  .white {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .each-service-div {
    max-width: 95%;
  }
  .service-text-div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }
  .simple-footer {
    padding-top: 35px;
  }
  .footer-logo-column-left {
    padding-bottom: 10px;
  }
  .footer-row {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-inline-link {
    display: block;
    margin-top: -1px;
    margin-right: 7px;
    margin-bottom: 5px;
  }
  .footer-content-div {
    width: 95%;
  }
  .paragraph {
    font-size: 14px;
  }
  .heading-2 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .white-contact-form.centered {
    width: 85%;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .button-2 {
    margin-top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    font-size: 11px;
    line-height: 21px;
  }
  .form-title {
    font-size: 25px;
    line-height: 24px;
  }
  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }
  .column {
    padding-right: 15px;
    padding-left: 15px;
  }
  .heading-4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

