body {
  font-family: 'Roboto Slab', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 26px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  color: #2d2d2d;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  color: #353535;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

a {
  color: #dcb033;
  text-decoration: none;
}

.nav-link:hover {
  color: #dcb033;
}

.nav-link.w--current {
  color: #dcb033;
}

.navbar {
  margin-top: -22px;
  padding-right: 11px;
  padding-bottom: 0px;
  padding-left: 11px;
  background-color: transparent;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.right-nav-container {
  display: inline-block;
}

.hero-slider {
  width: 100%;
  height: 600px;
}

.logo-image {
  margin-bottom: 7px;
}

.slide-nav {
  display: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-1 {
  background-image: url('../images/interior-remodeling.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-container-1350 {
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
}

.main-container-1350.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 88px;
  padding-bottom: 88px;
  -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;
}

.hero-blurb-left {
  overflow: hidden;
  max-width: 75%;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.68);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.29)), to(rgba(0, 0, 0, 0.29)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29));
}

.hero-blurb-left.right {
  float: right;
}

.hero-h2 {
  font-family: Karla, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 38px;
  text-shadow: 1px 1px 6px #000;
}

.slide-1-blurb {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-shadow: 1px 1px 6px #000;
}

.slide-2 {
  background-image: linear-gradient(269deg, hsla(0, 0%, 80%, 0), hsla(0, 0%, 100%, 0.44)), url('../images/hero-image-2.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.main-h1 {
  padding-bottom: 5px;
  border-bottom: 1px solid #d4d4d4;
  color: #ddb21e;
  text-align: center;
}

.main-button {
  margin-top: 14px;
  padding: 15px 26px;
  background-color: #e0ba38;
  color: #fff;
  font-size: 22px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-container.services {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-container.gallery {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexdiv._50 {
  width: 50%;
}

.flexdiv._50.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexdiv._33 {
  width: 33%;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-underline {
  padding-right: 90px;
  padding-bottom: 5px;
  padding-left: 3px;
  border-bottom: 2px solid #dcb033;
  font-family: Karla, sans-serif;
}

.h2-underline.service {
  width: 45%;
}

.services-section {
  border-top: 1px solid hsla(0, 0%, 68.6%, 0.5);
  border-bottom: 1px solid hsla(0, 0%, 68.6%, 0.49);
  background-color: #f5f5f5;
  box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.34);
}

.service-titles {
  margin-top: 12px;
  margin-bottom: 12px;
  color: #dcb033;
  font-size: 20px;
}

.service-icons {
  width: 100px;
  height: 100px;
}

.testimonial-sec {
  background-image: url('../images/45355435_m.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.main-container-2 {
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  padding: 33px 10px;
}

.main-container-2.testimonial {
  padding-top: 34px;
  padding-bottom: 34px;
}

.testimonial-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 56px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 176, 51, 0.63)), to(rgba(220, 176, 51, 0.63)));
  background-image: linear-gradient(180deg, rgba(220, 176, 51, 0.63), rgba(220, 176, 51, 0.63));
}

.test-p {
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff;
}

.footer-section {
  height: auto;
  min-height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
  background-image: linear-gradient(180deg, #333, #333);
}

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

.footer-flex._33 {
  width: 33%;
  padding: 5px;
  -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;
}

.email-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 26px;
  padding: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dcb033;
}

.contact-icon {
  width: 40px;
  height: auto;
  margin-right: 7px;
}

.link {
  color: #dcb033;
}

.our-story-list {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-headings {
  color: #fff;
}

.sub-page-hero-section {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #dcb033;
}

.sub-page-titles {
  color: #fff;
}

.address-container {
  font-family: Karla, sans-serif;
}

.text-block {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 20px;
  font-weight: 700;
}

.div-block {
  max-width: 1100px;
  margin-top: -34px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 24px -7px #000;
}

.paragraph {
  padding: 21px 14px 8px;
  font-size: 16px;
}

.contact-image {
  margin-top: 20px;
}

.gallery-row.repeatable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-link-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-link {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 20px;
}

.footer-div {
  padding-right: 10px;
  padding-left: 10px;
}

.footer-div._33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-div._33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-h3 {
  margin-top: 0px;
  font-size: 20px;
  text-align: center;
}

.social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.social-link {
  -webkit-transition: all 575ms ease;
  transition: all 575ms ease;
}

.social-link:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.social-image {
  width: 45px;
}

.form-trigger {
  margin-top: 13px;
  padding: 11px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dcb033), to(#dcb033));
  background-image: linear-gradient(180deg, #dcb033, #dcb033);
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.form-container {
  overflow: hidden;
  padding: 12px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #583576;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#e8e8e8));
  background-image: linear-gradient(180deg, #d5d5d5, #e8e8e8);
}

.footer-contact {
  color: #fff;
  text-align: center;
}

.footer-link-2 {
  color: #f69c34;
  text-decoration: none;
}

.heading {
  text-align: center;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  -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;
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-top: 0px;
  }
  .navlinks {
    background-color: #fff;
  }
  .nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container.services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flexdiv._33 {
    width: 100%;
  }
  .menu-button {
    font-size: 42px;
  }
  .brand {
    margin-bottom: 0px;
  }
  .brand.w--current {
    margin-bottom: 9px;
  }
  .footer-div._33 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-contact {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .hero-slider {
    height: auto;
  }
  .hero-blurb-left {
    max-width: 98%;
  }
  .slide-2 {
    height: 100%;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-container.topnav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flexdiv._50 {
    width: 100%;
  }
  .flexdiv._33 {
    width: 100%;
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .footer-flex._33 {
    width: 100%;
  }
  .email-div {
    width: 100%;
    margin-left: 0px;
  }
  .email-div.email {
    border-top-style: none;
  }
  .mask {
    position: relative;
    height: 514px;
  }
  .footer-div._33 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-div._33 {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-contact {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .main-button {
    padding: 10px 9px;
  }
  .testimonial-sec {
    background-position: -134px 50%;
  }
}

