@font-face {
  font-family: 'Inter Sans Light Headline';
  src: url("../css/fonts/Inter-Light.woff2") format("woff2"),
       url("../css/fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Inter Roman Body Tex';
  src: url("../css/fonts/Inter-Regular.woff2") format("woff2"),
       url("../css/fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter Bold Headline';
  src: url("../css/fonts/Inter-Bold.woff2") format("woff2"),
       url("../css/fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* Colours */
body,
html {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #C060A1;
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100vw;
  }
}

div[class^="col-"] {
  float: left;
}

.fadeIn {
  opacity: 0;
  transition: opacity ease 0.25s;
}

.fadeIn.wait {
  transition-delay: 0.25s;
}

.fadeUp {
  opacity: 1;
  transform: translateY(100px);
  transition: ease ease 0.25s;
}

.fadeUp.wait {
  transition-delay: 0.25s;
}

.first-img {
  width: 30%;
  height: 500px;
  overflow: hidden;
  float: left;
}

@media screen and (max-width: 767px) {
  .first-img {
    width: calc(100vw - 30px);
    height: 305px;
  }
}

.first-img img {
  height: 100%;
  width: auto;
  margin-left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .first-img img {
    height: 100%;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  #specifications {
    display: table !important;
  }

  .navigation img.main_logo.scrolling {
    width: 270px;
  }
}

.floorplan {
  padding-top: 45px;
  cursor: zoom-in;
}

.floorplan span {
  font-weight: bold;
  color: white;
  display: block;
  margin-bottom: 15px;
}

.floorplan_holder {
  padding: 0;
  width: 100%;
}

.floorplan_holder img {
  width: 100%;
}

h2.landing_quote {
  transition: all 0.6s;
  color: #6d6e70;
  opacity: 1;
  font-size: 33px;
  position: absolute;
  top: 50px;
  right: 65px;
  text-align: right;
  text-transform: uppercase;
  font-family: "Inter Bold Headline", "Arial", sans-serif;
}

@media screen and (max-width: 767px) {
  h2.landing_quote {
    top: 47%;
    color: white;
    text-align: left;
    right: auto;
    left: 15px;
  }
}

h2.landing_quote span {
  display: block;
  margin: 0;
  transition: opacity ease 1s;
}

h2.landing_quote span:nth-of-type(1) {
  transition-delay: 0.15s;
}

h2.landing_quote span:nth-of-type(2) {
  transition-delay: 0.3s;
}

h2.landing_quote span:nth-of-type(3) {
  transition-delay: 0.45s;
}

h2.landing_quote span:nth-of-type(4) {
  transition-delay: 0.6s;
}

h2.landing_quote span:nth-of-type(1) {
  font-family: "Inter Light Headline", "Arial", sans-serif;
}

#introduction {
  min-height: 100vh;
  height: auto;
  background-color: #6d6e70;
  background-image: url(../images/grey-texture.jpg);
  background-size: auto;
  background-repeat: repeat;
  padding: 100px 90px 60px 60px;
  position: relative;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  #introduction {
    padding: 0 15px 15px;
  }
}

.introduction-images_container {
  width: 200%;
  height: 500px;
  overflow: auto;
  position: relative;
  transition: transform ease-in-out 1.2s;
}

@media screen and (max-width: 767px) {
  .introduction-images_container {
    width: 600vw;
    height: 305px;
    overflow-y: hidden;
  }
}

.introduction-images_wrapper {
  width: 100%;
  height: auto;
  margin-top: 60px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: content-box;
  max-width: 980px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .introduction-images_wrapper {
    overflow-x: scroll;
  }
}

.introduction-text {
  width: 100%;
  margin: 0 auto;
  max-width: 980px;
  position: relative;
}

.introduction-text h2 {
  color: white;
  font-size: 33px;
  text-align: left;
  margin-bottom: -50px;
  transform: translateY(-75px) translateX(15px);
  text-transform: uppercase;
  font-family: "Inter Bold Headline", "Arial", sans-serif;
}

.introduction-text h2 span {
  display: block;
  margin: 0;
  transition: opacity ease 1s;
}

.introduction-text h2 span.hidden {
  opacity: 0;
}

.introduction-text h2 span:nth-of-type(1) {
  transition-delay: 0.1s;
}

.introduction-text h2 span:nth-of-type(2) {
  transition-delay: 0.2s;
}

.introduction-text h2 span:nth-of-type(3) {
  transition-delay: 0.3s;
}

.introduction-text h2 span:nth-of-type(4) {
  transition-delay: 0.4s;
}

.introduction-text h2 span:nth-of-type(1) {
  font-family: "Inter Light Headline", "Arial", sans-serif;
  color: #C060A1;
}

.introduction-text p {
  color: white;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .introduction-text p {
    column-count: 2;
  }
}

#landing_page {
  height: 100vh;
  background-image: url(../images/landing_hero.jpg);
  background-size: cover;
  background-position: center right;
}

