body {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
}

#banner {
    position: fixed; top: 0;
    height: 100px;
    width: 100%;
    background-color: #124265;
    text-align: center;
    z-index: 20;
    /* background-image: linear-gradient(to top, #124265, #1c5e8b); */
}
#banner img {
    width: 200px;
    position: relative; top: 15px;
}



#head {
    position: relative;
    width:100%;
    top: 100px;
    /* height: 700px; NEEDS TO VARY WITH WIDTH */
}
#beach {
    /* position: relative;  left: 20%; */
    width: 100%;
    z-index: 0;
}
#head_left {
    position: absolute; top: 100px; left: 0;
    width: 20%;
    height: 100%;
    background-color: #ffffff;
}
#mobile_fader {
    /* background-color: red; */
    height: 100px;
    background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
    position: relative; top: -100px;
}
#mobile_padder {
    height: 250px;
}
#headline {
    position: absolute; top: 210px; left: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 2em;
    width: 80%;
    z-index: 10;
    padding: 10%;
    text-align: center;
}



svg {
width: 100%;
height: 100%;
}

.container {
--divider-height:4rem;
position: relative;
top: calc( var(--divider-height) * -1 );
height: var(--divider-height);
width: 100%;
/* alternatively, could get rid of the rect, and move the svg container further down */
float: left;
z-index: 1;
}


#section1 {
    position: relative;
    width: 100%;
    height: 700px;
    background-color: #ffd037;
    z-index: 5;
}
