/* 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: 600 !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(2rem + ((1vw - 3.2px) * 5));
min-height: 0vw;
}
}

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

/*
* Background Images
*/

.hero {
background-image: url("https://cdn.sharplaunch.com/v2/client-10/f08e8a55920928d/1920w/DBI_3810ffa2_DJI_0686.JPG");
}


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




/*
* End of Background Images
*/

/*
* Colors
*/


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

.section-title__separator {
background-color: #3A3839;
}

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

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

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

.more__line {
background-color: #3A3839;
}

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

.zoom-control {
background-color: #3A3839;
}

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

.gallery .overlay {
background-color: rgba(58,56,57,0.8)!important;
}
.gallery .overlay.solid {
background-color: #3A3839!important;
}
.hero__callout{

}

/*
* End of Colors
*/

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












/* ---------------------------- custom css ----------------------------------- */
.header__nav-link a {
    font-weight: 400;
}

.header__nav-more span {
    font-weight: 400;
}

.hero--opaque-diagonal-background .hero__background {
    background: linear-gradient(65deg, rgba(10, 11, 15, 0.5) 65%, rgba(255, 255, 255, 0) 65.1%);
}

.button {
    font-family: 'Montserrat' !important;
    font-weight: 400;
}