.masthead {
    background-size: contain;
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 50vh;
    position: relative;
    color: white;



}