/**
 * New Dawn Pro – Rise Edition
 * Parallax Hero Stylesheet
 * --------------------------------------------------------------
 * Version: 3.1.1
 * Author: The Rev. Dr. Rick G. Williams
 * Website: https://rickgwilliams.life
 * Description: Styling for parallax hero section.
 * --------------------------------------------------------------
 * © 2025 The Rev. Dr. Rick G. Williams
 * All Rights Reserved
 */

.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
 * --------------------------------------------------------------
 * © 2025 The Rev. Dr. Rick G. Williams
 * EOF
 */
