/*#header{
	height:70vh;
	width:100%;
	background: #66737a;
}*/
/*light-light*/
#header{
	height:40vh;
	width:100%;
	background: #e3e7e9;
}
#under_header {
    height: 10vh;
    margin-bottom: -5vh;
    margin-top: 0vh;
    position: relative;
    width: 100%;
}
/*#under_header {
    height: 14vh;
    margin-bottom: 0vh;
    margin-top: -10vh;
    position: relative;
    width: 100%;
}*/

#canvas{
	width:100%;
	height: 100%;
	background-color: rgba(227, 231, 233, 1);
	position: absolute;
	z-index: 2;
	transition: all 3s;
	-webkit-transition: all 3s;
	padding-top: 12vh;
	top: 0;
}


