/*overwrite bootstrap default carousel style*/
.carousel-control-prev-icon {
  background-image: url(https://imagedepot.anu.edu.au/isfs/campaign/webstyle_v5_carousel_left_1.svg);
}
.carousel-control-next-icon {
  background-image: url(https://imagedepot.anu.edu.au/isfs/campaign/webstyle_v5_carousel_right_1.svg);
}

.carousel-indicators {
  
  justify-content: center;
  bottom: -40px;
}
.carousel-indicators .active {
  background-color: #be830e !important;
  width: 30px !important;
  border-radius: 16.5%/50% !important;
}

.carousel-indicators [data-bs-target] {
  border: 0;
  background-color: #666666;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 1;
}

/*add black overlay behind the caption, change the caption format to match <p>*/
.carousel-caption {
  background: rgba(0,0,0,0.7);
  bottom: 10px;
  padding: 10px 15px;
  margin: 0;
  text-align: left;
  left: 5%;
  right: unset;
}

.carousel-caption > h3 {
    font-size: 1em;
    margin: 0px;
}