body{
  line-height: normal;
}

.header-nav-top .active{
  background-color: inherit  !important;
}
#header .header-top, 
#header .header-nav-features .header-nav-features-search-reveal-container {
  min-height: 20px;
}
#header .header-nav {
  min-height:auto;
}
.social-icons li:hover.social-icons-tiktok a {
  background: #000 !important;
}

.social-icons li:hover.social-icons-instagram a {
  background: #BD2690 !important;
}

b{
  font-weight: bold;
}

.mw-25{ max-width: 25%;}
.mw-30{ max-width: 30%;}
.mw-35{ max-width: 35%;}
.mw-40{ max-width: 40%;}
.mw-45{ max-width: 45%;}
.mw-50{ max-width: 50%;}

.dropdown-menu {
  --bs-dropdown-link-active-bg:#7387a5;
}


@media (max-width: 768px) { 
  .img-float-text {
    float:none !important;
    max-width: 100%;
  }

      #header .header-logo img {
        max-height: 60px;
        
    }

  #header.header-effect-shrink .header-container {
    min-height: auto;
  }  

  .lead {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1320px
    }
}

@media (min-width: 1400px) {
    .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
        max-width:1500px
    }
}

