﻿/* MENU */

/* SNAP */
.snap {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 5;
}

.section {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    
    z-index:7;
}

    .section > .content {  
        height: 100%;
        position: relative;
        z-index: 10;
        width:100%;
    }

.section_long {
    width: 100vw;
    min-height: 100vh;
    z-index: 7;
}


    .section_long > .content {
        height: 100%;
        position: relative;
        z-index: 10;
        width: 100%;
    }
 


@media print, screen and (max-width:40em) {

    .section { 
        height: 1200px; 
    }
    

}