
#featured-custom .details-title .product-title {
    color: #fff;
}
.vehicle-picker-module .browse_catalog:hover, .vehicle-picker-module .vpicker-submit:hover {
    background-color: #df9956;
}

#about-custom p {
  font-family: 'Lato', sans-serif;
  font-size: 12pt;
  font-weight: 400;
  color: #fff;
}
#about-custom p.welcome-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16pt;
  font-weight: bold;
  color: #d77f2b;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  #about-custom p {
    font-size: 10pt;
  }
  #about-custom p.welcome-title {
    font-size: 14pt;
  }
}