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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 45px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

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

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.nav {
  width: 100%;
  height: 70px;
  background-color: #ebebeb;
  border: 2px #757575;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: fixed;
}

.nav-container {
  width: 80%;
  height: 100%;
  max-width: none;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.logo {
  height: 100%;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.hero-section {
  height: 750px;
  background-color: #ebebeb;
  background-image: url('../images/kitchen-remodel.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-wrap {
  width: 80%;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-1 {
  min-height: 300px;
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.wrap-1 {
  width: 80%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column-1 {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 15px;
  padding: 20px 20px 18px;
  display: flex;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}

.heading-1 {
  color: #fff;
  letter-spacing: 0;
  text-shadow: 2px 0 8px rgba(0, 0, 0, .63);
  font-size: 65px;
  font-weight: 900;
  line-height: 80px;
}

.subhead-1 {
  letter-spacing: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
}

.paragraph-3 {
  max-width: 280px;
  font-size: 14px;
  line-height: 20px;
}

.icon {
  margin-top: 10px;
  margin-bottom: 40px;
}

.nav-link {
  color: #757575;
  font-size: 18px;
}

.hero-left {
  width: 50%;
  background-color: rgba(235, 235, 235, .85);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 21px;
  display: flex;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #4da530;
  border-radius: 0;
  margin-top: 20px;
  padding: 15px 25px;
  font-weight: 500;
  transition: box-shadow .2s;
  box-shadow: 0 1px rgba(0, 0, 0, 0);
}

.button:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
}

.class {
  color: #fff;
  background-color: #3b79c3;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 4px 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.class-section {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.wrap-2 {
  width: 80%;
  display: flex;
}

.wrap-2.a {
  margin-bottom: 20px;
}

.logos-section {
  background-color: #ef9939;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.logos-wrap {
  width: 80%;
  opacity: .75;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.left-1 {
  width: 50%;
  padding: 20px 20px 50px;
}

.right-1 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-1-title {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
}

.left-2 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-2 {
  width: 50%;
  text-align: left;
  flex: 0 auto;
  align-self: center;
  padding: 50px 20px;
}

.footer-top {
  color: #fff;
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 71px;
  display: flex;
}

.footer-top-wrap {
  width: 80%;
  height: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
  margin-bottom: 11px;
  padding-top: 37px;
  padding-bottom: 91px;
  display: flex;
}

.footer-bottom {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-bottom-wrap {
  width: 80%;
}

.legal {
  color: #fff;
  font-size: 12px;
}

.section-3 {
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.wrap-3 {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-wrap-1 {
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.heading-3 {
  text-align: left;
  font-weight: 900;
}

.subhead-3 {
  width: auto;
  max-width: 800px;
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
}

.column-wrap-2 {
  justify-content: center;
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.column-2 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-4 {
  margin-top: 30px;
}

.heading-5 {
  font-weight: 900;
}

.heading-2 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
}

.screenshot {
  border-radius: 3px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

.paragraph-2 {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 26px;
}

.caption-2 {
  max-width: 320px;
  color: #777;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.footer-logo {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0;
}

.footer-link-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #000;
  margin-left: 50px;
  text-decoration: none;
}

.hero-right {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.caption-1 {
  max-width: 320px;
  color: rgba(0, 0, 0, .5);
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.customers-logo {
  margin: 10px;
}

.caption-4 {
  max-width: 320px;
  color: #777;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.caption-3 {
  max-width: 320px;
  color: #777;
  margin-top: 20px;
  font-size: 13px;
  line-height: 21px;
}

.link-block {
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px rgba(1, 67, 117, .24);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
}

.text-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.icon-div {
  background-color: #e27700;
  border-radius: 50px;
}

.image-2 {
  border-radius: 20px;
  padding: 9px;
}

.text-block {
  color: #757575;
  padding-left: 12px;
  font-family: Roboto, sans-serif;
}

.phone {
  color: #e27700;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 9px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 28px;
}

.image-3 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.bold-text {
  font-weight: 700;
}

.container-9 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.call-now-button {
  z-index: 1;
  width: 700px;
  max-width: 700px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-shadow: 3px 3px rgba(0, 0, 0, .59);
  background-color: #f18904;
  border-style: solid;
  border-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 9px 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 75px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: relative;
  box-shadow: 0 0 37px 10px rgba(0, 0, 0, .52);
}

.call-now-button:hover {
  transform: scale(1.09);
  box-shadow: 0 0 33px 8px rgba(0, 0, 0, .27);
}

.titl-call-now {
  text-shadow: none;
  margin-bottom: -18px;
  padding-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.callnowtext {
  width: 35vw;
  max-width: 35vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 26px;
  padding-bottom: 15px;
  font-size: 65px;
  font-weight: 900;
  line-height: 65px;
  text-decoration: none;
}

.section-4 {
  margin-top: -126px;
}

.section-4.footer {
  margin-top: 0;
  margin-bottom: -190px;
}

.image-4 {
  margin-top: 20px;
  margin-left: 27px;
  margin-right: 2px;
  overflow: visible;
}

.legal-2 {
  color: rgba(242, 242, 244, .49);
  font-size: 12px;
}

.container-10 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bytext {
  color: rgba(242, 242, 244, .49);
  padding-left: 3px;
  padding-right: 5px;
  font-size: 12px;
}

.footer-bottom-wrap-2 {
  width: 100%;
  max-width: 1200px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-7 {
  padding-left: 0;
  padding-right: 0;
}

.text-span-3 {
  color: rgba(255, 255, 255, .34);
  font-size: 12px;
}

.link-block-3 {
  width: 170px;
  max-width: 170px;
  min-width: 170px;
  opacity: .8;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-3:hover {
  opacity: 1;
}

.copyright-section {
  z-index: 11;
  background-color: #323232;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  position: relative;
}

.link {
  color: #a2a0b9;
}

@media screen and (max-width: 991px) {
  .nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .nav-container {
    width: 98%;
  }

  .logo {
    flex: 1;
  }

  .hero-section {
    height: 610px;
  }

  .hero-wrap {
    margin-top: 61px;
  }

  .heading-1 {
    font-size: 50px;
    line-height: 55px;
  }

  .subhead-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .hero-left {
    width: 100%;
  }

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

  .logos-wrap {
    justify-content: center;
  }

  .column-wrap-1 {
    flex-direction: column;
  }

  .column-wrap-2 {
    flex-wrap: wrap;
  }

  .column-2 {
    width: 50%;
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link-block {
    flex: 0 auto;
  }

  .container-9 {
    margin-top: 60px;
  }

  .callnowtext {
    width: 80vw;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    flex: 1;
    display: block;
  }

  .hero-section {
    height: auto;
    background-size: cover;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-wrap {
    flex-direction: column;
    flex: 1;
    margin-top: 169px;
  }

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

  .heading-1 {
    font-size: 40px;
    line-height: 45px;
  }

  .hero-left {
    width: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 61px;
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .wrap-2 {
    flex-direction: column;
  }

  .wrap-2.a {
    flex-direction: column-reverse;
  }

  .left-1 {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .right-1 {
    width: 100%;
  }

  .left-2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .right-2 {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3, .subhead-3 {
    text-align: center;
  }

  .hero-right {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-3 {
    flex: 0 auto;
  }

  .call-now-button {
    width: 450px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 65px;
  }

  .titl-call-now {
    font-size: 20px;
    line-height: 30px;
  }

  .callnowtext {
    width: 95vw;
    margin-top: 0;
    padding-bottom: 10px;
    font-size: 50px;
    line-height: 55px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    background-size: cover;
  }

  .heading-1 {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .subhead-1 {
    font-size: 16px;
  }

  .footer-top-wrap {
    flex-direction: column;
    align-items: center;
    padding-bottom: 33px;
  }

  .column-wrap-2 {
    flex-direction: column;
  }

  .column-2 {
    width: 100%;
  }

  .footer-link {
    margin-left: 20px;
    margin-right: 20px;
  }

  .link-block {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .phon-div {
    display: none;
  }

  .call-now-button {
    width: 300px;
    text-shadow: 1px 1px rgba(0, 41, 87, .75), 1px 1px #f18904;
    font-size: 18px;
    line-height: 48px;
  }

  .titl-call-now {
    font-size: 16px;
  }

  .callnowtext {
    width: 100vw;
    font-size: 33px;
    line-height: 33px;
  }

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

  .footer-bottom-wrap-2 {
    flex-direction: column;
    justify-content: center;
  }
}


