/* custom styles */




/* custom styles */



  body{
  font-family: 'Lato' !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: 'PT Serif' !important;

      font-weight: 700 !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/bbef227103a2d01/1920w/Eastwoodsm_22.jpg");
}


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




/*
* End of Background Images
*/

/*
* Colors
*/


:root {
--accent-color: #122752;
--accent-color-rgb: 18, 39, 82;
--accent-dark-color: #000007;
}
.button {
background-color: #122752!important;
}
.button:hover {
background-color: #000007!important;
}
a.is-active {
color: #122752!important;
}
.bg-accent{
background-color: #122752}
.color-accent{
color: #122752}
.link__text--hoveraccent:hover{
color: #122752}
.carousel__indicator--selected {
background-color: #122752!important;
border-color: #122752!important;
}

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

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

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

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

.more__line {
background-color: #122752;
}

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

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

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

.gallery .overlay {
background-color: rgba(18,39,82,0.8)!important;
}
.gallery .overlay.solid {
background-color: #122752!important;
}
.hero__callout{

}

/*
* End of Colors
*/

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












/* ---------------------------- custom css ----------------------------------- */
.header--black {
  background-color: #122752;
}

.header.header--black .mobile-menu, .header.header--black-opaque .mobile-menu {
  background-color: #122752;
}