saguaros
Thank you so much, my friend. You pointed me in the right direction and gave me some awesome tips. Here's what I did with the code you gave me to solve my issue. I also added some other customizations. Thank you so much, again!
.acm-hero {
background-size: contain !important;
}
.carousel-indicators .active {
width: 20px;
height: 20px;
margin: 0px 25px;
background-color: white;
}
.carousel-indicators li {
width: 20px;
height: 20px;
margin: 0px 25px;
border: 2px solid crimson;
}
.carousel-control {
font-size: 25px;
color: red !important;
background-color: rgba(0,0,0,0);
opacity: 1;
}
.acm-hero.position-center .hero-content {
margin: 200px;
}