/* custom styles */




/* custom styles */



  body{
  font-family: 'Open Sans' !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: 'Open Sans' !important;

      font-weight: 500 !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.125rem + ((1vw - 3.2px) * 2.5));
min-height: 0vw;
}
}

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

/*
* Background Images
*/

.hero {
background-image: url("https://cdn.sharplaunch.com/v2/client-10/2539c8dfa7d1503/1920w/Exterior___2.JPEG");
}


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




/*
* End of Background Images
*/

/*
* Colors
*/


:root {
--accent-color: #000000;
--accent-color-rgb: 0, 0, 0;
--accent-dark-color: #000000;
}
.button {
background-color: #000000!important;
}
.button:hover {
background-color: #000000!important;
}
a.is-active {
color: #000000!important;
}
.bg-accent{
background-color: #000000}
.color-accent{
color: #000000}
.link__text--hoveraccent:hover{
color: #000000}
.carousel__indicator--selected {
background-color: #000000!important;
border-color: #000000!important;
}

.section-title__separator {
background-color: #000000;
}

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

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

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

.more__line {
background-color: #000000;
}

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

.zoom-control {
background-color: #000000;
}

.availability-card {
background-color: #000000;
}
.availability-card__download-button {
background-color: #000000;
}

.gallery .overlay {
background-color: rgba(0,0,0,0.8)!important;
}
.gallery .overlay.solid {
background-color: #000000!important;
}
.hero__callout{

}

/*
* End of Colors
*/

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












/* ---------------------------- custom css ----------------------------------- */
* { font-family: "Open Sans" !important }    .aos-animate .section-title__separator {
        width: 30px;
        display: none;
    }

    .section-title__text {
        text-transform: capitalize;
    }

    .button.map-type,
    .zoom-container,
    .button.get-directions,
    .button.street-view,
    .button.fullscreen {
        background-color: #3A4458 !important;
    }

    .leasing .team-member__avatar {
        height: 150px;
        width: 150px;
        margin: auto;
        background-position: center;
        background-size: cover;
        border-radius: unset;
        margin-bottom: 24px;
        max-height: 150px;
        max-width: 150px;
    }

    .button {
        background-color: #fff !important;
        color: #000;
    }

    .section-title {
        text-align: unset;
        text-transform: uppercase;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: unset;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
    }

    .text-center {
        text-align: unset;
    }

    .section-sub-title {
        font-weight: 600;
        text-align: unset;
        margin-top: 16px;
    }

    .location .location__title-bar {
        position: absolute;
        width: 100%;
        height: 120px;
        top: 0;
        background-color: rgba(255, 255, 255, 0.8);
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: unset;
        -webkit-box-align: center;
        align-items: center;
        z-index: 1;
        padding-left: 13%;
    }

  div.demographics>div.section-title {
        padding-left: 13%;
    }

    div.gallery>div.section-title {
        padding-left: 13%;
    }

    #custom_text > div.section-title > h2 {
        padding-left: 13%;
    }

    #site-plan > div.site-plan > div.section-title > h2 {
       padding-left: 13%;
   }

#virtualtour > div.section-title > h2 {
padding-left: 13%;
}

.video .video__title-bar {
position: absolute;
width: 100%;
height: 120px;
top: 0;
background-color: rgba(48, 79, 254, 0.8);
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: unset;
padding-left: 13%;
-webkit-box-align: center;
align-items: center;
}