/* BannerHero Portlet Styles */
.banner-hero-section .banner-hero-bg {
    background-size: cover;
    background-position: center;
}

.banner-hero-section h1 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-hero-section p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.banner-hero-section .btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}
