/* site.css - custom styles for R K Associates */
body {
    background-color: #fff; /* Example custom style */
}
.carousel-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.carousel-control-prev,
.carousel-control-next {
  width: 5%; /* keep buttons slim */
}
.carousel-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