#location {
  min-height: 100vh;
  height: auto;
  background-color: #6d6e70;
  background-image: url(../images/grey-texture.jpg);
  background-size: auto;
  background-repeat: repeat;
  padding: 0 0 60px;
  position: relative;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  #location {
    padding: 0 15px 15px;
  }

  .location-page {
    padding: 50px 0 0 45px;
  }

  .contact-name {
    padding: 30px 25px;
  }
}

.contact {
  padding-top: 50vh;
}

.contact-name {
  padding: 20px 0 20px 0;
}

.contact-name a,
.contact-name a:hover,
.cormack a,
.cormack a:hover {
  color: white;
  text-decoration: none;
}

#contact {
  min-height: 70vh;
  height: auto;
  color: white;
  background-color: #3B3C3D;
  background-size: auto;
  background-repeat: repeat;
  padding: 0 0 60px;
  position: relative;
  overflow: auto;
}

.address {
  padding: 20px 15px;
  font-weight: 700;
  font-size: 1.4em;
}

#contact {
  padding: 50px 45px;
  color: white;
}

.location-page {
  padding: 75px 0 30px 45px;
}

.location-page h2 {
  color: #C060A1;
  font-size: 33px;
  text-transform: uppercase;
  font-family: "Inter Bold Headline", "Arial", sans-serif;
  transform: translateY(-35px);
  margin-bottom: -20px;
}

.location-page h2 span {
  font-family: "Inter Light Headline", "Arial", sans-serif;
}

.location-page p {
  color: white;
}

.cormack {
  padding: 20px 15px 40px 15px !important;
  width: 100%;
  font-size: 0.8em;
}

.accommodation {
  height: 10px;
  position: relative;
  bottom: 0;
}

.map-holder {
  padding: 0;
}

img#map-img {
  width: 100%;
  height: auto;
}

.map-page {
  background-color: white;
  width: 100%;
  padding: 0;
  display: flex;
}

#office {
  height: 90vh;
  background-image: url(../images/empty-office.jpg);
  background-size: cover;
  position: relative;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  #office {
    background-attachment: fixed;
  }
}

#office h2 {
  color: #C060A1;
  font-size: 33px;
  text-transform: uppercase;
  font-family: "Inter Bold Headline", "Arial", sans-serif;
  position: absolute;
  top: 30px;
  text-align: right;
  right: 30px;
}

#office h2 span {
  display: block;
  margin: 0;
  transition: opacity ease 1s;
}

#office h2 span.hidden {
  opacity: 0;
}

#office h2 span:nth-of-type(1) {
  transition-delay: 0.15s;
}

#office h2 span:nth-of-type(2) {
  transition-delay: 0.3s;
}

#office h2 span:nth-of-type(3) {
  transition-delay: 0.45s;
}

#office h2 span:nth-of-type(4) {
  transition-delay: 0.6s;
}

#office h2 span:nth-of-type(5) {
  transition-delay: 0.75s;
}

#office h2 span:nth-of-type(6) {
  transition-delay: 0.9s;
}

#office h2 span:nth-of-type(1) {
  font-family: "Inter Light Headline", "Arial", sans-serif;
}

@media screen and (max-width: 767px) {
  #office h2 {
    bottom: 50%;
    font-size: 27px;
  }
}

@media screen and (max-width: 990px) {
  .navigation {
    height: 120px;
  }
}

@media screen and (min-width: 991px) {
  .navigation {
    height: 160px;
  }
}

.navigation {
  position: fixed;
  background-color: transparent;
  transition: all ease 0.6s;
  top: 0;
  left: 0;
  width: 100vw;
  padding-top: 10px;
  z-index: 4;
  padding-bottom: 5px;
}

.navigation-background {
  background-color: rgba(59, 60, 61, 0.4);
}

.navigation img.main_logo {
  width: 300px;
  margin-left: 45px;
  transition: all ease 0.6s;
  padding-right: 30px;
}

@media screen and (max-width: 960px) {
  nav a {
    font-size: 1rem;
  }

  .list {
    padding: 20px 50px;
    display: block;
    font-size: 1rem;
    width: 50px;
  }
}

nav a {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 5px;
  font-size: 1.2em;
  display: block;
}

nav a:hover {
  color: white;
  text-decoration: none;
}

.address a {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 5px;
}

