/* Header Image Styling */
.masthead {
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.masthead-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto 2rem;
    display: block;
}

.masthead-content {
    position: relative;
    z-index: 10;
}

/* For mobile responsiveness */
@media (max-width: 768px) {
    .masthead-image {
        max-width: 90%;
    }
}