/*
 * AY 6/27/21 - Rewritten for Drupal 9
 * NOTE: bugs in the bootstrap 3 views module prevent field title and value HTML from being generated. The CSS had to
 * be completely rewritten for inline styles without proper wrapping tags. If that ever gets fixed in the module, these
 * may need to be updated for the page to look right.
 */

.view-slideshow .carousel-inner {
  margin-bottom: 40px;
}

.view-slideshow .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: left;
}

.view-slideshow .carousel-caption h3,
.view-slideshow .carousel-caption h3 a,
.view-slideshow .carousel-caption p a {
  color: white;
  font-style: normal;
  font-weight: normal;
  text-shadow: none;
}
.view-slideshow .carousel-caption h3 {
  margin: 0;
}
.view-slideshow .carousel-caption h3 a {
  font-size: 36px;
  text-decoration: underline;
}
.view-slideshow .carousel-caption h3 img {
  display: inline;
  margin-right: 5px;
}
