body {
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 1.4vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0rem;
  font-family: Raleway, sans-serif;
  color: #7a7a7a;
  font-size: 500%;
  line-height: 1.2;
  font-weight: 800;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0rem;
  font-family: Raleway, sans-serif;
  color: #f3f3f5;
  font-size: 200%;
  line-height: 1.4;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0rem;
  font-family: Raleway, sans-serif;
  color: #aaa;
  font-size: 150%;
  line-height: 1.4;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0rem;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 125%;
  line-height: 1.2;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0rem;
  font-size: 100%;
  line-height: 1.2;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0rem;
  font-size: 100%;
  line-height: 1.2;
  font-weight: 400;
}

p {
  margin-bottom: 0rem;
  font-family: Raleway, sans-serif;
  color: #7a7a7a;
  font-size: 200%;
  line-height: 1.4;
  font-weight: 300;
}

a {
  margin-bottom: 1rem;
  color: #222;
  font-size: 100%;
  line-height: 1.4;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 3px solid #ebebeb;
  font-size: 150%;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  margin-bottom: 80px;
  text-align: center;
}

.footer {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-right: 0px;
  padding-bottom: 2rem;
  -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: #333;
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-bottom: 0rem;
  padding: 0px;
  text-decoration: none;
}

.nav-menu {
  position: static;
}

.copyright-box {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 100%;
  text-align: center;
}

.brand {
  margin-bottom: 0rem;
}

.white {
  color: #fff;
}

.centre {
  text-align: center;
}

.right {
  text-align: right;
}

.pad-vert {
  padding-right: 1rem;
  padding-left: 1rem;
}

.margin1 {
  margin-bottom: 1rem;
}

.heading {
  color: #f3f3f5;
}

