:root {
  --dim-grey: #58595b;
  --white: white;
  --faded-black: #282828;
  --alice-black: #e5eaef;
  --fa-pereira-colour: #ba9850;
  --ghost-white: #f6f9fe;
  --black: black;
  --alice-blue: #e5eaef;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--dim-grey);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

h1 {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

a {
  color: #fff;
  text-decoration: none;
}

.banner {
  color: #fff;
  background-color: #f6f9fe;
  background-image: linear-gradient(#000000b3 10%, #0000 40%), linear-gradient(to top, #0000009c 70%, #0000), url('../images/FA-Pereria-Landing-Page.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}

.imputs {
  background-color: #000;
  border: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header {
  background-color: var(--white);
  color: var(--faded-black);
  border-bottom: 1px #ffffff80;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  z-index: 100;
  margin-left: 0;
}

.logo {
  width: 50px;
  margin-bottom: 8px;
  margin-right: auto;
}

.wrap-banner-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin: auto;
  display: flex;
}

.main-book-now-button {
  background-color: var(--faded-black);
  color: #f6f9fe;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .3s linear, background-color .3s linear;
  display: flex;
}

.main-book-now-button:hover {
  background-color: var(--alice-black);
  color: #000;
}

.booking-base {
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
}

.nav-link {
  transform-origin: 50% 0;
  color: var(--faded-black);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #0000001a;
  border-bottom: 1px solid #0000;
  margin-left: 40px;
  padding: 0 32px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  transition: border .3s linear;
}

.nav-link:hover {
  border-bottom: 1px solid #fff;
}

.nav-link.w--current {
  color: #ba9850;
}

.scroll-down {
  color: #fff;
  background-image: radial-gradient(circle farthest-side at 50% 100%, #000, #0000);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.scroll-down.w--current {
  flex-flow: column wrap;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: auto 0% 0%;
}

.imput {
  border-style: none solid none none;
  border-width: 1px;
  border-color: black var(--alice-black) black black;
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  transition: background-color .3s linear;
  display: flex;
}

.imput:hover {
  background-color: var(--faded-black);
}

.banner-content-middle {
  z-index: 20;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.room-gallery-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 150px;
}

.margin-bottom {
  margin-bottom: 20px;
  font-size: 60px;
}

.content-center-align {
  color: var(--fa-pereira-colour);
  text-align: center;
}

.slide-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.slide-image {
  z-index: 9;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 700px;
  display: flex;
  overflow: hidden;
}

.gray {
  color: #e5eaef;
  text-align: left;
}

.gray._2 {
  text-align: center;
}

.slide-base {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: left;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  padding: 80px 60px;
  display: flex;
}

.section {
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.section.gallery {
  background-color: var(--faded-black);
}

.slider-arrow-left {
  background-color: var(--alice-black);
  background-image: url('../images/Slide-Arrow-Left.svg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 5%;
  transition: background-position .2s linear;
}

.slider-arrow-left:hover {
  background-position: 0%;
}

.slider-arrow-left.slider-arrow-right {
  background-color: var(--alice-black);
  background-image: url('../images/Slide-Arrow-Right.svg');
  background-position: 70%;
}

.slider-arrow-left.slider-arrow-right:hover {
  background-position: 100%;
}

.room-gallery-slider-mask {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.room-gallery-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.dark-gray {
  color: var(--alice-black);
  text-align: center;
  margin-top: 0;
}

.dark-section {
  color: #fff;
  background-color: #000;
  padding-top: 150px;
}

.benefits-list {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.33%;
  padding-left: 3%;
  padding-right: 3%;
  list-style-type: none;
  display: flex;
}

.benefits-description {
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.benefits-title {
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.benefits {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1196px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.headline-wrap {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.big-gradient-image {
  background-image: linear-gradient(#000, #0000 50%), url('../images/FA-pereira-Image-2.jpg');
  background-position: 0 0, 50% 100%;
  position: absolute;
  inset: 0%;
}

.big-shelter-image {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.feature {
  justify-content: center;
  align-items: center;
  width: 33.16%;
  height: 200px;
  margin-bottom: 0;
  display: flex;
}

.lightbox-link {
  filter: brightness();
  object-fit: cover;
  flex-flow: row-reverse wrap;
  place-content: space-between;
  align-items: stretch;
  height: 450px;
  transition: filter .3s linear;
  display: block;
  overflow: hidden;
}

.lightbox-link:hover {
  filter: brightness(80%);
}

.shelter-benefits {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-slide-lightbox {
  border: 1px solid #fff;
  width: 33.4%;
}

.gallery-slider {
  background-color: #0000;
  flex-direction: row;
  height: auto;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span-big {
  color: var(--fa-pereira-colour);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 100px;
  font-weight: 500;
  display: flex;
}

.small-width-container {
  color: #000;
  text-align: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: block;
}

.gallery-slider-mask {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.card-holder-image {
  align-self: center;
  margin-top: -30%;
  padding-bottom: 0;
}

.card-holder {
  background-color: #000;
  flex-flow: row;
  place-content: flex-end center;
  align-items: stretch;
  height: 400px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px #0000000d;
}

.content-left-align-wrap {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #282828;
  text-align: left;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: flex-start;
  max-width: 30%;
  margin-bottom: 39px;
  margin-right: 0;
  display: block;
}

.card-contents {
  color: #fff;
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.small-paragraph {
  color: var(--fa-pereira-colour);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
}

.cards-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column wrap;
  flex: none;
  order: 0;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center flex-start;
  align-self: auto;
  align-items: center;
  max-width: 65%;
  margin-left: 0;
  display: flex;
}

.card-aling-image {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.big-container {
  flex-direction: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.gray-section {
  background-color: var(--fa-pereira-colour);
  background-image: none;
  padding-left: 20px;
  padding-right: 20px;
}

.video-section {
  height: 900px;
  position: relative;
}

.video-content {
  z-index: 20;
  color: #fff;
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.book-now-button {
  color: #f6f9fe;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: .5px solid #fff;
  align-self: center;
  margin-top: 32px;
  padding: 10px 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all .3s linear;
}

.book-now-button:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.background-video {
  z-index: 15;
  background-color: #000000cf;
  height: 900px;
  position: absolute;
  inset: 0%;
}

.footer {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.footer-container {
  color: #fff;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-links-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template: "."
  / .25fr .5fr 1fr;
  grid-auto-columns: 3fr;
  grid-auto-flow: column;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-logo {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link {
  color: #e5eaef;
  letter-spacing: 1px;
  justify-content: space-around;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: color .3s linear;
  display: inline-block;
}

.footer-link:hover {
  color: #828282;
}

.footer-link.w--current {
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.footer-text {
  color: gray;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer-text.w--current {
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.header-section {
  background-color: var(--faded-black);
  color: #fff;
  background-image: linear-gradient(#000000b3, #0000 50%), linear-gradient(to top, #0006 50%, #0000), url('../images/5ce3f7f172640665c0fa5a5e_asset-9.jpg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  position: relative;
}

.header-section.utility-pages {
  background-image: linear-gradient(#000000b3, #0000 50%), linear-gradient(to top, #0006 50%, #0000), url('../images/5ce3f7f172640665c0fa5a5e_asset-9.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  padding-bottom: 20px;
}

.title-holder {
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.title-holder.top {
  flex-direction: row;
  align-items: center;
  margin-top: 0;
}

.style-guide-inner {
  flex-direction: column;
  align-items: stretch;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.holder {
  text-align: center;
}

.license-image {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.content-holder {
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.content-holder.buttons {
  background-color: #828282;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
  display: flex;
}

.content-holder.left-right {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-holder.links {
  background-color: #282828;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.black-link {
  color: var(--faded-black);
}

.black-link:hover {
  text-decoration: underline;
}

.block-holder {
  margin-top: 60px;
  margin-bottom: 100px;
  position: relative;
}

.block-holder.top {
  margin-top: 0;
}

.license-item {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.video-source, .image-width {
  width: 60vw;
}

.style-guide-licensing-holder {
  padding: 5% 5% 2%;
}

.license-item-info {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 10%;
  display: flex;
}

.main-color-3 {
  background-color: #828282;
  width: 33.33%;
  height: 50px;
}

.main-color-1 {
  background-color: #000;
  width: 33.33%;
  height: 50px;
}

.main-color-5 {
  background-color: #e5eaef;
  width: 33.33%;
  height: 50px;
}

.colors-holder {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.links-align {
  justify-content: space-between;
  align-items: center;
  width: 25%;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.underline {
  text-decoration: underline;
}

.main-color-6 {
  background-color: #f6f9fe;
  width: 33.33%;
  height: 50px;
}

.button-holder {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.main-color-2 {
  background-color: #282828;
  width: 33.33%;
  height: 50px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.main-button {
  color: #f6f9fe;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #000;
  border: .5px solid #fff;
  margin-top: 20px;
  padding: 10px 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all .3s linear;
}

.main-button:hover {
  color: #fff;
  background-color: #282828;
  border-color: #000;
}

.form {
  color: #000;
  text-align: center;
}

.utility-page-content {
  text-align: center;
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  display: flex;
}

.icon-404 {
  filter: contrast(30%);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dark-gray-404 {
  color: var(--white);
  margin-bottom: 10px;
}

.wrap-not-found {
  flex: 1;
  align-self: center;
  margin: 175px auto auto;
  display: block;
}

.imput-wrap {
  margin-top: -26px;
}

.field-label {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.success-message {
  background-color: var(--alice-black);
  color: #000;
  border: 1px solid #000;
}

.error-message {
  background-color: var(--alice-black);
  color: #000;
  border: 1px solid #000;
  padding-left: 30px;
  padding-right: 30px;
}

.imputs-wrap {
  display: flex;
}

.slide-nav {
  display: none;
}

.image {
  max-width: 200px;
}

.heading {
  color: var(--ghost-white);
}

.heading-2 {
  color: var(--fa-pereira-colour);
  font-size: 60px;
}

.heading-2._2 {
  color: var(--white);
  text-align: center;
}

.image-2, .image-3 {
  max-width: none;
  max-height: 100%;
}

.image-4 {
  min-width: auto;
  max-width: none;
  max-height: 100%;
}

.image-9 {
  object-fit: contain;
  object-position: 100% 100%;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  max-width: none;
  max-height: 100%;
  display: block;
}

.image-9.tall {
  max-width: 100%;
  max-height: none;
}

.main-button-copy {
  color: #f6f9fe;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #000;
  border: .5px solid #fff;
  margin-top: 20px;
  padding: 10px 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all .3s linear;
}

.main-button-copy:hover {
  color: #fff;
  background-color: #282828;
  border-color: #000;
}

.tabs-menu {
  object-fit: fill;
  background-color: #0000;
  flex-direction: row;
  display: block;
  overflow: visible;
}

.text-block, .tabs {
  display: block;
}

.tab-link-kitchens {
  color: #fff;
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.tab-link-kitchens:hover {
  background-color: #ba985033;
}

.tab-link-kitchens.w--current {
  background-color: var(--fa-pereira-colour);
  display: inline-block;
}

.tab-link-kitchens.w--current:hover {
  background-color: var(--fa-pereira-colour);
  color: #fff;
}

.image-10, .image-11 {
  max-width: none;
  max-height: 100%;
}

.image-11.tall {
  max-width: 100%;
  max-height: none;
}

.body {
  min-width: 100vw;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: flex;
}

.paragraph {
  text-align: left;
  flex: 0 auto;
  line-height: 20px;
}

.paragraph.t-c-s {
  margin-top: 107px;
}

.contact-div {
  padding-left: 30px;
  padding-right: 30px;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.italic-text {
  color: var(--fa-pereira-colour);
}

.numbers {
  color: var(--fa-pereira-colour);
  font-size: 100px;
}

.div-block-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/FA-pereira-Image-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-width: 100vw;
  min-height: 100vh;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 71px;
  display: inline-block;
}

.div-block-3 {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 220px;
  padding-right: 220px;
  display: flex;
}

.html-embed {
  margin-left: 0;
  margin-right: 0;
  padding-left: 220px;
  padding-right: 220px;
}

.subheading {
  margin-top: 39px;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 30px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner {
    height: 700px;
  }

  .imputs {
    flex: 1;
  }

  .header {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
  }

  .nav-menu {
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-top: 10%;
    display: flex;
  }

  .menu-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 20px;
  }

  .menu-button.w--open {
    background-color: #0000;
    padding-right: 0;
  }

  .wrap-banner-content {
    width: 100%;
  }

  .booking-base {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    color: var(--dim-grey);
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    line-height: 150px;
  }

  .nav-link:hover {
    background-color: #282828;
    border-bottom-color: #0000;
  }

  .icon-navbar {
    color: var(--fa-pereira-colour);
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 80px;
    display: flex;
  }

  .room-gallery-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .slide-image {
    height: 450px;
  }

  .gray {
    text-align: center;
    margin-bottom: 0;
  }

  .slide-base {
    padding: 40px;
  }

  .slider-arrow-left {
    background-size: 10px;
    width: 8%;
  }

  .room-gallery-slider-mask {
    width: 85%;
  }

  .dark-section {
    padding-top: 70px;
  }

  .benefits-description {
    font-size: 50px;
  }

  .benefits-title {
    font-size: 40px;
    line-height: 50px;
  }

  .big-shelter-image {
    height: 400px;
  }

  .feature {
    height: 150px;
  }

  .lightbox-link {
    height: 250px;
  }

  .small-width-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .card-holder {
    justify-content: center;
  }

  .content-left-align-wrap {
    float: none;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 70px;
    margin-right: 0;
  }

  .cards-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .big-container {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 0;
  }

  .video-section, .background-video {
    height: 500px;
  }

  .footer-links-wrap {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-areas: "."
                         ".";
    grid-auto-columns: .25fr;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    display: flex;
  }

  .footer-logo.w--current {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 10px;
    display: flex;
  }

  .header-section.utility-pages {
    padding-bottom: 0;
  }

  .content-holder.buttons {
    justify-content: space-around;
  }

  .block-holder.top {
    margin-bottom: 70px;
  }

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

  .video-source {
    width: 100vw;
  }

  .image-width {
    width: 100%;
  }

  .style-guide-licensing-holder {
    padding: 10% 20px;
  }

  .license-item-info {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .links-align {
    width: 50%;
  }

  .button-holder {
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-404 {
    width: 33%;
  }

  .heading-2._1 {
    color: var(--white);
  }

  .grid {
    flex-flow: wrap;
    justify-content: center;
  }

  .contact-div {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .heading-3 {
    margin-bottom: 26px;
  }

  .section-2 {
    flex-wrap: wrap;
    padding-left: 0;
    display: flex;
  }

  .div-block-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .html-embed {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }

  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .banner {
    height: 500px;
  }

  .imputs {
    flex-direction: column;
    align-items: stretch;
  }

  .menu-button {
    margin-left: auto;
    padding: 5% 0 5% 20px;
  }

  .logo {
    width: 35px;
    margin-right: auto;
    padding-left: 0;
  }

  .main-book-now-button {
    width: 100%;
    height: 70px;
  }

  .booking-base {
    height: 100%;
    margin-top: 0;
  }

  .scroll-down {
    background-position: 50% 60%, 50% 100%;
    background-size: 15px, auto;
    display: none;
  }

  .imput {
    border-bottom-style: solid;
    border-bottom-color: #fff;
  }

  .icon-navbar {
    line-height: 20px;
  }

  .banner-content-middle {
    padding-top: 10%;
  }

  .room-gallery-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .margin-bottom {
    font-size: 60px;
  }

  .room-gallery-slide {
    margin-right: 0;
  }

  .slide-wrap {
    flex-direction: column;
  }

  .slide-image {
    align-items: flex-start;
    width: 100%;
  }

  .gray {
    text-align: center;
    padding-top: 15px;
  }

  .slide-base {
    width: 100%;
    padding: 20px 20px 10px;
  }

  .slider-arrow-left {
    width: 8%;
  }

  .room-gallery-slider {
    margin-top: 30px;
  }

  .dark-section {
    padding-top: 50px;
  }

  .benefits-list {
    width: 100%;
  }

  .benefits-description {
    margin-bottom: 0;
    font-size: 30px;
  }

  .benefits-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .benefits {
    flex-direction: column;
    margin-top: 50px;
  }

  .lightbox-link {
    height: 250px;
  }

  .text-span-big {
    font-size: 80px;
    line-height: 15px;
  }

  .card-holder {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .content-left-align-wrap {
    text-align: center;
    align-items: center;
  }

  .cards-wrap {
    flex-wrap: wrap;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .video-section {
    height: 400px;
  }

  .book-now-button {
    padding: 25px 15%;
  }

  .background-video {
    height: 400px;
  }

  .footer-links-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: ".";
    height: 160px;
  }

  .footer-logo {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: auto;
  }

  .footer-logo.w--current {
    align-items: center;
  }

  .footer-text, .content-holder.left-right {
    flex-direction: column;
  }

  .links-align {
    width: 70%;
  }

  .main-button {
    padding-left: 5%;
    padding-right: 5%;
  }

  .imput-wrap {
    width: 100%;
  }

  .error-message {
    padding-left: 13px;
    padding-right: 13px;
  }

  .heading-2, .heading-2._1 {
    font-size: 60px;
  }

  .main-button-copy {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid {
    place-content: center space-between;
  }

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

  .numbers {
    padding-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .banner {
    background-image: linear-gradient(#000000b3, #0000 60%), linear-gradient(to top, #0006 70%, #0000), url('../images/5ce3f7f172640665c0fa5a5e_asset-9.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, scroll;
    height: 550px;
  }

  .header {
    padding-top: 0;
  }

  .nav-menu {
    align-content: space-around;
  }

  .menu-button {
    padding-top: 8%;
    padding-bottom: 7%;
  }

  .logo {
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .main-book-now-button {
    height: 60px;
  }

  .booking-base {
    margin-bottom: 0;
  }

  .nav-link {
    justify-content: center;
  }

  .imput {
    border-right-style: none;
    height: 45px;
  }

  .icon-navbar {
    height: auto;
  }

  .slide-image {
    align-items: flex-end;
    height: 300px;
  }

  .slide-base {
    max-width: 373px;
    padding: 20px;
  }

  .slider-arrow-left {
    background-position: 0%;
    width: 15%;
  }

  .slider-arrow-left.slider-arrow-right {
    background-position: 100%;
  }

  .big-shelter-image {
    height: 200px;
  }

  .feature {
    width: 100%;
    height: 120px;
  }

  .lightbox-link {
    height: 350px;
  }

  .shelter-benefits {
    flex-direction: column;
  }

  .gallery-slide-lightbox {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-width-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card-holder-image {
    margin-top: -40%;
  }

  .card-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    min-width: 280px;
    display: flex;
  }

  .content-left-align-wrap {
    margin-bottom: 50px;
  }

  .card-contents {
    height: 200px;
  }

  .cards-wrap {
    clear: left;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    display: flex;
  }

  .card-aling-image {
    align-items: flex-start;
  }

  .big-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .video-section, .background-video {
    height: 600px;
  }

  .footer-links-wrap {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .content-holder.links {
    flex-direction: column;
  }

  .license-item {
    flex-direction: column;
    margin-bottom: 10%;
  }

  .style-guide-licensing-holder {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .license-item-info {
    padding-left: 0%;
  }

  .links-align {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .wrap-not-found {
    padding-left: 28px;
    padding-right: 28px;
  }

  .imput-wrap {
    margin-top: 0;
  }

  .field-label {
    background-color: var(--faded-black);
    color: var(--alice-black);
    text-align: center;
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 24px;
  }

  .image-5, .image-6, .image-7, .image-8, .image-9 {
    max-width: none;
    max-height: 100%;
  }

  .main-button-copy {
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .grid {
    flex-direction: row;
    align-items: center;
  }
}

#w-node-_2be768ce-3fcc-f912-3d48-a6625981f07a-5981f070 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2be768ce-3fcc-f912-3d48-a6625981f07a-5981f070 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2be768ce-3fcc-f912-3d48-a6625981f07a-5981f070 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}


