/* keep the content menu on the screen when scrolling */
.js-header-in-view {
	position: absolute;
	top:0;
}
.js-default-view {
	position: fixed;
	top: 20px; 
	transition: top 0.5s ease, bottom 0.5s ease;
}

.js-footer-in-view {
	position: fixed;
	top:-300px;
	transition: top 0.5s ease, bottom 0.5s ease;
}

/* style menu icons */
#js-easyMenu a span.bi {
    width: 38px;
    height: 38px;
	padding-left: .425rem;
    font-size: 1.4rem;	
	color:#fff;
}


