.inventoryFeature{
    background: url('http://72.167.151.217/plesk-site-preview/koenigequipment.com/https/72.167.151.217/img/design/Equipment-Mobile-Page-Header.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.inventoryTitle{
    color: #fff;
    font-size: 42px;
    line-height: 1 !important;
    font-weight: 600 !important;
}
.inventorySubTitle{
    color: #fff;
    font-size: 24px;
    line-height: 1 !important;
    font-weight: 600 !important;
}
.inventorySearch .nav-pills .nav-link {
    background-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    font-weight: 300;    
}
.inventorySearch .nav-pills .nav-link:hover,
.inventorySearch .nav-pills .nav-link.active {
    color: rgb(46, 125, 50);
    background-color: rgb(254, 222, 76);
    font-weight: 300;   
}
.inventorySearch select.form-select,
.inventorySearch input.form-control {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;                             
  border: none;                               
  border-radius: 0.25rem;                     
  box-shadow: none;
}

.inventorySearch input.form-control::placeholder {
  color: #000;     
  opacity: 1;
}

.inventorySearch select.form-select:focus,
.inventorySearch input.form-control:focus {
  outline: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.6);
}
