:root {
  --pms8005c: #928474;
  --dark-slate-gray-2: #404047;
  --light-gray: #d4d4d4;
  --dark-khaki: #a8d069;
  --sandy-brown: #f8c740;
  --dark-slate-gray-3: #333;
  --silver: #bec3c7;
  --white-smoke-2: #f0f0f0;
  --dim-gray-3: #5d5d5d;
  --light-sea-green-2: #20ac99;
  --salmon-2: #fc7d64;
  --indian-red-2: #af4173;
  --steel-blue-2: #2e80b6;
  --tan: #d39f9a;
  --indian-red: #cf404d;
  --firebrick: #bf3a30;
  --white-smoke-4: #f3f3f3;
  --light-sea-green: #25ccbf;
  --white-smoke-3: #edeff2;
  --white-smoke: #ecf0f1;
  --dim-gray: #735260;
  --tomato: #e64c40;
  --khaki: #face6a;
  --steel-blue: #3b99d9;
  --goldenrod: #e2a62b;
  --dim-gray-2: #49647b;
  --salmon: #fd7072;
  --lavender: #e9e9e9;
  --sandy-brown-2: #e4b962;
  --medium-sea-green: #30ad64;
  --brown: #822e50;
  --dark-slate-gray: #2d3e4f;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

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

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

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

a, a:hover {
  color: #bf3a30;
  text-decoration: none;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navigation-link {
  color: silver;
  letter-spacing: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.navigation-link:hover, .navigation-link.w--current {
  color: #333;
}

.navigation-bar {
  text-transform: uppercase;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.navigation-menu {
  margin-top: 3px;
}

.brand-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 36px;
}

.section {
  background-color: #fff;
  padding-bottom: 63px;
  position: relative;
}

.social-icon-link {
  opacity: .87;
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: .3;
}

.footer {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.footer-text {
  color: #bbb;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
}

.photo-link-block {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
  transition: transform .2s, opacity .2s;
}

.photo-link-block:hover {
  opacity: .8;
  color: #333;
  text-decoration: none;
  transform: scale(1.02);
}

.blog-title {
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.byline {
  color: #ccc;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 18px;
}

.sidebar-title {
  margin-bottom: 29px;
}

.blog-link {
  color: #333;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.blog-link:hover {
  text-decoration: none;
}

.sidebar-divider {
  border-top: 1px solid #ccc;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.about-photo {
  padding-right: 30px;
}

.title {
  margin-top: 13px;
  margin-bottom: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.photo-page-title {
  text-align: left;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.photo-page-title.center {
  text-align: center;
}

.photo-info-text {
  color: #969696;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 17px;
}

.gallery-wrapper {
  margin-top: 56px;
}

.blog-list-item {
  min-height: 100px;
}

.blog-info-text {
  color: silver;
  text-transform: uppercase;
  font-size: 12px;
}

.small-blog-title {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.small-blog-link {
  color: #333;
  margin-bottom: 21px;
}

.small-blog-link:hover {
  text-decoration: none;
}

.small-list {
  text-align: right;
}

.photo-row {
  border-bottom: 1px solid #0000002b;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

.description-text {
  margin-bottom: 23px;
}

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

.quick-stack {
  padding: 87px;
}

.floorplan {
  background-color: #dbd6d1;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 45vw;
  height: 100vh;
  padding: 38px;
  box-shadow: 0 0 20px 5px #0003;
}

.container {
  justify-content: space-between;
  width: 100vw;
  display: flex;
}

.div-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 60vw;
  padding: 41px 41px 41px 40px;
  display: flex;
}

.div-block-2 {
  z-index: 5;
  background-color: #64553a78;
  background-image: linear-gradient(360deg, #2e211273 18%, #a591804d);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 40vw;
  height: 100%;
  padding: 50px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.logo {
  flex: 1;
  align-items: flex-end;
  min-width: 50px;
  max-width: 200px;
  display: flex;
}

.heading {
  color: #e2cea4db;
  text-align: center;
  text-shadow: 0 0 30px var(--dark-slate-gray-2);
  flex-flow: column;
  padding: 80px 0 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
  display: flex;
}

.section-2 {
  flex-flow: column;
}

.div-block-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.image {
  width: 100%;
  height: 100%;
}

.div-block-4 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-5 {
  display: none;
}

.div-block-6 {
  padding-left: 30%;
  padding-right: 30%;
}

.div-block-7 {
  display: none;
}

.spacer {
  width: 40vw;
  height: 100%;
}

.body-2 {
  background-color: var(--pms8005c);
}

.div-block-2-copy {
  z-index: 5;
  background-color: #64553a78;
  background-image: linear-gradient(360deg, #2e211273 18%, #a591804d);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding: 50px 50px 80px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.heading-copy {
  color: #e2cea4db;
  text-align: center;
  letter-spacing: 3vw;
  text-shadow: 0 0 30px var(--dark-slate-gray-2);
  flex-flow: column;
  padding: 81px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 100;
  line-height: 50px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ecf0f1;
    text-align: center;
    padding: 9px 0;
  }

  .navigation-link:hover {
    color: #fff;
  }

  .hamburger-button {
    padding: 7px;
  }

  .hamburger-button.w--open {
    background-color: #000;
  }

  .navigation-menu {
    background-color: #000;
    margin-top: 0;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .section {
    padding-bottom: 0;
  }

  .floorplan {
    width: auto;
  }

  .div-block {
    width: 75vw;
  }

  .div-block-2 {
    width: 25vw;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .logo {
    flex: 0 auto;
    min-width: 20px;
  }

  .heading {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .div-block-3 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    flex: 0 auto;
  }

  .div-block-6 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .spacer {
    width: 25vw;
  }

  .div-block-2-copy {
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .heading-copy {
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    z-index: 1000;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hamburger-button {
    padding: 10px;
  }

  .brand-text {
    margin-top: 5px;
  }

  .footer {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .about-photo {
    margin-bottom: 32px;
    padding-right: 0;
  }

  .blog-list-item {
    margin-bottom: 26px;
  }

  .blog-info-text {
    margin-bottom: 7px;
  }

  .small-list {
    text-align: center;
    margin-top: 56px;
  }

  .blog-title-wrapper {
    text-align: center;
  }

  .floorplan {
    width: 70vw;
    height: auto;
    padding: 20px;
    position: relative;
  }

  .div-block {
    justify-content: flex-start;
    align-items: center;
    width: 80vw;
    padding: 20px;
    position: relative;
  }

  .div-block-2 {
    width: 20vw;
    padding: 20px 10px;
    inset: 0% auto 0% 0%;
  }

  .heading {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .image-2 {
    flex: 0 auto;
    width: auto;
    height: auto;
  }

  .image-3 {
    flex: none;
  }

  .div-block-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spacer {
    width: 20vw;
  }

  .div-block-2-copy {
    flex: 0 auto;
    padding: 30px 10px;
    inset: 0% auto 0% 0%;
  }

  .heading-copy {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .photo-link-block {
    margin-bottom: 0;
  }

  .photo-row {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .floorplan {
    flex-flow: column;
    align-items: center;
    width: auto;
    height: 80vh;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
  }

  .div-block {
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-top: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-image: linear-gradient(360deg, #2e2112bf 18%, #a591804d);
    justify-content: center;
    width: 100vw;
    height: 130px;
    padding: 10px;
    inset: auto 0% 0%;
  }

  .logo {
    display: none;
  }

  .heading {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-5 {
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .div-block-6 {
    display: none;
  }

  .div-block-7 {
    flex: 0 auto;
    height: 120px;
    display: block;
  }

  .spacer {
    flex: 0 auto;
    display: none;
  }

  .spacer.botton {
    flex: 0 auto;
    height: 500px;
    display: block;
  }

  .div-block-2-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-image: linear-gradient(360deg, #2e2112bf 18%, #a591804d);
    justify-content: center;
    padding: 10px;
    inset: auto 0% 0%;
  }

  .heading-copy {
    letter-spacing: 3vw;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
  }
}


