#head_fade {
    display: block;
    position: absolute; top: 0; left: 20%;
    width: 70%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
    z-index: 1;
}

#beach {
    position: relative;  left: 20%;
    width: 80%;
    z-index: 0;
}
#mobile_padder, #mobile_fader {
    display: none;
}
#headline {
    font-size: 2em;
    width: 30%;
    top: 0; left: 0;
    padding: 5%;
}

.container {
    top: 26px;
}
#section1 {
    top: 90px;
}
