html {
	font-size: 62.5%;
	}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: url('../images/kleikoorts-p.jpg') no-repeat fixed center center #B97042;
	background-size: cover;
	color: #fff;
}

.container {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: visible;
 	width: 84%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

.logo {
	display: block;
	width: 100%;
	max-width: 980px;
	margin: 0 auto 10%;
	padding: 0;
}

@media only screen and (orientation: landscape) {

	body {
		background: url('../images/kleikoorts-l.jpg') no-repeat fixed center bottom #B97042;
		background-size: cover;
	}

}
