.hero-section {
  height: 100vh;
  background-image: url('../images/Hero-loading.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  background-color: hsla(0, 0%, 100%, .8);
}

.hero-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .01), rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .03)), url('../images/Hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .01), rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .03)), url('../images/Hero.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.brand-logo {
  margin-top: 15px;
  margin-left: 20px;
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.brand-logo:hover {
  -webkit-filter: grayscale(100%) brightness(50%);
  filter: grayscale(100%) brightness(50%);
}

.body {
  font-family: Montserrat, sans-serif;
}

.nav-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: rgba(51, 51, 51, .7);
  font-size: 12px;
  text-transform: uppercase;
}

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

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

.hero-heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 46px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.hero-container {
  padding-right: 10px;
  padding-left: 10px;
}

.hero-subheading {
  margin-top: 10px;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.hero-icon {
  display: block;
  width: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: color 400ms ease, font-size 400ms ease;
  transition: color 400ms ease, font-size 400ms ease;
  font-family: 'Fontawesome webfont', sans-serif;
  color: hsla(0, 0%, 100%, .75);
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

.hero-icon:hover {
  color: #fff;
  font-size: 60px;
}

.hero-link-block {
  display: block;
  width: 80px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.image-background {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/reach-lobby.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/reach-lobby.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.image-background-2 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('../images/Reach-Kitchen-Dining.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('../images/Reach-Kitchen-Dining.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.image-background-3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Rise-Lobby.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Rise-Lobby.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.image-background-4 {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('../images/Outdoor-Oasis.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .85), hsla(0, 0%, 100%, .85)), url('../images/Outdoor-Oasis.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #222;
}

.section.more-margin {
  padding-top: 80px;
}

.section-heading {
  margin-top: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  color: #666;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.section-heading.headingwhite {
  border-bottom-color: #fff;
  color: #fff;
}

.section-subheading {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #888;
  font-size: 20px;
  line-height: 24px;
  font-weight: 200;
  text-align: center;
  text-transform: none;
}

.section-subheading.subheading-white {
  color: silver;
}

.nav-menu {
  margin-right: 20px;
}

.list-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
}

.property-heading {
  margin-top: 0px;
  margin-bottom: 3px;
  color: #888;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-title {
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  color: #888;
  font-size: 22px;
  line-height: 26px;
  font-weight: 300;
  text-transform: uppercase;
}

.property-photo-div {
  width: 100%;
  height: 120px;
  float: left;
  background-image: url('../images/Photo27148500-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.unit {
  width: 48%;
  margin: 1%;
  padding: 1%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #eee;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.unit:hover {
  background-color: #f5f5f5;
}

.property-description {
  width: 65%;
  padding-left: 10px;
  float: right;
}

.property-price {
  color: #666;
  font-weight: 500;
}

.text-small {
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
}

.property-area {
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
}

.property-feature {
  color: #666;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}

.feature-icon {
  font-family: 'Fontawesome webfont', sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
}

.feature-row {
  margin-top: 3px;
}

.property-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #d3d3d3;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, color 200ms ease;
  color: #888;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
}

.property-button:hover {
  border-color: #666;
  background-color: #666;
  color: #fff;
}

.button-row {
  margin-top: 4px;
}

.property-photo-link {
  width: 35%;
  margin-bottom: -8px;
}

.button-row-mobile {
  margin-top: 4px;
}

.list-item {
  margin-bottom: 10px;
  color: #666;
  font-weight: 400;
}

.list-item.item-white {
  color: #dadada;
}

.section-button {
  display: block;
  width: 240px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid #d3d3d3;
  background-color: hsla(0, 0%, 100%, .8);
  -webkit-transition: background-color 400ms ease, border-color 400ms ease, color 200ms ease;
  transition: background-color 400ms ease, border-color 400ms ease, color 200ms ease;
  color: #666;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

.section-button:hover {
  border-color: #666;
  background-color: hsla(0, 0%, 40%, .8);
  color: #fff;
}

.field-label {
  font-weight: 400;
  text-transform: uppercase;
}

.footer-link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #888;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.column-left {
  text-align: left;
}

.column-right {
  text-align: right;
}

.footer-text {
  color: #888;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.lightbox-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.text-field {
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
}

.text-field:focus {
  border: 1px solid #000;
}

.footer-image {
  height: 20px;
}

.table-head {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.table-row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.table-row:hover {
  background-color: #f5f5f5;
}

.table-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: #888;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hero-image {
    background-position: 0px 0px, 50% 100%;
  }
  .brand-logo {
    margin-left: 10px;
  }
  .hero-heading {
    font-size: 40px;
    line-height: 44px;
  }
  .hero-subheading {
    font-size: 28px;
    line-height: 32px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-heading {
    font-size: 26px;
    line-height: 30px;
  }
  .section-subheading {
    font-size: 16px;
    line-height: 20px;
  }
  .nav-menu {
    top: 0px;
    right: 0px;
    margin-top: 60px;
    margin-right: 0px;
    background-color: hsla(0, 0%, 100%, .9);
  }
  .property-heading {
    font-size: 16px;
  }
  .section-title {
    font-size: 18px;
    line-height: 22px;
  }
  .property-photo-div {
    height: 90px;
  }
  .property-description {
    padding-left: 5px;
  }
  .property-feature {
    font-size: 7px;
  }
  .feature-icon {
    font-size: 12px;
  }
  .feature-row {
    margin-top: 5px;
  }
  .property-photo-link {
    margin-bottom: 0px;
  }
  .menu-button.w--open {
    background-color: #888;
  }
  .column-center {
    text-align: center;
  }
  .footer-image {
    height: 30px;
  }
}

@media (max-width: 767px) {
  .hero-section {
    background-position: 0px 100%;
  }
  .hero-image {
    background-position: 0px 0px, 0px 100%;
  }
  .brand-logo {
    margin-left: 10px;
  }
  .hero-subheading {
    font-size: 26px;
    line-height: 30px;
  }
  .section-heading {
    font-size: 22px;
    line-height: 26px;
  }
  .section-subheading {
    font-size: 14px;
    line-height: 18px;
  }
  .property-heading {
    font-size: 14px;
  }
  .property-photo-div {
    height: 110px;
  }
  .unit {
    width: 98%;
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .property-description {
    width: 70%;
  }
  .property-feature {
    font-size: 11px;
  }
  .property-photo-link {
    width: 30%;
  }
  .column {
    padding-left: 0px;
  }
  .column-2 {
    padding-left: 0px;
  }
  .column-3 {
    padding-right: 0px;
  }
  .column-left {
    text-align: center;
  }
  .footer-text {
    text-align: center;
  }
  .footer-image {
    margin-bottom: 5px;
  }
  .table-head {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }
  .table-row {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }
  .table-footer {
    font-size: 10px;
  }
}

@media (max-width: 479px) {
  .hero-section {
    background-position: -89px 0px;
  }
  .hero-image {
    background-position: 0px 0px, -89px 0px;
  }
  .property-heading {
    line-height: 18px;
    text-align: center;
  }
  .section-title {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .property-photo-div {
    width: 100%;
    height: 140px;
  }
  .property-description {
    width: 100%;
    margin-top: 5px;
    padding-left: 0px;
  }
  .property-price {
    text-align: center;
  }
  .property-area {
    text-align: center;
  }
  .property-feature {
    text-align: center;
  }
  .feature-row {
    margin-left: -10px;
  }
  .property-photo-link {
    width: 100%;
  }
  .button-row-mobile {
    margin-top: 100px;
  }
  .column {
    padding-left: 10px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}