/* Navigation */

.navwrap-index {
	position: absolute;
	bottom: 0;
	height: 70px;
	width: 100%;
	background: #fff;
	z-index: 99;
}

/* This class is added on scroll */
.fixed {
	position: fixed; 
	top: 0; 
	height: 70px; 
}

/* Viewport */

div#slider-index {
	height: 100vh;
}
