
.bg-light { background: #EEE !important }

.navbar{
  --flex-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

header .navbar-toggler { border: 0 }

header.navbar {
  /* --flex-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); */
  --flex-navbar-toggler-border-color: rgba(0,0,0,.5);
  --flex-navbar-padding-y: 1rem }

header .nav-link {
  color: var(--flex-secondary);
  font-weight: bold
}

header .nav-link:hover,
header .nav-link:active,
header .nav-link:focus,
header .nav-link .nav-link.show { color: var(--flex-dark) !important }

header .dropdown-item { transition: all 300ms }

@media(min-width:1200px){
  header .dropdown-menu-lg {
    width: 600px;
  }

  header .dropdown-item:hover {
    background: var(--flex-primary)
  }

}

@media(max-width:991.98px){

    header .navbar-collapse { 
      background: var(--flex-primary);
      width: 100%;
      position: fixed;
      z-index: 100000;
      top: 0;
      left: 0  }
  
    header .navbar-nav {
      justify-content: center;
      width: 100%;
      height: 100vh }  
  
    header .nav-link { 
      text-align: center;
      color: #FFF !important;
      width: 100% }

    header .dropdown { width: 100% }

    header .dropdown-menu {
      transform: translate(0,0) !important;;
      left: 0 !important;
      border: 0;
      width: 100%;
      background-color: rgba(0,0,0,.125) }

    header .dropdown-menu a { 
      text-align: center;
      padding: .5rem 1rem !important}

    header .dropdown-menu a:hover { background: rgba(0,0,0,.3)  !important }

     header .dropdown-menu > div {
      border-radius: 0 !important;
     } 

}

.grayscale-1 { filter:grayscale(1) }
.blend-overlay { mix-blend-mode: overlay }
.blend-multiply { mix-blend-mode: multiply }

.btn { 
  padding: 1rem 1.5rem;
  transition: all 300ms;
  letter-spacing: 0;
  font-weight: bold  }

.btn:hover,
.btn:active,
.btn:focus,
.btn.show,
.btn.active { letter-spacing: .125rem; }

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus { color: #FFF !important }

.splash .bg-primary img { 
  filter: grayscale(.7);
  transition: all 300ms }

.splash .bg-primary:hover img {
  filter: grayscale(0);
  opacity:1 }

.splash .position-absolute {
  background: linear-gradient(180deg, rgba(0,0,0,0) 25%, rgba(0,0,0,.85) 75%);
}

.splash .position-absolute:hover {
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.85) 75%);
}

@media(max-width:1199.98px){
  .splash .position-relative.h-100 { height:400px  !important }
}

#types .carousel-control-prev-icon {
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

#types .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") }
    
@media(min-width:1024px){
  .top-lg-50 { top: 50% }
  .translate-middle-lg-y { transform: translate(0,-50%)} 
  .position-lg-absolute { position: absolute }
}

.lb-container { padding: 0 !important }

#brands img { 
  filter:grayscale(1);
  transition: all 300ms  }

#brands img:hover { filter:grayscale(0)}

.btn-success.text-primary { color: #FFF !important }