/* custom styles */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
.hero__title,
.px-title-2{
  font-weight: normal;
}




/* custom styles */



  body{
  font-family: Inter !important;
  }
  .px-title-1,
  .px-title-2,
  .px-title-3,
  .px-title-4,
  .px-sub-head-1,
  .px-sub-head-3,
  .px-sub-head-2{
  font-family: Inter !important;

  
  
  
  }

      .font-nav,
    .button,
    .header__nav-more,
    .header__nav-more-dropdown,
    .header__nav-link a{
    font-family: 'Inter', sans-serif !important;
    font-weight: 600;
    font-style: normal;
    }
  


/*
* Hero Fontsize Scale
*/

@media (min-width: 320px){
.hero .hero__title {
font-size: calc(1.5rem + ((1vw - 3.2px) * 3.9286));
min-height: 0vw;
}
}

@media (min-width: 320px){
.hero .hero__sub-title {
font-size: calc(1.125rem + ((1vw - 3.2px) * 1.25));
min-height: 0vw;
}
}

/*
* Background Images
*/

.hero {
background-image: url("https://cdn.sharplaunch.com/v2/client-10/a1505d3752f247a/1920w/Hero.jpg");
}


.video {
background-image: url("");
}




/*
* End of Background Images
*/

/*
* Colors
*/


:root {
--accent-color: #9F442C;
--accent-color-rgb: 159, 68, 44;
--accent-dark-color: #540000;
}
.button {
background-color: #9F442C!important;
}
.button:hover {
background-color: #540000!important;
}
a.is-active {
color: #9F442C!important;
}
.bg-accent{
background-color: #9F442C}
.color-accent{
color: #9F442C}
.link__text--hoveraccent:hover{
color: #9F442C}
.carousel__indicator--selected {
background-color: #9F442C!important;
border-color: #9F442C!important;
}

.section-title__separator {
background-color: #9F442C;
}

.section-sub-title,
.section-description h2 {
color: #9F442C;
}

.team-member__line {
background-color: #9F442C!important;
}

.parcel-box__attribute-name {
color: #9F442C!important;
}

.more__line {
background-color: #9F442C;
}

.mobile-menu__line {
background-color: #9F442C!important;
}

.zoom-control {
background-color: #9F442C;
}

.availability-card {
background-color: #9F442C;
}
.availability-card__download-button {
background-color: #540000;
}

.gallery .overlay {
background-color: rgba(159,68,44,0.8)!important;
}
.gallery .overlay.solid {
background-color: #9F442C!important;
}
.hero__callout{

}

/*
* End of Colors
*/

/* ------------------------ client specific overrides ------------------------ */












/* ---------------------------- custom css ----------------------------------- */
body{color: #333;}

.hero__text{display:none}
.section-title__separator{display:none}
.page-content{
    background-image: url(/themes/all/img/background-01.jpg);
    background-image: url(https://d3k1yame0apvip.cloudfront.net/website-6283/5e6afdd299d028d/f6efe8_1.png);
    background-size: cover;
    background-attachment: fixed;
}
.building, 
.management,
.gallery,
.leasing {
    background: none !important;
}
.section-sub-title, .section-description h2{
  color: #333 !important;
}
.building .section-title__text{
  color: var(--accent-color) !important;
  font-family: "Libre Baskerville", serif !important;
}
.footer__button button{
  text-transform: uppercase;
}