/**
 * ==========================================================
 *  File: parallax-hero.css
 *  Project: New Dawn Pro – Rise Edition
 *  Version: 3.1.1
 *  Author: The Rev. Dr. Rick G. Williams
 *  Organization: New Dawn Digital Studios
 *  URL: https://newdawndigital.net
 *  Copyright © 2025
 * ==========================================================
 *
 *  Styling for the parallax hero section.
 *  Provides background parallax effect with overlay and content layers.
 *
 */

.new-dawn-parallax-hero {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    display: block;
}

.new-dawn-parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Optional content container */
.new-dawn-parallax-content {
    position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: center;
    color: white;
    padding: 0 2rem;
}

/**
 * --------------------------------------------------------------
 * END OF FILE: parallax-hero.css
 * New Dawn Pro – Rise Edition v3.1.1
 * URL: https://newdawndigital.net
 * --------------------------------------------------------------
 * © 2025 The Rev. Dr. Rick G. Williams
 * ALL RIGHTS RESERVED
 * EOF
 */
