  /*!
 * Add custom css for this site here:
 */

/* Carousel Styles Updated by DF on 1/25/23*/
.carousel-content {
    display:flex;
    align-items:center;
}
.carousel-control {
text-shadow: none;
background-image:none;
color: black;
}
.carousel-inner {
    padding-left: 25px;
    padding-right: 15px;
}

.carousel-control:hover, .carousel-control:focus {
    color: black;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

#text-carousel {
  width: 100%;
  height: auto;
  
}