@font-face {
  font-family: Modesto;
  src: url('../fonts/fonnts.com-Modesto-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Modesto;
  src: url('../fonts/fonnts.com-Modesto-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  line-height: 1.25;
}

.navbar {
  z-index: 250;
  background-color: #005d03;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.navbar-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 50px 20px;
}

.navbar-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  display: flex;
}

.nav-menu-wrapper {
  width: 100%;
}

.nav-menu-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  padding: 5px 10px;
  text-decoration: none;
  transition: all .5s;
}

.nav-link:hover {
  color: #ffae42;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #ffae42;
  border-bottom: 1px solid #ffae42;
}

.nav-dropdown {
  width: 100%;
}

.nav-dropdown-toggle {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  padding: 5px 10px;
  transition: all .5s;
}

.nav-dropdown-toggle:hover {
  color: #ffae42;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: #ffae42;
  position: relative;
}

.nav-dropdown-link {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: all .5s;
}

.nav-dropdown-link:hover {
  background-color: #ffc77d;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: #000;
  text-decoration: underline;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.home-photo-section {
  background-image: url('../images/the-shadow-exterior-05-07-2026.jpeg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-end;
  width: 75%;
  height: 100vh;
  max-height: 100vh;
  margin-left: auto;
  padding-bottom: 100px;
  display: flex;
}

.navbar-logo {
  width: 100%;
}

.list-item {
  text-align: center;
  width: 100%;
  font-family: Modesto, Palatino Linotype, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.map-container {
  width: 100%;
  max-width: 100%;
}

.home-page-section {
  background-color: #ffae42bf;
  width: 75%;
  margin-left: auto;
  margin-right: 0;
}

.code-embed {
  height: 400px;
}

.footer-section {
  background-color: #005d03;
  width: 75%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-container {
  width: 100%;
  max-width: 1140px;
}

.footer-text {
  color: #fff;
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 12px;
}

.welcome-container {
  width: 100%;
  max-width: 100%;
  padding: 20px 20px 40px;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Modesto, Palatino Linotype, sans-serif;
  line-height: 1.25;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-page-logo {
  width: 35%;
  max-width: 35%;
}

.home-button {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 3px solid #000;
  border-radius: 10px;
  font-family: Modesto, Palatino Linotype, sans-serif;
  font-size: 24px;
  transition: all .5s;
}

.home-button:hover {
  color: #ffae42;
  background-color: #005d03;
  border-color: #ffae42;
}

.home-page-button-div {
  justify-content: space-around;
  margin-top: 20px;
  display: flex;
}

.zzlocal-link {
  color: #ffae42;
}

.pantall-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Modesto, Palatino Linotype, sans-serif;
  font-size: 24px;
}

.nav-divider-block {
  background-color: #ffae42;
  width: 100%;
  height: 2px;
}

.page-header-section {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 75%;
  height: 100vh;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 100px;
  display: flex;
}

.page-header-section.history {
  background-image: linear-gradient(#ffae4200 75%, #ffae42), url('../images/history-cover.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-end;
}

.page-header-section.renovations {
  background-image: linear-gradient(#fff0 75%, #fff), url('../images/renovation-header-photo.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 75%;
  background-attachment: scroll, fixed;
  justify-content: flex-end;
  align-items: stretch;
  height: 75vh;
}

.page-header-section.retail {
  background-image: linear-gradient(#ffae4200 75%, #ffae42), url('../images/retail-space-holder.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  height: 50vh;
}

.page-header-section.contact {
  background-image: linear-gradient(#fff0 75%, #fff), url('../images/the-shadow-exterior.jpeg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  height: 50vh;
}

.page-header-container {
  width: 100%;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
}

.page-header-div {
  background-color: #ffffffbf;
  border-radius: 10px;
  padding: 20px;
}

.page-title-heading {
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Modesto, Palatino Linotype, sans-serif;
  font-size: 42px;
  line-height: 1;
}

.page-about-section {
  width: 75%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 60px;
}

.page-about-section.yellow {
  background-color: #ffae42;
}

.page-about-section.map {
  padding-top: 0;
  padding-bottom: 0;
}

.page-about-container {
  width: 100%;
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
}

.page-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Modesto, Palatino Linotype, sans-serif;
  font-size: 36px;
  line-height: 1;
}

.page-heading.top-margin {
  margin-top: 40px;
}

.center-paragraph {
  text-align: center;
}

.history-date-div {
  margin-top: 30px;
}

.history-photo-div {
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.history-image {
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 2px 5px #00000080;
}

.page-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.progress-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Modesto, Palatino Linotype, sans-serif;
  font-size: 32px;
  line-height: 1;
}

.progress-div {
  margin-top: 30px;
}

.photo-container {
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.lightbox {
  border: 3px solid #005d03;
  border-radius: 20px;
  width: 15%;
}

.lightbox-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lightbox-thumb {
  border-radius: 16px;
}

.retail-flex-div {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.retail-space-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #005d03;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 15px;
  display: flex;
}

.retail-space-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Modesto, Palatino Linotype, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.retail-paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
}

.retail-paragraph.availability {
  color: #ffae42;
  font-style: italic;
  font-weight: 700;
}

.form-div {
  margin-top: 20px;
}

.map-code {
  height: 400px;
}

@media screen and (max-width: 991px) {
  .navbar {
    width: 35%;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .home-photo-section {
    background-position: 25%;
    width: 65%;
  }

  .home-page-section, .footer-section {
    width: 65%;
  }

  .pantall-text {
    font-size: 18px;
  }

  .page-header-section {
    width: 65%;
  }

  .page-header-section.history {
    background-position: 0 0, 0%;
  }

  .page-header-section.renovations {
    background-position: 0 0, 100% 0;
    background-size: auto, 65%;
    height: 60vh;
  }

  .page-about-section {
    width: 65%;
  }

  .lightbox {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    flex-flow: row;
    width: 100%;
    height: auto;
  }

  .navbar-container {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-wrapper {
    flex-flow: row;
  }

  .navbar-brand {
    width: 15%;
    padding-left: 0;
  }

  .navbar-brand.w--current {
    width: 20%;
  }

  .nav-menu-wrapper {
    background-color: #005d03;
  }

  .nav-menu-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 20px;
    flex-flow: row;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    width: 75%;
    display: flex;
  }

  .nav-dropdown:hover {
    color: #ffae42;
  }

  .nav-dropdown-toggle {
    width: 75%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    color: #fff;
    border-radius: 10px;
  }

  .menu-button.w--open {
    color: #005d03;
    background-color: #fff;
  }

  .home-photo-section {
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    min-height: 500px;
    max-height: none;
    margin-top: 100px;
  }

  .list-item:hover {
    color: #ffae42;
  }

  .home-page-section, .footer-section {
    width: 100%;
  }

  .home-page-logo {
    width: 50%;
    max-width: 50%;
  }

  .pantall-text {
    font-size: 14px;
  }

  .nav-divider-block {
    display: none;
  }

  .page-header-section {
    width: 100%;
  }

  .page-header-section.history {
    background-position: 0 0, 40%;
    height: auto;
    min-height: 500px;
  }

  .page-header-section.renovations {
    background-position: 0 0, 50%;
    background-size: auto, 100%;
    height: auto;
    min-height: 500px;
  }

  .page-header-section.retail {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: auto;
    min-height: 500px;
  }

  .page-header-section.contact {
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: auto;
    min-height: 400px;
  }

  .page-about-section {
    width: 100%;
  }
}

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

  .navbar-brand {
    width: 25%;
  }

  .navbar-brand.w--current {
    width: 35%;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-photo-section {
    background-position: 50%;
    height: 750px;
    min-height: auto;
    max-height: 750px;
  }

  .home-page-logo {
    width: 100%;
    max-width: 100%;
  }

  .home-page-button-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
  }

  .page-header-section.history {
    height: 75vh;
  }

  .page-header-section.renovations {
    background-position: 0 0, 0%;
    background-size: auto, cover;
    padding-bottom: 40px;
  }

  .lightbox {
    width: 45%;
  }

  .retail-flex-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .retail-space-div {
    width: 100%;
  }
}


@font-face {
  font-family: 'Modesto';
  src: url('../fonts/fonnts.com-Modesto-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Modesto';
  src: url('../fonts/fonnts.com-Modesto-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}