/* Home tab — carousel caption styling. Unique to this tab. */

.carousel-caption {
  text-align: center;
  padding: 14px 20px;
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--maroon);
  background: var(--cream);
}