.address a:hover {
  color: white;
  text-decoration: none;
}

.address p {
  padding-top: 50px;
  font-weight: 400;
  font-size: 14px;
}

.align-img {
  width: 100%;
  height: 100px;
  margin: 0 auto;
}

.dtre {
  width: 40%;
  margin: 0 auto;
}

.dbk {
  width: 40%;
}

.purple-line {
  height: 50px;
  background-color: #C060A1;
}

.further-info {
  font-size: 2.4em;
}


.canmoor {
  width: 15%;
  float: right;
}

@media screen and (max-width: 990px) {
  .canmoor {
    width: 25%;
    padding-bottom: 20px;
  }

  .align-img {
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 380px) {
  .canmoor {
    width: 30%;
    padding-bottom: 20px;
  }

  .align-img {
    height: 50px;
  }

  .list {
    height: 20px;
  }

  img.main_logo.scrolling {
    width: 100px;
  }

  .navigation img.main_logo {
    width: 200px;
    margin-left: 45px;
    transition: all ease 0.6s;
    padding-right: 30px;
  }
}

@media screen and (max-width: 500px) {
  img.main_logo.scrolling {
    width: 180px;
  }
}

@media screen and (max-width: 690px) {
  .canmoor {
    width: 30%;
    padding-bottom: 20px;
  }

  .align-img {
    height: 60px;
  }
}

@media screen and (min-width: 990px) {
  .dtre {
    width: 30%;
  }

  .dbk {
    width: 30%;
  }
}

@media screen and (max-width: 660px) {
  .dtre {
    width: 40%;
  }

  .further-info {
    font-size: 1.8em;
  }

  .dbk {
    width: 40%;
  }
}

@media screen and (min-width: 991px) {
  .navigation img.main_logo {
    width: 300px;
    margin-left: 45px;
    transition: all ease 0.6s;
    padding-right: 30px;
  }

  .main_logo {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .hamburger {
    visibility: hidden;
  }

  .transparent {
    visibility: visible !important;
    transition: all 0.1s;
    opacity: 0 !important;
  }

  .list {
    z-index: 3;
    padding-top: 20px;
    visibility: visible;
    position: initial;
    display: block;
    text-align: left;
    top: 0;
    opacity: 1;
    transition: all 0.5s ease;
    width: 100%;
    height: 100px;
    padding-left: 150px;
  }

  .navChoice {
    width: 100%;

    display: inline;
    z-index: 5;
    text-align: left;
    color: #FFF;
    transition: all 0.1s;
  }
}

@media screen and (max-width: 990px) {
  .main_logo {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .navChoice:hover {
    transition: all 0.1s;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
  }

  .hamburger {
    visibility: visible;
  }

  .list {
    z-index: 2;
    visibility: collapse;
    position: absolute;
    text-align: center;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
    width: 100vw;
    height: 100vh;
  }

  .list-open {
    visibility: visible;
    transform: all 2s linear;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 8;
    text-align: center;
    padding-top: 15%;
    background-color: #3B3C3D;
    top: 0;
    opacity: 1;
  }

  .list a {
    line-height: 3;
  }

  .navChoice {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    color: #888;
    transition: all 0.1s;
  }
}

.is-active {
  z-index: 10;
  position: relative;
}


.transparent {
  visibility: collapse;
  transition: all 0.1s;
  opacity: 0 !important;
}



#next-images {
  position: absolute;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #C060A1;
  right: 15px;
  top: 15px;
  display: flex;
  z-index: 2;
  align-items: center;
  justify-content: center;
  transition: transform ease 0.35s;
}

#next-images:hover {
  cursor: pointer;
}

#next-images img {
  width: 28px;
}

@media screen and (max-width: 767px) {
  #next-images {
    display: none;
  }
}

.property_details {
  height: 250px;
  color: white;
  padding-left: 15px;
  float: left;
}

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

.property_details p {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.property_details ul {
  font-size: 12px;
  padding-left: 25px;
}

.property_details ul li {
  transition-delay: 0.25s;
}

img#road-times,
img#town-times {
  width: 70%;
  margin: 10px auto 0;
  display: block;
}

.second-column {
  width: 20%;
  float: left;
  height: 500px;
}

@media screen and (max-width: 767px) {
  .second-column {
    width: 100vw;
    height: 100%;
  }
}

.second-column .images {
  width: calc(100% - 25px);
  height: 250px;
  float: left;
  margin-left: 25px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .second-column .images {
    width: 100%;
    margin: 0;
    height: 100%;
  }
}

.second-column .images img {
  height: 100%;
  width: auto;
}

