.header {
	position: relative;
	width: 100vw;
	height: 62.5vw;
	max-width: 100%;
	max-height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	z-index: -1;
}

#background {
	background-color: #f7ead9;
/*	transform: scale(1.1);*/
	transform-origin: center top;
	position: fixed;
	width: 100vw;
}

#front-logo {
	position: absolute;
    width: 30%;
}

nav {
	position: fixed;
	top: 0;
}
