/* moved over from 002-004.menu.001.css */
.carousel-indicators{
  bottom: 0;
}
/* banner */
.carousel {
    position: relative;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 0;
}
/* banner effect; -3 is programmatically specified */
#carousel-banner-3{
  background-color: var(--color-accent-light);
  padding-top: 15px;
  padding-bottom: 15px;
}
