/* custom styles */




/* custom styles */



  body{
  font-family: 'Montserrat' !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: 'Montserrat' !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/4f727a808449bf4/1920w/Property_Photos_1.jpg");
}


.video {
background-image: url("https://cdn.sharplaunch.com/v2/client-10/efafb769db9a9a0/Property_Photos_4.jpg");
}



  .building, .management {
  background-image: url('/themes/all/img/background-00.jpg')
  }

/*
* End of Background Images
*/

/*
* Colors
*/


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

.section-title__separator {
background-color: #192d43;
}

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

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

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

.more__line {
background-color: #192d43;
}

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

.zoom-control {
background-color: #192d43;
}

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

.gallery .overlay {
background-color: rgba(25,45,67,0.8)!important;
}
.gallery .overlay.solid {
background-color: #192d43!important;
}
.hero__callout{

}

/*
* End of Colors
*/

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












/* ---------------------------- custom css ----------------------------------- */
#video {
  padding-top: 110px;
  background: #ecedee;
}

.video {
  height: 67vh;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.video .video__title-bar {
  top: -120px;
  background-color: rgba(237, 238, 239, 0.8);
}

.video .play-button {
  top: 40%;
}

@media print, screen and (max-width: 40em) {
  #video {
  padding-top: 78px;
  padding-right: 10px;
  padding-left: 10px;
  }

  .video {
  height: 24vh;
  width: 100%;
  }

  .video .video__title-bar {
  top: -80px;
  }
}
