.carousel-article-title {
    font-family: "EB Garamond", serif;
    font-weight: 300;
}

.carousel-article-text {
    font-family: "Open Sans", sans-serif;
}

#carouselNews a:hover {
    color: #ffffff !important;
}

#carousel-news a:hover {
    color: #f8f9fa;
}

#carousel-todo-left h5:hover {
    color: #b2bbc4 !important;
}

#carouselNews .carousel-indicators {
    bottom: -10px;
}

#carouselNews .carousel-control-prev,
#carouselNews .carousel-control-next {
    top: auto;
    bottom: 0;
}

#carouselNews .carousel-control-prev-icon,
#carouselNews .carousel-control-next-icon {
    filter: invert(1) grayscale(100) brightness(1.5);
}

#carouselTodo .carousel-indicators button,
#carouselNews .carousel-indicators button {
    background-color: #6c757d;
}

#carouselTodo .carousel-indicators button:hover,
#carouselNews .carousel-indicators button:hover {
     background-color: rgb(255, 255, 255) !important;
}

#carouselTodo .carousel-indicators .active,
#carouselNews .carousel-indicators .active {
    background-color: #ffffff !important;
}

#carouselTodo .carousel-caption {
    background-color: rgba(35, 40, 45, 0.4)  !important;
    right: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 2rem;
}