:root {
  --gray-dark: #232221;
  --gold-01: #e0ab3d;
  --off-white-01: #d1d1d1;
  --brown-02: #3b3529;
  --black: black;
  --brown-01: #886e37;
  --white: white;
}

.slideshow_container {
  flex-flow: column;
  width: 100%;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lightbox-link {
  flex-flow: column;
  width: 100%;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.div-block, .hero-div {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.body {
  background-color: var(--gray-dark);
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  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: 4px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.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 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

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

.top-info-holder {
  background-color: var(--gold-01);
  justify-content: space-between;
  margin-bottom: 0;
  padding: 5px 50px;
  display: flex;
}

.address-holder {
  color: var(--gray-dark);
  text-decoration: none;
}

.right-side-holder {
  margin-right: 0;
  display: flex;
}

.link-block {
  color: var(--gray-dark);
  margin-right: 20px;
  text-decoration: none;
}

.link-block-2, .link-block-3 {
  margin-right: 20px;
}

.hero-container {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-container {
  opacity: .2;
  width: 100%;
  height: 80vh;
  display: block;
  overflow: visible;
}

.slider-container.footer-photos {
  opacity: 1;
}

.slide {
  background-image: url('../images/BE_image_04.webp');
  background-position: 50%;
  background-size: cover;
}

.slider {
  pointer-events: none;
  height: 80vh;
}

.slide-2 {
  background-image: url('../images/BE_image_12.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3, .slide-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-5 {
  background-image: url('../images/BE_image_12.webp'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.slide-6 {
  background-image: url('../images/BE_image_01.webp');
  background-position: 50% 65%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/BE_image_11.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/BE_image_20.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/BE_image_05.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/BE_image_06.webp');
  background-position: 50% 10%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/BE_image_03.webp');
  background-position: 50% 0;
  background-size: cover;
}

.slide-12 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-13 {
  background-image: url('../images/BE_image_03.webp'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.slide-14 {
  background-image: url('../images/BE_image_17.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/BE_image_15.webp');
  background-position: 50%;
  background-size: cover;
}

.left-arrow, .right-arrow, .slide-nav {
  display: block;
}

.about-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 100px;
  display: flex;
}

.text---container {
  flex-flow: column;
  width: 40%;
  display: inline-flex;
}

.about-text-container {
  width: auto;
  padding-bottom: 25px;
}

.heading {
  color: var(--gold-01);
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.heading.centered {
  text-align: center;
  font-size: 28px;
  line-height: 38px;
}

.paragraph {
  color: var(--off-white-01);
  font-size: 16px;
}

.paragraph-2 {
  text-transform: none;
}

.paragraph-3 {
  color: #d1d1d1;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.hours-container-double {
  flex-flow: column;
  display: flex;
}

.hours-text-holder, .live-hours-text-container {
  width: auto;
}

.line-vertical {
  background-color: var(--gold-01);
  width: 1px;
  max-width: 1px;
  margin-top: 25px;
  margin-left: 40px;
  margin-right: 40px;
  display: block;
  position: static;
}

.bold-text {
  font-weight: 600;
}

.hero-overlay-container {
  background-color: var(--gray-dark);
  opacity: 1;
  width: 100%;
  height: 80vh;
  margin-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.hero-logo-text-container {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: absolute;
}

.text-block {
  flex-flow: column;
  display: flex;
}

.hero-text {
  color: var(--gold-01);
  text-align: center;
  flex-flow: column;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  display: flex;
}

.hero-logo-horiz {
  object-fit: scale-down;
  margin-bottom: 20px;
  display: block;
}

.footer-container {
  background-color: var(--brown-02);
}

.footer-info-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  padding: 100px;
  display: flex;
}

.footer-col1-container {
  width: 25%;
}

.heading-copy, .heading-footer {
  color: var(--gold-01);
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-footer {
  color: #d1d1d1;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}

.bold-text-2 {
  color: var(--gold-01);
}

.link {
  color: var(--off-white-01);
  text-decoration: none;
}

.social-holder {
  width: auto;
  margin-bottom: 31px;
}

.link-2 {
  color: var(--off-white-01);
  text-decoration: none;
}

.hero-logo-ornate {
  object-fit: scale-down;
  margin-bottom: 20px;
  display: none;
}

.link-3 {
  color: var(--gold-01);
  text-decoration: none;
}

.slider-footer {
  pointer-events: none;
  height: 80vh;
}

.link-4 {
  color: var(--gold-01);
  text-decoration: none;
}

.header-image-container {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image {
  height: 80px;
}

.thankyou-container {
  background-image: url('../images/image_for_behind_rental_form.jpg');
  background-position: 70%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
}

.thanks-holder {
  flex-flow: column;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.return-text-link {
  color: var(--gold-01);
  text-align: center;
  margin-top: 25px;
  font-family: Open Sans, sans-serif;
}

.link-5 {
  color: var(--gold-01);
  text-decoration: none;
}

.link-6 {
  color: var(--gold-01);
  -webkit-text-stroke-color: var(--gold-01);
  text-decoration: underline;
}

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

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

  .slide {
    background-position: 75%;
  }

  .slide-7 {
    background-position: 15%;
  }

  .slide-9 {
    background-position: 100% 100%;
  }

  .slide-13 {
    background-image: url('../images/BE_image_03.webp');
    background-position: 100% 0;
    background-size: cover;
  }

  .about-container {
    padding: 80px;
  }

  .footer-info-container {
    padding: 80px 50px;
  }

  .thanks-holder {
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .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: #1a1b1fbf;
  }

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

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

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

  .top-info-holder {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-side-holder {
    justify-content: center;
  }

  .link-block, .link-block-2, .link-block-3 {
    margin-right: 10px;
  }

  .slider-container, .slider {
    height: 70vh;
  }

  .about-container {
    flex-flow: column;
  }

  .text---container {
    width: 100%;
  }

  .about-text-container.tighten-gap {
    margin-top: -49px;
  }

  .heading {
    font-size: 26px;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-overlay-container {
    height: 70vh;
  }

  .hero-logo-text-container {
    width: 80%;
  }

  .hero-text {
    font-weight: 400;
  }

  .footer-info-container {
    flex-flow: column;
    padding: 80px;
  }

  .footer-col1-container {
    width: 100%;
  }

  .heading-copy {
    font-size: 26px;
  }

  .heading-footer {
    text-align: center;
    margin-top: 0;
    font-size: 22px;
  }

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

  .slider-footer {
    height: 70vh;
  }

  .thanks-holder {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .top-info-holder {
    background-color: var(--gold-01);
    flex-flow: column;
  }

  .address-holder, .right-side-holder {
    align-self: center;
  }

  .about-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-text {
    font-size: 16px;
    font-weight: 300;
  }

  .hero-logo-horiz {
    display: none;
  }

  .footer-info-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-logo-ornate {
    display: block;
  }

  .thanks-holder {
    margin-left: 20px;
    margin-right: 20px;
  }
}


