.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.homepage-wrapper {
  width: 100%;
  height: 100vh;
  background-image: url('../images/homepage_background2.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  display: flex;
}

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

.image, .image-2 {
  padding-bottom: 30px;
}

.navbar {
  height: 60px;
  background-color: #fff;
}

.brand {
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #4b4b4b;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: all .325s;
}

.nav-link:hover {
  color: #7ddb45;
}

.nav-link.w--current {
  color: #353535;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  text-decoration: overline;
  display: flex;
}

.nav-link.big {
  font-size: 16px;
  font-weight: 400;
}

.location-wrapper {
  width: 100%;
  height: 93vh;
  perspective: 1000px;
  background-color: #f0f0f0;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.monmouthshire {
  width: 25%;
  background-image: url('../images/locationStripe1.jpg');
  background-position: 0%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 2px;
  display: flex;
}

.local-facilities {
  width: 25%;
  background-image: url('../images/localFacilities.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 2px;
  display: flex;
}

.chepstow {
  width: 25%;
  background-image: url('../images/locationStripe2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 2px;
  display: flex;
}

.closer-than-you-think {
  width: 25%;
  background-image: url('../images/locationStripe3.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.location-title-link {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.location-title-text {
  text-align: center;
  transition: all .3s;
}

.location-title-text:hover {
  color: #999;
}

.location-title-text.dark {
  color: #1f1f1f;
}

.monmouthshire-wrapper {
  width: 100%;
  height: 92vh;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.container-2 {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.page-title {
  text-align: center;
  letter-spacing: 10px;
  font-family: Varela, sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: block;
}

.page-title.left {
  text-align: left;
}

.container-3 {
  margin-top: 50px;
}

.location-text {
  text-align: left;
  letter-spacing: 1px;
  padding-top: 50px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.div-block {
  width: 100%;
  height: auto;
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

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

.gallery {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 2px;
  display: flex;
}

.row {
  width: 100%;
  height: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 8px;
  display: flex;
}

.row.lesspadding {
  padding-bottom: 4px;
}

.div-block-4 {
  width: 60%;
  height: 100%;
  background-image: url('../images/Monmouth.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: 2px;
  margin-right: 2px;
  padding-right: 0;
}

.div-block-5 {
  width: 32%;
  height: 100%;
  background-image: url('../images/Mon3.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: 2px;
  margin-right: 2px;
}

.div-block-6 {
  width: 40%;
  height: 100%;
  background-image: url('../images/Mon2.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: 2px;
  margin-right: 2px;
}

.div-block-7 {
  width: 32%;
  height: 100%;
  background-image: url('../images/Mon5.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: 2px;
  margin-right: 2px;
}

.div-block-8 {
  width: 36%;
  height: 100%;
  background-image: url('../images/Mon1.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: 2px;
  margin-right: 2px;
}

.local-facilities-wrapper {
  width: 100%;
  height: 100vh;
  background-image: url('../images/Mon5.jpg'), linear-gradient(184deg, #fff, #e1eedb);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.facilities {
  width: 50%;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.chepstow-wrapper {
  width: 100%;
  height: auto;
}

.closer-than-you-think-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.container-4 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.html-embed {
  padding-bottom: 30px;
  padding-left: 4px;
  padding-right: 4px;
}

.ctutphotos {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-9 {
  width: 33%;
  height: 250px;
  background-image: url('../images/Cardiff.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: 4px;
  margin-right: 2px;
}

.div-block-10 {
  width: 34%;
  height: 250px;
  background-image: url('../images/Bristol.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: 2px;
  margin-right: 2px;
}

.div-block-11 {
  width: 33%;
  height: 250px;
  background-image: url('../images/London.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: 2px;
  margin-right: 4px;
}

.tables {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.html-embed-2 {
  width: 50%;
  margin-left: 4px;
  padding-right: 2px;
}

.html-embed-3 {
  width: 50%;
  padding-left: 2px;
  padding-right: 4px;
}

.footer-dark {
  background-color: #f5f7fa;
  background-image: linear-gradient(248deg, #dcffb2, #fff);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.monmouthshire-content {
  width: 50%;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  padding-right: 200px;
  display: flex;
}

.local-facilities-content {
  width: 100%;
  height: auto;
}

.card-holder {
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  padding-top: 0;
  display: flex;
}

.card {
  width: 33%;
  height: 430px;
  background-image: linear-gradient(322deg, #fff, #edffc0);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 5px 10px;
  display: flex;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, .2);
}

.card-content {
  width: 85%;
  height: 85%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Varela, sans-serif;
  font-size: 14px;
  display: flex;
}

.card-title {
  letter-spacing: 5px;
  padding-bottom: 20px;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.card-text, .card-icon {
  padding-bottom: 20px;
}

.card-button {
  opacity: 1;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3f3f3f;
  border-radius: 6px;
  font-size: 12px;
}

.div-block-12 {
  height: 20px;
}

.chepstow-content {
  height: auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.container-6 {
  padding-top: 0;
}

.chepstow-text {
  width: 40%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.chepstow-gallery {
  width: 60%;
  height: 100vh;
  padding-top: 8px;
}

.page-title-left {
  text-align: left;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.div-block-13 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Chepstow1.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: stretch;
  margin-top: -8px;
  margin-right: 4px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.div-block-14 {
  width: 33%;
  height: 100%;
  background-image: url('../images/Chepstow4.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: -14px;
  margin-right: 4px;
}

.div-block-15 {
  width: 34%;
  height: 100%;
  background-image: url('../images/Chepstow2.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: -14px;
  padding-right: 0;
}

.div-block-16 {
  width: 33%;
  height: 100%;
  background-image: url('../images/Chepstow3.jpg');
  background-position: 50% 0;
  background-size: cover;
  margin-top: -14px;
  margin-left: 4px;
  margin-right: 4px;
}

.text-block {
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.location-phone {
  display: none;
}

.the-houses-wrapper {
  width: 100%;
  height: auto;
}

.the-house-options {
  width: 100%;
  height: 100vh;
  background-image: url('../images/houses_homepage_gradient.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-8 {
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.mini-title {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 50px;
  font-family: Varela, sans-serif;
  font-size: 20px;
}

._3-bedroom {
  width: 100%;
  height: auto;
  background-image: url('../images/living_room.jpg');
  background-position: 0%;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

._4-bedroom {
  width: 100%;
  height: auto;
  background-image: url('../images/Amenities.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  display: flex;
}

._3-bedroom-text {
  width: 30%;
  height: auto;
  background-color: #fff;
  padding: 40px 20px 40px 40px;
}

._3-bedroom-media {
  width: 60%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-left {
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.text-left {
  text-align: left;
  letter-spacing: 5px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

._4-bedroom-text {
  width: 30%;
  height: auto;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 0 20px 40px 40px;
  display: flex;
}

._4-bedroom-media {
  width: 60%;
  height: auto;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.title-right {
  text-align: left;
  letter-spacing: 10px;
  text-transform: uppercase;
  padding-bottom: 40px;
  font-family: Varela, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.text-right {
  letter-spacing: 1px;
  font-family: Varela, sans-serif;
}

.container-9 {
  padding-bottom: 40px;
}

.container-10 {
  justify-content: flex-end;
  padding-bottom: 20px;
  display: flex;
}

.the-development {
  width: 100%;
  height: 100vh;
  display: flex;
}

.large-page-title {
  letter-spacing: 10px;
  font-family: Varela, sans-serif;
  font-size: 40px;
}

.div-block-17 {
  padding-bottom: 0;
}

.sml-title-left {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 18px;
}

.div-block-18, .padding20 {
  padding-bottom: 20px;
}

.div-block-19 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.sml-text-left {
  letter-spacing: 1px;
  font-family: Varela, sans-serif;
  font-size: 12px;
}

.div-block-20 {
  padding-top: 40px;
}

.div-block-21 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.div-block-22 {
  width: 40%;
  height: 100%;
  background-image: url('../images/tiled_background.svg');
  background-position: 50%;
  background-size: cover;
}

.div-block-23 {
  width: 70%;
  height: 100%;
}

.div-block-24 {
  width: 40%;
  height: 100%;
  background-image: url('../images/tiled_background_inverted.svg');
  background-position: 50%;
  background-size: cover;
  align-items: stretch;
  display: block;
}

.div-block-25 {
  width: 70%;
}

.overview-wrapper {
  width: 60%;
  height: 100vh;
  background-image: url('../images/development_overview.jpg');
  background-position: 0%;
  background-size: cover;
}

.div-block-26 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.container-11 {
  padding-top: 0;
}

.nav-link-2 {
  height: 100%;
}

.nav-link-3 {
  height: 50px;
}

.nav-link-4 {
  height: 60px;
  align-items: center;
  display: flex;
}

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

.homepage-link {
  color: #686868;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .4s;
}

.homepage-link:hover {
  color: #84db73;
  letter-spacing: 3px;
}

._3bed {
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-image: url('../images/3bed_overview.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

._4bed {
  width: 60%;
  height: 100vh;
  background-image: url('../images/4bed_overview.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
}

.div-block-27 {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.text-block-2 {
  padding-top: 50px;
}

.text-block-3 {
  color: #f31616;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-12 {
  margin-left: 0;
  padding-top: 20px;
}

.container-13 {
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.text-block-4 {
  letter-spacing: 3px;
  font-family: Varela, sans-serif;
}

.text-block-5 {
  letter-spacing: 3px;
  font-family: Varela, sans-serif;
  display: none;
}

.the-development-tablet, .development-text, ._3-bedrooms-tablet, ._4-bedroom-tablet {
  display: none;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.image-8 {
  margin: 10px;
  padding-left: 0;
  padding-right: 0;
}

.image-9, .image-10 {
  margin: 10px;
}

.m-block {
  margin: 10px 20px 20px 10px;
}

.text-block-8 {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 16px;
}

.text-block-9 {
  padding-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 10px;
}

.text-block-10 {
  padding-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 12px;
}

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

.div-block-32, .image-11 {
  width: 100%;
}

.text-block-12 {
  width: 50%;
  height: auto;
  text-align: left;
  letter-spacing: 1px;
  padding: 20px;
  font-family: Varela, sans-serif;
  line-height: 24px;
}

.specs-holder {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.specs-holder.other-background {
  background-color: #f8f8f8;
}

.specs-holder.last {
  background-color: #f8f8f8;
  justify-content: flex-start;
}

.container-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.text-block-13 {
  letter-spacing: 10px;
  padding-top: 20px;
  font-family: Varela, sans-serif;
}

.div-block-33 {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-wrapper {
  width: 100%;
  height: 100vh;
  background-image: url('../images/homepage_background2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-14 {
  padding-top: 20px;
}

.text-block-15 {
  color: #63ad45;
  letter-spacing: 10px;
  padding-top: 50px;
  font-family: Varela, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
}

.text-block-15:hover {
  color: #768571;
  letter-spacing: 12px;
}

.text-block-16 {
  text-align: center;
  letter-spacing: 4px;
  padding-top: 20px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.link-block {
  text-decoration: none;
}

.text-block-17 {
  text-align: center;
  letter-spacing: 1px;
  font-family: Varela, sans-serif;
}

.footer {
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footercontent {
  width: auto;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #585858;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.footerlink {
  color: #383838;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.footerlink:hover {
  color: #7dd35b;
}

.div-block-34 {
  width: 100%;
  height: 100vh;
  background-image: url('../images/homepage_background2.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block-19 {
  text-align: center;
  letter-spacing: 1px;
  font-family: Varela, sans-serif;
}

.text-block-20 {
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  padding-bottom: 50px;
  font-family: Varela, sans-serif;
  font-size: 30px;
}

.text-block-21 {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 20px;
  font-family: Varela, sans-serif;
  font-size: 10px;
}

.text-block-22 {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 10px;
  font-size: 8px;
}

@media screen and (max-width: 991px) {
  .location-title-text {
    letter-spacing: 2px;
    font-size: 16px;
  }

  .container-2 {
    padding-left: 0;
  }

  .page-title, .page-title.left.sml {
    font-size: 25px;
  }

  .location-text {
    font-size: 12px;
  }

  .div-block {
    height: 25vh;
    display: none;
  }

  .image-4 {
    margin-top: 3px;
  }

  .div-block-2 {
    width: 100%;
    height: 40px;
    margin-top: 50px;
    display: block;
  }

  .image-5 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .image-6 {
    margin-right: 2px;
  }

  .gallery {
    width: 45%;
    margin-left: 3px;
    margin-right: 3px;
  }

  .row {
    width: 100%;
  }

  .local-facilities-wrapper {
    height: auto;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .monmouthshire-content {
    width: 55%;
    padding-left: 10px;
    padding-right: 0;
  }

  .card-holder {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 70%;
  }

  .chepstow-content {
    padding-bottom: 50px;
  }

  .chepstow-text {
    padding-left: 10px;
  }

  .the-house-options {
    padding-left: 50px;
    padding-right: 50px;
  }

  ._3-bedroom, ._4-bedroom {
    display: none;
  }

  ._3-bedroom-text {
    width: 100%;
    background-image: url('../images/living_room_tablet.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    padding-right: 400px;
  }

  .title-left.sml {
    letter-spacing: 5px;
    font-size: 18px;
    line-height: 30px;
  }

  ._4-bedroom-text {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 50px;
  }

  .the-development {
    height: auto;
    display: none;
  }

  .div-block-24 {
    height: 165vh;
  }

  .overview-wrapper {
    width: 70%;
    height: auto;
    background-position: 0%;
  }

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

  ._3bed {
    width: 100%;
  }

  ._3bed.tablet {
    height: auto;
    background-image: url('../images/3bed_overview_tablet.jpg');
    background-position: 50% 0;
    background-size: contain;
  }

  ._4bed {
    width: 100%;
    background-image: url('../images/4bed_overview_tablet.jpg');
    background-position: 50% 0;
    background-size: contain;
  }

  ._4bed.tablet {
    height: auto;
  }

  .div-block-27 {
    width: 30%;
    align-items: center;
    padding: 20px 10px;
  }

  .container-12 {
    padding-top: 20px;
  }

  .the-development-tablet {
    width: 100%;
    height: 450px;
    background-image: url('../images/development_overview_tablet.jpg');
    background-position: 50% 100%;
    background-size: cover;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px;
    display: flex;
  }

  .sml-text-centre {
    text-align: center;
    font-family: Varela, sans-serif;
    font-size: 12px;
  }

  .div-block-28 {
    width: 10%;
  }

  .div-block-29 {
    height: 600px;
    background-image: url('../images/houseTypes_overview.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .title-centre {
    text-align: center;
    letter-spacing: 10px;
    font-family: Varela, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .text-block-6 {
    text-align: center;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-family: Varela, sans-serif;
    font-size: 30px;
  }

  .development-text {
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .div-block-30 {
    padding-top: 50px;
  }

  .text-block-7 {
    text-align: center;
    letter-spacing: 1px;
    font-family: Varela, sans-serif;
    font-size: 12px;
  }

  ._3-bedrooms-tablet {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  ._4-bedroom-tablet {
    background-image: url('../images/Amenities_tablet.jpg');
    background-position: 0 0;
    background-size: cover;
    display: block;
  }

  .div-block-31 {
    flex-direction: column;
  }

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

  .icon {
    color: #000;
  }
}

@media screen and (max-width: 767px) {
  .location-wrapper {
    display: none;
  }

  .monmouthshire {
    width: 50%;
    height: 300px;
    margin-left: 2px;
  }

  .local-facilities, .chepstow, .closer-than-you-think {
    width: 50%;
    height: 300px;
  }

  .monmouthshire-wrapper {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .page-title {
    text-align: center;
    display: block;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .location-text {
    text-align: center;
    padding-top: 20px;
  }

  .div-block-2 {
    display: none;
  }

  .div-block-3 {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }

  .image-7 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .gallery {
    width: 100%;
    height: 30vh;
  }

  .row {
    height: 100%;
  }

  .row.lesspadding {
    display: none;
  }

  .row.nopadding {
    margin-top: 2px;
    padding-bottom: 0;
  }

  .chepstow-wrapper {
    height: auto;
  }

  .footer-dark {
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .monmouthshire-content {
    width: 100%;
    height: 50%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .chepstow-content {
    height: auto;
    flex-direction: column;
    align-items: center;
    padding-bottom: 190px;
  }

  .chepstow-text {
    width: 100%;
    align-items: center;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .chepstow-gallery {
    width: 100%;
    height: 200px;
    padding-top: 0;
  }

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

  .div-block-13 {
    margin-left: 4px;
  }

  .text-block {
    line-height: 40px;
  }

  .container-7 {
    padding-top: 50px;
  }

  .location-phone {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  ._3-bedroom-text, ._4-bedroom-text {
    padding-right: 100px;
  }

  .specs-holder {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .monmouthshire, .local-facilities, .chepstow, .closer-than-you-think {
    height: 100%;
  }

  .page-title {
    font-size: 18px;
  }

  .gallery {
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-5 {
    width: 48%;
  }

  .div-block-7 {
    display: none;
  }

  .div-block-8 {
    width: 48%;
  }

  .local-facilities-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    width: 50%;
  }

  .div-block-10 {
    display: none;
  }

  .div-block-11 {
    width: 50%;
  }

  .tables {
    flex-direction: column;
    align-items: center;
  }

  .html-embed-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .html-embed-3 {
    width: 100%;
    padding-left: 4px;
  }

  .container-5 {
    max-width: none;
  }

  .card {
    width: 90%;
    height: 500px;
  }

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

  .location-phone {
    height: 100vh;
  }

  .the-house-options {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._3-bedroom-text, ._4-bedroom-text {
    padding-right: 20px;
  }

  .large-page-title {
    text-align: left;
  }

  .large-page-title.centre {
    text-align: center;
    line-height: 40px;
  }

  .large-page-title.sml {
    font-size: 20px;
  }

  .the-development-tablet {
    height: 250px;
  }

  .div-block-29 {
    width: 100%;
    height: 300px;
  }

  .text-block-6.sml {
    font-size: 20px;
    line-height: 30px;
  }

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

  .div-block-30 {
    padding-top: 20px;
  }

  ._4-bedroom-tablet {
    background-position: 50%;
  }

  .text-block-12, .specs-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-13.sml {
    text-align: center;
    font-size: 10px;
  }

  .footer {
    height: 70px;
  }

  .footercontent {
    flex-direction: column;
  }
}
