/**
 * Mitch Stephen Music - Theme
 * Section colors are now controlled from Admin > Appearance
 */

/* ===== HERO SECTION ===== */
.header-panel {
    background-color: #1a0a30;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* ===== GENERAL STYLES ===== */
.navbar {
    background: rgba(10, 10, 20, 0.9) !important;
    backdrop-filter: blur(10px);
}

footer {
    background: linear-gradient(180deg, #12121a 0%, #0a0a10 50%, #050508 100%) !important;
}

/* Section backgrounds are now set via inline styles from database */