#specs {
  min-height: 50vh;
  height: auto;
  background-color: #6d6e70;
  background-image: url(../images/grey-texture.jpg);
  background-size: auto;
  background-repeat: repeat;
  padding: 200px 15px 60px 45px;
  position: relative;
  overflow: auto;
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  #specs {
    padding: 30px 15px 15px 35px;
    display: block;
  }

  .spec-col {
    padding-bottom: 30px;
  }
}

#specs p {
  color: white;
  margin-top: 30px;
}

@media screen and (max-width: 992px) {
  #specs div.col-12 {
    display: block;
    float: none;
  }
}

h2.specs {
  color: white;
  font-size: 33px;
  text-transform: uppercase;
  font-family: "Inter Bold Headline", "Arial", sans-serif;
}

h2.specs span {
  display: block;
  margin: 0;
  transition: opacity ease 1s;
}

h2.specs span:nth-of-type(1) {
  transition-delay: 0.15s;
}

h2.specs span:nth-of-type(2) {
  transition-delay: 0.3s;
}

h2.specs span:nth-of-type(3) {
  transition-delay: 0.45s;
}

h2.specs span:nth-of-type(4) {
  transition-delay: 0.6s;
}

table#specifications {
  font-size: 11px;
  display: block;
  width: 100%;
  table-layout: fixed;
  color: white;
}

table#specifications tr {
  border-bottom: 1px solid white;
}

table#specifications tr td {
  padding: 5px 0px;
}

table#specifications tr td:nth-child(1) {
  width: 42%;
}

table#specifications tr td:nth-child(2) {
  width: 40%;
}

table#specifications tr td:nth-child(3) {
  width: 10%;
}

table#specifications tr td:nth-child(4) {
  width: 10%;
}

table#specifications tr.to-let {
  font-weight: bold;
}

table#specifications thead {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 7px;
}

.third-column {
  width: 30%;
  float: left;
  height: 500px;
}

@media screen and (max-width: 767px) {
  .third-column {
    width: 300vw;
  }
}

.third-column .image-holder {
  width: calc(50% - 10px);
  overflow: hidden;
  float: left;
  height: calc(250px - 10px);
  margin: 5px;
}

@media screen and (max-width: 767px) {
  .third-column .image-holder {
    width: 100vw;
    margin: 0;
    height: 305px;
  }
}

.third-column .image-holder img {
  height: 100%;
  transform: translateX(-50%);
  margin-lefT: 50%;
}

.third-column .image-wide {
  width: calc(100% - 10px);
  margin: 5px;
  overflow: hidden;
  float: left;
  height: calc(250px - 10px);
}

.third-column .image-wide img {
  width: 100%;
  transform: translateY(50%);
  margin-top: -50%;
}

@media screen and (max-width: 767px) {
  .third-column .image-wide {
    width: 100vw;
    margin: 0;
    height: 305px;
  }

  .third-column .image-wide img {
    height: 100%;
    transform: translateX(-50%);
    margin-lefT: 50%;
    margin-top: 0px;
  }
}

.fourth-column {
  float: left;
  width: calc(18% - 10px);
  height: 495px;
  margin-left: 10px;
  margin-top: 5px;
  overflow: hidden;
}

.fourth-column img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fourth-column {
    width: 100vw;
    margin: 0;
  }

  .fourth-column img {
    width: 100%;
    margin-top: -50%;
    transform: translateY(-10%);
  }
}

.town {
  width: 100%;
  padding: 15px;
}

.town img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #view-more {
    display: none;
  }
}

#view-more {
  position: absolute;
  right: 60px;
  top: 20px;
  z-index: 2;
  transition: opacity ease 0.2s;
}

#view-more p {
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
  text-align: right;
  padding: 0;
  display: inline;
  font-size: 11px;
  letter-spacing: 1px;
}

img.zoom {
  transition: opacity ease 0.25s;
}

img.zoom:hover {
  cursor: zoom-in;
}

.scrollFadeIn {
  opacity: 0;
  transition: opacity ease 0.25s;
}

.scrollFadeIn.wait {
  transition-delay: 0.25s;
}

.scrollFadeUp {
  opacity: 1;
  transform: translateY(100px);
  transition: all ease 0.25s;
}

.scrollFadeUp.wait {
  transition-delay: 0.25s;
}

img#mouse {
  width: 16px;
  position: absolute;
  bottom: 15px;
  opacity: 0;
  transition: opacity ease 0.6s;
  animation: bounce 0.8s ease-in-out infinite;
  animation-delay: 3s;
  margin: 0 auto;
  left: 0;
  right: 0;
}

img#mouse.viz {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  img#mouse {
    display: none;
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0px);
  }
}