body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nav-top {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f0f4fa;
  text-align: center;
}

.brand {
  left: 0px;
  top: -3px;
  right: 0px;
  bottom: -20px;
  display: block;
  width: 300px;
  height: 85px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-color: #fff;
  background-image: url('../images/logo.png');
  background-position: 50% 59%;
  background-size: 90%;
  background-repeat: no-repeat;
}

.container {
  text-align: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 60px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.nav-link {
  min-width: 15%;
  margin-right: 0%;
  margin-left: 0%;
  padding: 15px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.nav-link:hover {
  color: #4584f4;
}

.nav-content {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  height: 60px;
  background-color: #fff;
  box-shadow: 0 3px 21px -2px rgba(0, 0, 0, 0.12);
}

.top-contain {
  display: block;
  width: 90%;
  height: 40px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.link-block {
  display: block;
  width: auto;
  height: 40px;
  padding: 10px 20px 9px 40px;
  float: right;
  background-color: transparent;
  background-image: url('../images/soft-wash-phone.svg');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
  color: #4584f4;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

.link-block._2 {
  display: block;
  max-width: 250px;
  float: none;
  font-size: 22px;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding-top: 0px;
  padding-bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #4584f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/roof-cleaning-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/roof-cleaning-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.content-div {
  display: block;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.content-div.flex-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-div.white {
  width: 50%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
}

.title-div {
  display: block;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.title-div.left {
  position: relative;
  max-width: 60%;
  margin-left: 0px;
  padding: 50px 35px;
  float: left;
  background-color: #fff;
  text-align: left;
}

.title-div.left._2 {
  padding-bottom: 10px;
}

.title-div.white {
  position: relative;
  max-width: 850px;
  color: #fff;
}

.title-div.white.wide {
  max-width: 1000px;
}

.title-div.wide {
  position: relative;
  max-width: 900px;
}

.heading {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 34px;
}

.heading._2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
}

.heading._3 {
  font-size: 22px;
  line-height: 34px;
  letter-spacing: -0.5px;
}

.button {
  margin-top: 10px;
  padding: 15px 30px;
  border: 2px solid #4584f4;
  border-radius: 25px;
  background-color: #4584f4;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.button:hover {
  border-color: #fff;
  background-color: transparent;
}

.button._2:hover {
  border-color: #4584f4;
  color: #4584f4;
}

.button.con {
  margin-left: 15px;
  border-color: #f0f4fa;
  background-color: #f0f4fa;
  color: #4584f4;
}

.button.con.smaller {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 10px 25px;
}

.button.con.smaller:hover {
  background-color: transparent;
  color: #fff;
}

.section {
  padding-top: 75px;
  padding-bottom: 40px;
  background-color: #fff;
}

.section.process {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4594f4), to(#4594f4));
  background-image: linear-gradient(180deg, #4594f4, #4594f4);
}

.section.top {
  padding-top: 0px;
}

.right-image {
  position: relative;
  width: 100%;
  max-width: 40%;
  min-height: 450px;
  float: left;
  border: 10px solid #fff;
  background-image: url('../images/DIRTY-ROOF.jpg');
  background-position: 31% 50%;
  background-size: cover;
}

.right-image._2 {
  min-height: 350px;
  background-image: url('../images/roof-cleaning-process-1.jpg');
  background-position: 50% 50%;
}

.li {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.unordered-list {
  margin-bottom: 0px;
  padding-left: 30px;
}

.big-grey {
  position: absolute;
  left: 29px;
  top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(69, 132, 244, 0.12);
  font-size: 100px;
  line-height: 100px;
  font-weight: 900;
  letter-spacing: 10px;
}

.big-grey.white-faded {
  left: 29px;
  top: -24px;
  right: 29px;
  color: hsla(0, 0%, 100%, 0.12);
  font-size: 90px;
}

.big-grey.cent {
  left: 29px;
  top: -34px;
  right: 29px;
}

.heading-2 {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 25px;
}

.heading-2.white {
  font-size: 34px;
}

.brand-2 {
  display: none;
}

.div-block-2 {
  margin-top: 44px;
}

.row {
  margin-top: 25px;
}

.check {
  max-width: 35px;
  margin-right: 10px;
  float: none;
  border-radius: 50%;
  background-color: #4594f4;
}

.row-2 {
  margin-top: 40px;
  text-align: center;
}

.gallery {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #fff;
}

.gal-div {
  display: block;
  width: 100%;
  max-width: 800px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lb {
  width: 100%;
  margin-bottom: 35px;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
}

.lb:hover {
  opacity: 0.7;
}

.insert-div {
  display: block;
  max-width: 1200px;
  margin: 40px auto;
  padding: 10px 25px;
  border-radius: 0px;
  background-color: #4594f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(69, 148, 244, 0.9)), to(rgba(69, 148, 244, 0.9))), url('../images/mainbg.jpg');
  background-image: linear-gradient(180deg, rgba(69, 148, 244, 0.9), rgba(69, 148, 244, 0.9)), url('../images/mainbg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.small {
  font-size: 20px;
  font-weight: 500;
}

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

.content-div-2 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.cta {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #f0f4fa;
  color: #fff;
}

.form-block {
  margin-bottom: 0px;
  padding: 20px 30px;
  background-color: #4594f4;
  text-align: left;
}

.submit {
  padding: 10px 16px;
  background-color: #000;
  font-family: Montserrat, sans-serif;
}

.div-block-3 {
  padding: 25px;
  background-color: #000;
}

.row-3 {
  text-align: left;
}

.h3 {
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
}

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

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

.div-block-4 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block {
  font-family: Lato, sans-serif;
  color: #000;
  text-align: center;
}

.link {
  color: #4594f4;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
}

.div-block-5 {
  display: block;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 18px;
}

.paragraph {
  line-height: 26px;
}

.image {
  max-width: 175px;
}

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

.added-div {
  width: 100%;
  padding: 25px 36px;
  background-color: #f0f4fa;
  text-align: center;
}

.added-div.littlemagin {
  margin-bottom: 30px;
}

.bluetext {
  color: #4594f4;
}

.blueheading {
  color: #4594f4;
}

.defaultheading {
  margin-top: 0px;
  color: #4584f4;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
}

.defaultheading.poison {
  margin-top: 20px;
  font-family: Nosifer, sans-serif;
  color: #e01921;
}

.biggertext {
  font-size: 30px;
}

.flexrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.flexcolumn {
  padding-right: 10px;
  padding-left: 10px;
}

.flexcolumn._60 {
  width: 60%;
}

.flexcolumn._40 {
  width: 40%;
  padding-right: 40px;
  padding-left: 40px;
}

.flexcolumn._25 {
  width: 25%;
}

.flexcolumn._50 {
  width: 50%;
}

.redheader {
  margin-bottom: 10px;
  color: #e01921;
  font-size: 26px;
  line-height: 32px;
}

.texter1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 28px;
}

.alignleft1 {
  padding-left: 0px;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.listitemmargin {
  margin-bottom: 10px;
}

.texter2 {
  margin-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
}

.texter3 {
  margin-top: 30px;
  color: #4584f4;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.text-block-2 {
  text-align: center;
}

.texter4 {
  margin-top: 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.texter5 {
  margin-top: 20px;
  color: #4594f4;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.section-blue {
  background-color: #527dbf;
}

.white {
  color: #fff;
}

.columns {
  padding: 20px 10px;
  border: 3px none #000;
  border-radius: 10px;
}

.flex-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col2 {
  width: 45%;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .brand {
    width: 200px;
    height: 85px;
  }
  .hero-section {
    min-height: 400px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content-div.flex-h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-div.white {
    width: 70%;
  }
  .title-div.left {
    max-width: 100%;
    padding-top: 60px;
  }
  .title-div.left._2 {
    padding-bottom: 15px;
  }
  .heading._3 {
    font-size: 20px;
  }
  .section {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .right-image {
    max-width: 100%;
    min-height: 250px;
  }
  .big-grey {
    top: 20px;
  }
  .big-grey.white-faded {
    font-size: 80px;
    letter-spacing: 5px;
  }
  .brand-2 {
    width: 100%;
    height: 75px;
    max-width: 250px;
  }
  .menu-button {
    width: 60px;
    height: 60px;
  }
  .content-div-2 {
    width: 95%;
  }
  .div-block-5 {
    padding: 0px;
  }
  .added-div {
    padding-right: 30px;
    padding-left: 30px;
  }
  .flexrow.verticaltablet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flexcolumn._60 {
    width: 100%;
    margin-bottom: 40px;
  }
  .flexcolumn._40 {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
  }
  .alignleft1 {
    padding-left: 10px;
  }
  .paragraph-2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    height: auto;
  }
  .div-block {
    height: 65px;
    padding-top: 10px;
    padding-right: 10px;
  }
  .top-contain {
    height: 35px;
  }
  .link-block {
    display: inline-block;
    height: 35px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7px;
    padding-bottom: 5px;
    float: none;
  }
  .hero-section {
    min-height: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .content-div.white {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading._2 {
    font-weight: 600;
  }
  .heading._3 {
    font-size: 18px;
    line-height: 30px;
  }
  .button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .big-grey.white-faded {
    left: 0px;
    right: 0px;
    font-size: 70px;
    line-height: 60px;
  }
  .big-grey.cent {
    left: 0px;
    right: 0px;
    letter-spacing: 5px;
  }
  .brand-2 {
    display: block;
    height: 45px;
    max-width: 45%;
    margin-left: 2%;
    background-image: url('../images/logo.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .menu-button {
    width: 45px;
    height: 45px;
    padding: 12px;
  }
  .menu-button.w--open {
    background-color: #f0f4fa;
    color: #4594f4;
  }
  .row-2 {
    margin-bottom: 20px;
  }
  .gallery {
    overflow: hidden;
  }
  .insert-div {
    padding-right: 0px;
    padding-left: 0px;
  }
  .bluetext {
    font-size: 36px;
    line-height: 42px;
  }
  .blueheading {
    font-size: 18px;
    line-height: 24px;
  }
  .defaultheading {
    font-size: 30px;
    line-height: 36px;
  }
  .biggertext {
    font-size: 26px;
  }
  .flexrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flexcolumn._60 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .flexcolumn._25 {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
  }
  .flexcolumn._50 {
    width: 100%;
    margin-bottom: 40px;
  }
  .redheader {
    font-size: 24px;
    line-height: 28px;
  }
  .texter1 {
    font-size: 18px;
    line-height: 24px;
  }
  .alignleft1 {
    padding-left: 20px;
  }
  .texter2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
    line-height: 46px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .hero-section {
    padding-top: 175px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/roof-cleaning-1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/roof-cleaning-1.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .content-div.white {
    width: 80%;
  }
  .title-div.left {
    padding-right: 4%;
    padding-left: 4%;
  }
  .heading {
    font-size: 20px;
    line-height: 30px;
  }
  .heading._3 {
    font-size: 16px;
    line-height: 26px;
  }
  .button {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .button.con {
    margin-left: 0px;
  }
  .big-grey {
    left: 15px;
    font-size: 80px;
    letter-spacing: 5px;
  }
  .big-grey.white-faded {
    left: 15px;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    letter-spacing: 0px;
  }
  .big-grey.cent {
    left: 0px;
    top: 5px;
    right: 0px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    color: rgba(69, 132, 244, 0.05);
    font-size: 60px;
    line-height: 50px;
    letter-spacing: 0px;
  }
  .brand-2 {
    background-size: contain;
  }
  .bold-text {
    font-size: 22px;
  }
  .insert-div {
    padding-bottom: 20px;
  }
  .added-div {
    padding: 20px 21px;
  }
  .bluetext {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 34px;
  }
  .blueheading {
    margin-top: 15px;
  }
  .alignleft1 {
    padding-left: 10px;
    font-size: 16px;
  }
  .texter2 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .flex-gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col2 {
    width: 100%;
  }
  .paragraph-2 {
    font-size: 13px;
  }
}

