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