html {
	font-size: 62.5%;
	}

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

body {
	background: url('../images/mudmondo-p.jpg') no-repeat fixed center center #c0b9af;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ie-background-size: cover;
	color: #fff;
}

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

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

@media only screen and (orientation: landscape) {

	body {
		background: url('../images/mudmondo-l.jpg') no-repeat fixed center bottom #c0b9af;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-ie-background-size: cover;
	}
	
	.container {
		justify-content: flex-start;
	}
	
	.logo {
		float: left;
		width: 35%;
		max-width: 750px;
		padding: 3%;
		margin: 0;
	}

}
