

a {
    color: #f5f5f5; 
    text-decoration: none;
}

a:hover {
    color:#829896;
    cursor: cell !important;
    text-decoration: none;
  }

.carousel-inner img {
    width: 100%;
    height: 100%
}

.carousel-indicators {
    position: static;
}

#custCarousel .carousel-indicators>li {
    width: 50px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-item img {
    width: 85%;
    border-radius: 5px;
}

.card{
    background-color: black;
    border-color: none;
}

i.fa-angle-down {
    color: grey;
}

.custom-btn {
    margin-top: 20px;
    border-radius: 0;
  }
  
  .custom,
  #collapseExample.in,
  #collapseExample.collapsing {
    background-color: black;
    /* width: 85%; */
    /* min-width: 400px; */
    display: inline-block;
    justify-content: center;
  }  

  .carousel-caption {
    position: absolute;
    bottom: -25px;
}

