/* LESS Document */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
p,
ul,
li {
  color: #252627;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
}
ul {
  list-style: none;
  text-indent: -8px;
  margin-left: -20px;
}
ul li::before {
  content: "- ";
}
h1 {
  font-family: 'Cantata One', serif;
  font-size: 36px;
  font-weight: normal;
  width: 100%;
  background-color: #bfb48f;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 900px) and (max-width: 1100px) {
  h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 899px) {
  h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1100px) {
  h1.home-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 750px) and (max-width: 899px) {
  h1.home-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 560px) and (max-width: 749px) {
  h1.home-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 559px) {
  h1.home-title {
    font-size: 16px;
  }
}
h2 {
  font-family: 'Cantata One', serif;
  font-size: 30px;
  font-weight: normal;
  padding: 0;
  text-transform: uppercase;
  color: #252627;
  text-align: center;
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 999px) {
  h2 {
    font-size: 18px;
  }
}
h2 .head-wrap {
  background-color: #ffffff;
  padding: 5px 20px;
}
h2.with-line::before {
  display: inline-block;
  content: "";
  border-top: 1px solid #252627;
  width: 100%;
  margin-bottom: -27px;
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  h2.with-line::before {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 999px) {
  h2.with-line::before {
    margin-bottom: -15px;
  }
}
nav {
  font-family: 'PT Sans', sans-serif;
  background-color: #ffffff;
}
nav div.navbar-nav {
  background-color: #ffffff;
}
nav .inline-brand {
  padding: 0 10px;
}
nav .nav-link {
  color: #252627 !important;
  text-transform: uppercase;
  font-size: 16px;
}
nav .nav-link:hover {
  color: #564e58 !important;
  text-decoration: underline;
}
@media screen and (min-width: 1050px) {
  nav div.navbar-nav .navbar-brand img {
    height: 60px;
  }
  nav div.navbar-nav::before {
    content: "";
    position: absolute;
    top: 57%;
    height: 1px;
    background: #252627;
    left: 1.5%;
    width: 97%;
    z-index: -999;
  }
  nav .nav-link {
    margin: 22px 15px 0;
  }
  nav .bar-left::before {
    content: "";
    position: absolute;
    top: 57%;
    margin-left: -30px;
    height: 1px;
    width: 20px;
    background: #252627;
  }
  nav .bar-right::after {
    content: "";
    position: absolute;
    top: 57%;
    margin-left: 13px;
    height: 1px;
    width: 20px;
    background: #252627;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  nav div.navbar-nav .navbar-brand img {
    height: 40px;
  }
  nav div.navbar-nav::before {
    content: "";
    position: absolute;
    top: 55%;
    height: 1px;
    background: #252627;
    left: 1.5%;
    width: 97%;
    z-index: -999;
  }
  nav .nav-link {
    margin: 12px 4px 0px;
    font-size: 13px;
  }
  nav .bar-left::before {
    content: "";
    position: absolute;
    top: 55%;
    margin-left: -17px;
    height: 1px;
    width: 10px;
    background: #252627;
  }
  nav .bar-right::after {
    content: "";
    position: absolute;
    top: 55%;
    margin-left: 7px;
    height: 1px;
    width: 10px;
    background: #252627;
  }
}
footer {
  max-width: 1200px;
  margin: 20px auto;
  padding: 10px;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
}
footer .row {
  margin: 0 0 15px;
}
footer .footer-logo a {
  border: 0;
}
footer .footer-logo a img {
  height: 90px;
  border: 0;
}
@media screen and (max-width: 767px) {
  footer .footer-logo a img {
    margin-bottom: 15px;
  }
}
footer .footer-link {
  padding: 0 5px;
  margin: 0 10px 5px;
  display: inline-block;
}
footer .footer-link a {
  color: #252627 !important;
}
footer .footer-link a:hover {
  color: #564e58 !important;
  text-decoration: underline;
}
.featured-sections {
  max-width: 1400px;
  margin: 0 auto;
}
.featured-sections .featured-row {
  margin: 20px 0;
}
@media screen and (min-width: 992px) {
  .featured-sections .featured-row {
    height: 25vw;
  }
}
.featured-sections .featured-row .featured-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .featured-sections .featured-row .featured-image {
    height: 25vw;
  }
}
@media screen and (max-width: 991px) {
  .featured-sections .featured-row .featured-image {
    height: 300px;
  }
}
.featured-sections .featured-row .featured-text-wrapper {
  background-color: #f2efe9;
  font-family: 'Cantata One', serif;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  padding: 15px;
  outline: 1px solid #bfb48f;
  outline-offset: -20px;
}
@media screen and (min-width: 992px) {
  .featured-sections .featured-row .featured-text-wrapper {
    height: 25vw;
    display: table;
  }
}
@media screen and (max-width: 1100px) {
  .featured-sections .featured-row .featured-text-wrapper {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .featured-sections .featured-row .featured-text-wrapper .make-cell {
    display: table-cell;
  }
}
@media screen and (max-width: 991px) {
  .featured-sections .featured-row .featured-text-wrapper .make-cell {
    display: inline-block;
    margin: 15px auto;
  }
}
.featured-sections .featured-row .featured-text-wrapper .featured-text {
  display: inline-block;
}
.featured-sections .featured-row .featured-text-wrapper .featured-button {
  background-color: #bfb48f;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px;
  margin: 10px auto;
  display: inline-block;
}
.featured-sections .featured-row .featured-text-wrapper .featured-button:hover {
  background-color: #9e9268;
  cursor: pointer;
  text-decoration: none;
}
.residence-title {
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding: 20px 10px;
}
/*# sourceMappingURL=./global.css.map */