/* 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-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/25e9d07642a5814/1920w/Twlight.jpg");
}


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




/*
* End of Background Images
*/

/*
* Colors
*/


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

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

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

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

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

.more__line {
background-color: #EC1717;
}

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

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

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

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

}

/*
* End of Colors
*/

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












/* ---------------------------- custom css ----------------------------------- */
.hero--align-bottom .hero__background {
  background: linear-gradient(0, #063680 0%, rgba(10, 11, 15, 0) 60%);
}

.team-member__email a{
color: #063680;
text-decoration: underline;
}

.team-member__name{
font-weight: bold;
}

.header__nav-link a {
  color: #063680;
}

.header__nav-more span {
  color: #063680;
}

.building .building__property-info-box .property-info-list {
  background: #063680;
}

.building .building__property-info-box .property-info-list ul {
  color: white;
}

.building .building__property-info-box .property-info-list ul li {
border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.building .building__property-info-box .property-info-list ul li:nth-child(1) {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.building .building__property-info-box .property-info-list ul li:nth-child(2) {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.site-plan, 
.customtext, 
.availabilities, 
.leasing {
  background-image: url('https://d3k1yame0apvip.cloudfront.net/v2/client-10/9e0c753d290a14a/shutterstock_1081335872__Converted_.png');
  background-position: center;
  background-size: cover;
  padding-top: 64px;
  padding-bottom: 32px;
}

.footer.footer--white {
  background-color: #063680;
}

.footer {
  color: white;
}

.footer.footer--white .section-sub-title {
  color: white;
}

.footer.footer--white label {
  color: white;
}

.footer.footer--white .footer__address {
  color: white;
}

.copyright {
  background: #063680;
  color: white;
}

#banner_main_portfolio a.button {
  top: -88px;
}

/*----Mobile-------*/
.header .hamburger div {
  background:  #063680;
}

@media print, screen and (max-width: 39.9988em) {
  .footer {
    padding-bottom: 20px;
  }
}
