
/*
==========================================================
 File: style-header.css
 Theme: New Dawn Pro – Rise Edition (Slider Edition)
 Version: 3.1.1
 Author: The Rev. Dr. Rick G. Williams
 Copyright © 2025
==========================================================
*/

/* --------------------------------------------------------
   Header Overlay, Titles & Subtitle Styling
--------------------------------------------------------- */

:root {
    --ndp-subtitle-size: 1.25rem;
    --ndp-subtitle-letter: 0.5px;
    --ndp-subtitle-line: 1.4;
}

/* Overlay (customizable in Customizer) */
.header-overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        var(--ndp-overlay-deg, 180deg),
        var(--ndp-overlay-from, rgba(0,0,0,0.6)),
        var(--ndp-overlay-to, rgba(0,0,0,0.1))
    );
    opacity: var(--ndp-overlay-opacity, 0.35);
    z-index: 3;
}

/* Header Text */
.header-titles {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* Title */
.site-title a {
    font-size: 2.6rem;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 2px 6px rgba(0,0,0,0.55);
}

/* Subtitle */
.site-subtitle {
    margin-top: 0.4rem;
    color: #ffffff;
    font-weight: 300;
    font-size: var(--ndp-subtitle-size);
    letter-spacing: var(--ndp-subtitle-letter);
    line-height: var(--ndp-subtitle-line);
    text-shadow: 0 2px 4px rgba(0,0,0,0.45);
}

/* --------------------------------------------------------
   Static Header Fallback
--------------------------------------------------------- */

.header-static-wrapper {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.header-static-wrapper .header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Fallback no-image header */
.header-fallback {
    background: #1f2f45;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --------------------------------------------------------
 End of File: style-header.css
 © 2025 The Rev. Dr. Rick G. Williams
--------------------------------------------------------- */