.pad-horiz {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pad-horiz.pad-vert.centre.margin-bottom {
  margin-bottom: 1rem;
}

.margin-top {
  margin-top: 1rem;
}

._100 {
  width: 100%;
}

.html-embed {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}

.sp1 {
  height: 1rem;
}

.sp2 {
  height: 2rem;
}

.sp3 {
  height: 3rem;
}

.slider {
  z-index: 5;
  width: 100%;
  min-height: 100vh;
  background-color: #aaa;
}

.icon {
  background-color: transparent;
}

.slide {
  background-image: radial-gradient(circle farthest-side at 50% 50%, #000, #fff 68%);
}

.gallery-image {
  min-height: 100vh;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000, #fff);
}

.hero-gall-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  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;
}

.gall-text-wrapper {
  overflow: hidden;
  width: 60%;
}

.hero-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 125%;
  font-weight: 700;
  letter-spacing: 4px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.wrapper {
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: 7.1rem 5rem 5rem;
  background-color: #f3f3f5;
}

.heading-2 {
  font-family: Raleway, sans-serif;
}

.bg-image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hp-hero-colour.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hp-hero-colour.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.gapper {
  position: relative;
  z-index: 5;
  padding: 8.6rem 5rem 5rem;
}

.gigantor {
  font-size: 500%;
  font-weight: 800;
}

._2col {
  font-family: Lato, sans-serif;
  color: #7a7a7a;
  font-size: 100%;
  font-weight: 400;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 31px;
  column-gap: 31px;
}

.heading-3 {
  color: #7a7a7a;
}

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

.paul-col {
  width: 45%;
}

.small {
  font-family: Lato, sans-serif;
  color: #7a7a7a;
  font-size: 100%;
  line-height: 1.6;
  font-weight: 400;
}

.small.white {
  color: #fff;
}

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

.bg-image-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/download.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/download.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.contact-wrapper {
  position: relative;
  z-index: 5;
  padding: 5rem;
  background-color: #26348c;
}

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

.contact-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.map {
  position: relative;
  z-index: 5;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: radial-gradient(circle farthest-corner at 50% 60%, rgba(0, 0, 0, 0.47), transparent);
}

.gapper-1 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem;
  -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(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/hp-hero-colour.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/hp-hero-colour.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.projects-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.project-item-link {
  position: relative;
  overflow: hidden;
  width: 30%;
  height: 250px;
}

.project-item-link._1 {
  position: relative;
  overflow: hidden;
  width: 30%;
  background-image: url('../images/store-1-small.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.project-item-link._2 {
  background-image: url('../images/small4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-item-link._3 {
  background-image: url('../images/store-3-small.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-item-link._4 {
  background-image: url('../images/store-4-small.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-item-link._5 {
  background-image: url('../images/store-5-small.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-item-link._1-copy {
  position: relative;
  overflow: hidden;
  width: 30%;
  background-image: url('../images/store-1-small.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.project-item-link.exmouth {
  background-image: url('../images/croped-MS.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-item-link.walton {
  background-image: url('../images/MandS-Walton-cropped.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-holder {
  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;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.project-overlay {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -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: #222;
}

.heading-4 {
  font-family: Lato, sans-serif;
  font-size: 125%;
  font-weight: 700;
}

.h1-hero-text {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 125%;
  font-weight: 700;
  letter-spacing: 4px;
}

.dark {
  color: #7a7a7a;
}

.dark.left {
  text-align: left;
}

.link:hover {
  color: #1a73e8;
}

.header.home {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 36px 11px 11px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 52, 140, 0.75)), to(rgba(38, 52, 140, 0.75)));
  background-image: linear-gradient(180deg, rgba(38, 52, 140, 0.75), rgba(38, 52, 140, 0.75));
}

.navlink {
  margin-bottom: 0rem;
  padding: 5px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.navlink:hover {
  background-color: #26348c;
}

.navlink.w--current {
  background-color: #fff;
  color: #26348c;
}

.brand-link {
  width: 8%;
  margin-bottom: 0rem;
}

.property-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 130px;
  margin-right: 5rem;
  margin-left: 5rem;
  padding: 1.4rem;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.property-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -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;
}

.h1-property-title {
  margin-bottom: 0.5rem;
  font-size: 200%;
}

.property-spec-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.property-spec-detail {
  width: 40%;
  font-weight: 700;
}

.property-spec-answer {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.property-text-wrapper {
  width: 100%;
}

.body-property {
  background-color: #efefef;
}

.property-image {
  width: 100%;
  border-radius: 8px;
}

.next-previous-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.next-link {
  width: 35px;
  height: 35px;
  margin-bottom: 0rem;
}

.slide-nav {
  display: none;
}

.mobile-header {
  display: none;
}

.mobile-menu {
  display: none;
}

.back-image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.back-image2 {
  position: relative;
}

.back-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.69);
}

.small-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0.5rem;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-image {
  width: 30%;
  border-radius: 8px;
}

.website-by {
  font-size: 80%;
}

html.w-mod-js *[data-ix="drop-on-load"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="slide-from-right-on-scroll"] {
  -webkit-transform: translate(125%, 0px);
  -ms-transform: translate(125%, 0px);
  transform: translate(125%, 0px);
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.8vw;
  }

  .gapper {
    padding: 5.4rem 0.7rem 0.7rem;
  }

  .gigantor {
    font-family: Raleway, sans-serif;
    font-size: 500%;
    font-weight: 600;
  }

  .project-overlay {
    background-color: rgba(34, 34, 34, 0.85);
  }

  .property-wrapper {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }

  .slide-nav {
    display: none;
  }

  .mobile-header {
    display: none;
  }

  .mobile-menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3vw;
  }

  h1 {
    margin-top: 0px;
    margin-bottom: 2rem;
    font-size: 400%;
  }

  h2 {
    margin-top: 0px;
    margin-bottom: 2rem;
  }

  h3 {
    margin-top: 0px;
    margin-bottom: 1rem;
  }

  h4 {
    margin-bottom: 1rem;
  }

  h5 {
    margin-top: 0px;
    margin-bottom: 1rem;
  }

  h6 {
    margin-bottom: 1rem;
  }

  p {
    font-size: 125%;
    font-weight: 400;
  }

  .slider {
    min-height: 60vh;
  }

  .hero-gall-wrapper {
    margin-top: 86px;
  }

  .gall-text-wrapper {
    width: 80%;
  }

  .wrapper {
    padding: 4.8rem 1.5rem 5.2rem;
  }

  .bg-image {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/hp-hero-colour.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/hp-hero-colour.jpg');
    background-position: 0px 0px, 50% 50%;
  }

  .gapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .paul-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .paul-col {
    width: 90%;
  }

  .bg-image-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .gapper-1 {
    padding: 1.5rem;
  }

  .project-item-link {
    width: 48%;
  }

  .project-item-link._1 {
    width: 45%;
  }

  .header.home {
    display: none;
  }

  .property-wrapper {
    margin-right: 1rem;
    margin-left: 1rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .property-col {
    width: 100%;
    margin-bottom: 2rem;
  }

  .mobile-header {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 30;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 9px;
    -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;
    background-color: rgba(38, 52, 140, 0.65);
  }

  .mobile-brand-link {
    width: 80px;
    margin-bottom: 0rem;
  }

  .burger-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #26348c;
  }

  .burger-line {
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #fff;
  }

  .mobile-menu {
    position: fixed;
    left: auto;
    top: 0%;
    right: -300px;
    bottom: 0%;
    z-index: 40;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 23px 63px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #26348c;
  }

  .mobile-text-link {
    margin-bottom: 0rem;
    color: #fff;
    font-size: 150%;
    text-align: center;
    text-decoration: none;
  }

  .div-block {
    position: relative;
    z-index: 50;
  }

  .back-image {
    top: auto;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 5vw;
  }

  h1 {
    font-size: 300%;
    line-height: 1;
  }

  .sp2 {
    display: none;
  }

  .slider {
    min-height: 50vh;
  }

  .wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .bg-image {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0.51))), url('../images/hp-hero-colour.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url('../images/hp-hero-colour.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .small._2col {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .bg-image-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .project-item-link {
    width: 100%;
  }

  .project-item-link._1 {
    width: 100%;
  }

  .h1-hero-text {
    font-size: 100%;
    line-height: 1.2;
  }

  .property-wrapper {
    margin-right: 0.4rem;
    margin-left: 0.4rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .small-image {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}