/* 
    Hero Section Styles
    - Sets the background image (bg_05.png).
    - Ensures the section covers the full viewport height minus the navbar.
*/

/* 
    Main Content Styles
    - Uses a semi-transparent dark background to improve text readability against the image.
    - Adds a blur effect (backdrop-filter) for a "glassmorphism" look.
*/

/* Footer specific background */
footer {
    background: rgba(0, 0, 0, 0.7);
    /* Darker background for the footer */
}