#onepagecontent section {
    
/*      margin-top: -50px;
        padding-top: 50px;*/
        margin-top: 0;
        padding-top: 6em;
        min-height: 100vh;
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
        -webkit-box-shadow: 0 -6px 6px -6px black;
        -moz-box-shadow:    0 -6px 6px -6px black;
        box-shadow:         0 -6px 6px -6px black;

}

.onepagescroll {

}
#onepagecontent section:nth-of-type(odd) { 
       
}

#onepagecontent section:nth-of-type(even) { 
       
}

