html {
	font-size: 3.0em;
	background-image: none;
	background-color: #f3f3f3;
}

main {	
	max-width: none;
	width: 100%;
	padding-top: 350px;			
}

footer {
	font-size: 0.6em;
}

header {
	position: fixed;
	background-color: #f3f3f3;
	text-align: center;
	transition: all 0.25s;
	width: 100%
}

.shrink {
	font-size: 0.5em;
}

.shrinktombleek {
	position: absolute;
    top: -24px;
    left: 49px;
}