.lot .card-img-overlay .card-title {
  color: rgba(255,255,255,0.8);
  background-color: rgba(0,0,0,0.6);
}

.tiny {
  font-size: 0.7em;
}

.smaller,
.lot .card-img-overlay .card-title {
  font-size: 0.8em;
}

.lot .heart {
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

.lot .heart.fas,
.lot .heart:hover {
  cursor: pointer;
  color: #dc3545;
}

.larger {
  font-size: 1.1em;
}

.badge.larger {
  font-size: 0.9em;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-7 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.images {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.images .preview {
  opacity: 0.7;
  max-height: 70px;
  margin: 2px 5px;
}

.images .preview.active,
.images .preview:hover {
  opacity: 1;
  cursor: pointer;
  box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.5);
}
#large-yellow-panel ul.indexblock li a {color:black !important}

a,black {
  color: black;
}
