/* custom styles */





  body{
  font-family: 'Raleway', sans-serif !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: 'Raleway', sans-serif !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;
line-height: 1.15;
}
}

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

/*
* Background Images
*/

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


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




/*
* End of Background Images
*/

/*
* Colors
*/
:root {
--accent-color: #231b4e;
--accent-dark-color: #000003;
}
.button {
background-color: #231b4e;
}
.button:hover {
background-color: #000003 !important;
}
.button--white{
background: white;
border: white;
color: var(--accent-color);
}

a.is-active {
color: #231b4e!important;
}
.bg-accent{
background-color: #231b4e}
.color-accent{
color: #231b4e}
.link__text--hoveraccent:hover{
color: #231b4e}
.carousel__indicator--selected {
background-color: #231b4e!important;
border-color: #231b4e!important;
}

.section-title__separator {
background-color: #231b4e;
}

.section-sub-title {
color: #231b4e;
}

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

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

.more__line {
background-color: #231b4e;
}

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

.zoom-control {
background-color: #231b4e;
}

.availability-card {
background-color: #231b4e;
}
.availability-card__download-button {
background-color: #000003;
}

.gallery .overlay {
background-color: rgba(35,27,78,0.8)!important;
}
.gallery .overlay.solid {
background-color: #231b4e!important;
}

/*
* End of Colors
*/


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

  .leasing .team-member__avatar{
	border-radius: 0;
}
.hero--2cols.has-logo .hero__logo img{
	max-width: 273px;
}
body .hero--2cols .hero__content .button{
	background-color: #f15922 !important;
}
body .hero--2cols .hero__content .button:hover{
	background-color: white !important;
	color: var(--accent-color) !important;
	box-shadow: inset 400px 0 0 0 white;
}



/* ---------------------------- custom css ----------------------------------- */

header {
    display: none;
}