/* ============================================
   WELCOME PAGE SPECIFIC STYLES
   ============================================ */

/* Hero Carousel Styles */
.hero-slide {
    transition: opacity 1s ease-in-out;
}

.carousel-indicator {
    cursor: pointer;
}

.carousel-indicator:hover {
    opacity: 0.75 !important;
}

.bg-gradient-overlay {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(205,126,126,0.6) 100%);
}

