/* bannerStyle.css - banner/header specific styles */

.banner {
    background: linear-gradient(90deg, #0066cc 0%, #003366 100%);
    color: #ffffff;
    padding: 40px 16px;
    text-align: center;
}

.banner-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.banner h1 {
    font-size: 2.2rem;
    margin-bottom: 6px;
}

.banner .byline,
.banner .email {
    margin: 0;
    opacity: 0.95;
}
