.masthead {
    min-height: 100vh; /* Take up full viewport height */
    padding-top: calc(6rem + 74px);
    padding-bottom: 6rem;
    position: relative;
    display: flex;
    align-items: center;
}

.masthead .container {
    position: relative;
    z-index: 1;
}

.masthead::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Darker overlay for better text readability */
}

.masthead-avatar {
    width: 15rem;
    height: auto;
}

/* Increase spacing between elements */
.masthead-heading {
    margin-bottom: 2rem !important;
}

.masthead .divider-custom {
    margin: 2.5rem 0 3rem;
}

.masthead-subheading {
    font-size: 1.5rem;
    margin-bottom: 1.5rem !important;
}
