.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.top-div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 100%;
  max-width: 1200px;
  -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;
}

.co-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.need-help {
  margin-bottom: 20px;
  color: #000;
  font-size: 25px;
  font-weight: 300;
}

.contcat-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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: #cfcfcf;
}

.top-tel-no {
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.top-contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.vtcl-tel-div {
  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;
}

.contact-icon {
  margin-right: 10px;
  margin-bottom: 5px;
}

.nav-link {
  padding-top: 25px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 5px solid transparent;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.nav-link:hover {
  border-bottom-color: #838b8a;
}

.nav-link.w--current {
  border-bottom-color: #838b8a;
  background-color: #838b8a;
  color: #fff;
}

.icon {
  margin-top: 32px;
  margin-right: 15px;
}

.nav-link-dropdown {
  padding-top: 25px;
  padding-right: 35px;
  padding-left: 15px;
  border-bottom: 5px solid transparent;
  color: #000;
  font-size: 13px;
  font-weight: 700;
}

.nav-link-dropdown:hover {
  border-bottom-color: #838b8a;
}

.nav-link-dropdown.services {
  background-color: #838b8a;
  color: #fff;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.dropdown-list {
  background-color: #fff;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.nav-link-drop-down {
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 0px solid #fff;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.nav-link-drop-down:hover {
  border-bottom-color: #fef200;
  background-color: #838b8a;
  color: #fff;
}

.nav-link-drop-down.w--current {
  border-bottom-color: #fc5a0a;
  background-color: #838b8a;
  color: #fff;
}

.text-block {
  font-size: 15px;
}

.banner {
  position: relative;
  z-index: 0;
  height: 600px;
  min-height: auto;
  background-image: url('../images/45490511_733403217025919_2341974717944037376_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.overlay-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 550px;
  -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;
}

.slider-overlay-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 100%;
  max-width: 1200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-label-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 63px;
  margin-top: -7px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
}

.button-label-div:hover {
  background-color: rgba(131, 139, 138, 0.8);
}

.menu-button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 4px;
  text-decoration: none;
}

.menu-button-div.wood-floor {
  background-image: url('../images/12705792_190243058008607_6944765413753686557_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-button-div.hardwood {
  background-image: url('../images/13939564_293861324313446_3744356489571465318_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-button-div.carpentry {
  background-image: url('../images/943816_210981295934783_8970088567230125306_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-label {
  padding-top: 10px;
  padding-left: 20px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.menu-buttons {
  width: 90%;
  max-width: 1300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.white-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 60px;
  -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-color: #fff;
}

.p {
  margin-right: 0px;
  margin-bottom: 0px;
  line-height: 24px;
}

.p.white {
  color: #fff;
}

.p.white.contact {
  font-size: 20px;
  line-height: 32px;
}

.p.reviews {
  margin-bottom: 40px;
  color: #fff;
}

.p.reviews.last {
  margin-bottom: 0px;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}

.h1.no-padding {
  padding-bottom: 0px;
}

.read-more {
  margin-top: 40px;
  border-radius: 4px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 700;
}

.read-more:hover {
  background-color: #fff;
  color: #000;
}

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

.body-section.blue {
  background-color: #838b8a;
}

.body-section.gallery {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #838b8a;
}

.read-more-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 20px;
  background-color: #bdd527;
}

.read-more-div:hover {
  background-color: #000;
}

.body-content-div {
  width: 95%;
  max-width: 1200px;
}

.body-content-div._40b {
  padding-bottom: 40px;
}

.image-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

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

.h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #838b8a;
  font-size: 25px;
  font-weight: 400;
}

.list-item {
  padding-bottom: 10px;
}

.h3 {
  color: #838b8a;
  line-height: 40px;
}

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

.white-link {
  color: #fff;
  text-decoration: none;
}

.h2-white {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
}

.h2-white.small {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
}

.social-media-link {
  max-width: 30px;
  margin-right: 30px;
}

.social-media-icons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-top: 30px;
  -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;
}

.bottom-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bottom-text {
  margin-right: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.contact-left-div {
  width: 40%;
}

.contact-right-div {
  width: 60%;
}

.footer-link-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -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: #0d0f11;
}

.footer-links {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.body {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

.black-link {
  color: #000;
  text-decoration: none;
}

.html-embed {
  width: 50px;
  height: 50px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #838b8a;
}

.html-embed:hover {
  color: #cfcfcf;
}

.int-link {
  color: #fff;
}

.int-link.black {
  color: #000;
}

.conservatories-1 {
  width: 50%;
  background-image: url('../images/12717615_187610591605187_5195147513593543491_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.conservatories-2 {
  width: 50%;
  background-image: url('../images/12670476_187592308273682_6081879308261007443_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-1 {
  width: 50%;
  background-image: url('../images/12715724_190242648008648_7259949595911875823_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-2 {
  width: 50%;
  background-image: url('../images/13100834_235390553493857_1220499007477461651_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.windows-1 {
  width: 50%;
  background-image: url('../images/20621251_477626539270256_7151226379565064696_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.windows-2 {
  width: 50%;
  background-image: url('../images/12743745_187593251606921_3931841566060211095_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.portfolio-grid.conservatory {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.portfolio-grid.sliding {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.portfolio-grid.windows {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.portfolio-grid.front {
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.portfolio-grid.french {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.bold {
  font-size: 22px;
  font-weight: 700;
}

.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
}

.html-embed-2 {
  width: 100%;
}

.image-2 {
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .top-div-block {
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }

  .top-contact-div {
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link {
    padding-top: 20px;
    border-bottom-width: 0px;
  }

  .nav-link:hover {
    background-color: #838b8a;
  }

  .menu-button {
    width: 100%;
    color: #fff;
    text-align: center;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .icon {
    display: none;
  }

  .nav-link-dropdown {
    padding-top: 20px;
    padding-right: 15px;
    border-bottom-width: 0px;
    background-color: #fff;
    text-align: center;
  }

  .nav-link-dropdown:hover {
    background-color: #838b8a;
  }

  .navbar {
    width: 100%;
  }

  .nav-link-drop-down {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .banner {
    height: 550px;
  }

  .slider-overlay-div {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-label-div {
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 213px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: none;
  }

  .menu-button-div.wood-floor {
    height: auto;
    text-decoration: none;
  }

  .menu-button-div.hardwood {
    text-decoration: none;
  }

  .menu-button-div.carpentry {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-decoration: none;
  }

  .button-label {
    padding-top: 0px;
    padding-left: 0px;
    font-size: 17px;
  }

  .body-content-div {
    width: 90%;
  }

  .image-section {
    height: 400px;
  }

  .bottom-content-div {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-left-div {
    width: 100%;
    padding-bottom: 40px;
  }

  .contact-right-div {
    width: 100%;
  }

  .icon-2 {
    color: #838b8a;
  }

  .image-2 {
    margin-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    height: 400px;
  }

  .overlay-div {
    height: 400px;
  }

  .menu-button-div {
    width: 100%;
    height: 113px;
    margin-bottom: 20px;
  }

  .menu-buttons {
    -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;
  }

  .menu-button-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .white-section {
    display: none;
  }

  .image-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .conservatories-1 {
    width: 100%;
    height: 300px;
  }

  .conservatories-2 {
    width: 100%;
    height: 300px;
  }

  .home-1 {
    width: 100%;
    height: 300px;
  }

  .home-2 {
    width: 100%;
    height: 300px;
  }

  .windows-1 {
    width: 100%;
    height: 300px;
  }

  .windows-2 {
    width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .top-div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .co-logo-link {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .need-help {
    margin-top: 5px;
  }

  .contcat-div {
    width: 100%;
    -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;
  }

  .header {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .top-tel-no {
    text-align: center;
  }

  .top-contact-div {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner {
    height: 300px;
    min-height: 300px;
  }

  .overlay-div {
    height: 300px;
  }

  .slider-overlay-div {
    height: 100%;
  }

  .white-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .body-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .body-section.blue {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .body-section.gallery {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .body-content-div {
    max-width: 100%;
  }

  .image-section {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .h3 {
    font-size: 20px;
  }

  .bottom-section {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .h2-white {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .bottom-content-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-left-div {
    width: 100%;
  }

  .contact-right-div {
    width: 100%;
    margin-top: 30px;
  }

  .portfolio-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .portfolio-grid.conservatory {
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .portfolio-grid.windows {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .portfolio-grid.front {
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .portfolio-grid.french {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .map {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

