/* ===============================
   CPE Online Banner Area   
   =============================== */

.feature-region, #feature {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.feature-region {
    border-top: 10px solid #F8B300;
    background-color: black;
    background-image: url(https://ocpe.vcu.edu/media/ocpe/images/homepage-images/VCUPosterImageLowestres.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    height: clamp(280px, 50vh, 560px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-inline: 1rem;
}

.feature-region::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(5 24 48 / 60%), rgb(18 36 67 / 70%));
    z-index: 0;
}

#cpe-catalog-header {
    font-family: "Roboto Slab", Roboto, sans-serif;
    font-weight: 600;
    font-size: clamp(2.5rem, 6vw, 5rem);
    color: white;
    text-shadow: 0 0 10px #001e44;
    letter-spacing: -0.02em;
    margin: 0;
    max-width: 1100px;
    position: relative;
    z-index: 1;
}
#cpe-catalog-subheader {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: clamp(1.25rem, 3vw, 2.5rem);
    color: white;
    text-shadow: 0 0 8px #001e44;
    letter-spacing: 0.01em;
    margin: 0;
    max-width: 1100px;
    position: relative;
    z-index: 1;
}