/* showcase */
.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

/* for overlay nav */
.carousel-indicators {
  z-index: 1;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.carousel-control-next-icon {
  width: 30px;
  height: 30px;
}

.carousel-control-prev-icon {
  width: 30px;
  height: 30px;
}

/* background-images */
.background-image {
  /* background-attachment: fixed; */

  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 80vh;
  z-index: 0;
}

.artist-carousel1 {
  background-image: url("/img/artists/delab/delab.jpg");
}
.artist-carousel2 {
  background-image: url("/img/artists/makamc/makamc.jpg");
}
.artist-carousel3 {
  background-image: url("/img/artists/konektis/konektis.jpg");
}
