.section {
  background-image: url('../images/Web_homepagefinal.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 200px;
}

.container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 200px;
  display: flex;
}

.container-2 {
  text-align: right;
  margin-bottom: 100px;
}

.button {
  background-color: #000;
  margin-left: 20px;
}

.button-2 {
  margin-right: 20px;
}

.button-style {
  background-color: #000;
}

.container-3 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.container-4 {
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.button-3 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #a1a1a1;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.button-3.alt {
  color: #000;
  background-color: #0000;
  border-color: #81c26b;
}

.section-2 {
  background-color: #0000;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.title {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.container-5 {
  padding-bottom: 20px;
}

.gallery {
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.section-3 {
  border-bottom: 2px solid #365597;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-3 {
  display: flex;
}

.section-4 {
  background-image: url('../images/Web_homepagefinal-copy.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 2px solid #a8a8a8;
  align-items: center;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-6 {
  max-width: 50%;
}

.container-7 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-text-left {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.section-text-left.black {
  color: #000;
}

.section-5 {
  background-image: url('../images/Brynna-4-copy.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 2px solid #589639;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-8 {
  flex-direction: column;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.container-9 {
  flex-direction: column;
  align-items: flex-end;
  max-width: 50%;
  display: flex;
}

.section-text-right {
  color: #fff;
  text-align: right;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.section-6 {
  background-image: url('../images/01-ENYS-ROAD-FLAT-2-KITCHEN-LIVING---REVISED-07.10.19-copy.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-10, .container-11 {
  max-width: 50%;
}

.title-left {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.title-left.black {
  color: #000;
}

.link {
  color: #fff;
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 300;
  text-decoration: none;
}

.button-4 {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #fff;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.button-4._2 {
  text-align: center;
}

.text-block-4 {
  color: #fff;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.text-block-5 {
  text-align: center;
  margin-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.navbar {
  background-color: #111;
  border-bottom: 1px solid #fff;
}

.image {
  padding-top: 12px;
}

.container-12 {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.text-block-6 {
  margin-top: 30px;
}

.section-7 {
  border-bottom: 1px solid #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-8 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-13 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-2, .image-3, .image-4 {
  padding-left: 10px;
  padding-right: 10px;
}

.section-9 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-14 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-7 {
  text-align: center;
  padding-top: 30px;
}

.text-block-8 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: flex;
}

.text-block-9 {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 300;
  display: flex;
}

.section-10 {
  padding-top: 100px;
  padding-bottom: 40px;
}

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

.section-11 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sub-heading {
  text-align: center;
  letter-spacing: 2px;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  display: flex;
}

.text-block-11 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.image-5, .image-6 {
  margin-bottom: 20px;
}

.container-15 {
  text-align: center;
}

.image-7 {
  display: none;
}

.container-16 {
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-bottom: 200px;
  }

  .gallery {
    padding-top: 0;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .navbar {
    background-color: #000;
  }

  .section-10 {
    padding-bottom: 40px;
  }

  .icon {
    color: #fff;
  }

  .menu-button, .menu-button.w--open, .nav-menu {
    background-color: #000;
  }

  .image-6 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .icon-2 {
    color: #fff;
  }

  .image-7 {
    display: block;
  }

  .image-8 {
    display: none;
  }

  .menu-button-2, .menu-button-2.w--open, .nav-menu-2 {
    background-color: #000;
  }

  .icon-3 {
    color: #fff;
  }

  .nav-menu-3, .menu-button-3 {
    background-color: #000;
  }

  .icon-4 {
    color: #fff;
  }

  .nav-menu-4, .menu-button-4, .nav-menu-5, .menu-button-5 {
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-bottom: 200px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .section-text-right {
    padding-top: 20px;
  }

  .title-left, .text-block-4 {
    line-height: 30px;
  }

  .section-8.car, .section-8.wargrave, .section-8.netherton {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-5 {
    margin-bottom: 20px;
  }

  .image-7 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-bottom: 200px;
  }

  .title {
    line-height: 50px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .section-4 {
    flex-direction: column;
    justify-content: flex-start;
  }

  .container-6 {
    flex-direction: column;
    align-items: center;
    max-width: 80%;
    margin-bottom: 20px;
    display: flex;
  }

  .section-text-left {
    text-align: center;
  }

  .section-5 {
    flex-direction: column;
  }

  .container-9 {
    align-items: center;
    max-width: 80%;
  }

  .section-text-right {
    text-align: center;
    padding-top: 0;
  }

  .section-6 {
    flex-direction: column;
  }

  .container-10 {
    max-width: 80%;
  }

  .title-left {
    text-align: center;
    display: none;
  }

  .title-left.black {
    display: block;
  }

  .button-4._2 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .text-block-4 {
    display: none;
  }

  .text-block-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-6 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-13 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-block-9 {
    line-height: 50px;
  }

  .text-block-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-5 {
    margin-bottom: 20px;
  }

  .image-6 {
    margin-bottom: 0;
  }

  .text-block-12 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
  }
}

#w-node-_8d18adc5-4a94-2511-db30-4f3baf44ce1a-dd88d897 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_8d18adc5-4a94-2511-db30-4f3baf44ce1a-dd88d897 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
