.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;
}

body {
  background-color: #f3f0e9;
  font-family: 'Helveticaneue 01', sans-serif;
  color: #595a5c;
  font-size: 24px;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Helveticaneue 01', sans-serif;
  font-size: 24px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

p {
  max-width: 45ch;
  margin-bottom: 10px;
  line-height: 30px;
}

li {
  margin-bottom: 10px;
}

blockquote {
  margin-bottom: 10px;
  padding: 0px;
  border: 1px none #000;
  font-size: 24px;
  line-height: 30px;
}

.section-main {
  min-height: 100vh;
}

.navbar {
  background-color: transparent;
}

.div-main-container {
  position: relative;
  z-index: 100;
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
}

.logo-oat {
  margin-top: 6px;
  font-size: 38px;
  letter-spacing: -1px;
}

.logo-white {
  margin-top: 8px;
  color: #fff;
  font-size: 38px;
  letter-spacing: -1px;
}

.link-instagram {
  display: inline-block;
  margin-top: 24px;
  color: #595a5c;
  text-decoration: none;
}

.link-instagram:hover {
  color: #595a5c;
  text-decoration: underline;
}

.menu-link-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none;
}

.menu-link-white:hover {
  border: 1px none #000;
  color: #595a5c;
}

.columns {
  margin-bottom: 48px;
}

.div-image-offset {
  margin-left: -400px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image {
  width: 800px;
}

.img-title-white {
  color: #fff;
}

.columns-logo-menu {
  width: 100%;
}

.section-home {
  height: 100vh;
  min-height: 100vh;
}

.div-copyright {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 20px;
  text-align: right;
}

.txt-copyright {
  margin-top: 100px;
  margin-bottom: 10px;
  color: #fff;
}

.columns-3 {
  width: 100%;
}

.div-block {
  text-align: right;
}

.div-block-copy {
  text-align: right;
}

.section-about {
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/20200904-DSC_3447_LOW_RES-EDITED.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.list-features {
  line-height: 22px;
  list-style-type: disc;
}

.section-main-contact {
  position: relative;
  min-height: 90vh;
  padding-top: 40px;
  padding-bottom: 40px;
}

.img-map {
  width: 590px;
}

.p-snappy-tagline {
  color: #fff;
  font-size: 28px;
  line-height: 38px;
}

.div-block-2 {
  position: absolute;
  left: 2%;
  top: auto;
  right: 0%;
  bottom: 30%;
  display: none;
  width: 496px;
}

.link-block {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.link-book-now {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  color: #fff;
  font-size: 19px;
  text-decoration: none;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.image-2 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-booking {
  position: relative;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/temp-bkg-books.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-white {
  color: #fff;
}

.div-pageload {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9999;
  display: none;
  width: 100vw;
  height: 100vh;
  -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: #595a5c;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

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

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

.section-note {
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('../images/20200904-DSC_3593-Edit_LOW_RES-EDIT.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid-gallery-thumbs {
  margin-top: 18px;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.columns-logo-menu-gallery {
  width: 100%;
}

.section-gallery {
  min-height: 100vh;
  padding-top: 27px;
}

.p-pricess {
  margin-top: 190px;
  margin-bottom: 80px;
}

.icon-down-arrow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 4%;
  z-index: 200;
  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;
}

.image-3 {
  width: 80px;
  height: auto;
}

.image-6 {
  width: 284px;
  height: 378px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-imagegallery-blank {
  width: 100%;
  height: 100%;
}

.section-gallery-menu {
  position: absolute;
  z-index: 300;
  width: 100%;
}

.link-text-grey {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #595a5c;
  text-decoration: none;
}

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

.link-text-white {
  z-index: 1;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link-text-white:hover {
  color: #595a5c;
  text-decoration: none;
}

.text-block {
  display: inline;
}

.text-block---hanging-quote {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline;
  line-height: 30px;
}

.p-address {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .image-2 {
    position: relative;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 479px) {
  .columns {
    margin-top: 100px;
  }
  .div-image-offset {
    margin-left: auto;
  }
  .image {
    width: 100vw;
  }
  .div-copyright {
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
  }
  .txt-copyright {
    text-align: left;
  }
  .section-about {
    background-position: 0% 100%;
  }
  .slider {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    height: 100vh;
  }
  .image-2 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }
  .section-note {
    background-position: 100% 0%;
  }
  .grid-gallery-thumbs {
    -ms-grid-columns: 0.5fr 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr 0.5fr;
  }
  .section-gallery {
    padding-top: 140px;
  }
  .p-pricess {
    margin-top: 100px;
  }
  .column {
    display: none;
  }
  .column-2 {
    display: none;
  }
  .column-3 {
    display: none;
  }
  .column-4 {
    display: none;
  }
  .column-5 {
    display: none;
  }
  .image-4 {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .image-5 {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .image-6 {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .div-imagegallery-blank {
    display: none;
  }
}

@font-face {
  font-family: 'Helveticaneue 01';
  src: url('../fonts/HelveticaNeue-01.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue 02';
  src: url('../fonts/HelveticaNeue-Bold-02.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}