#mainSection {
}

.media {
	max-width: 90%;
}

#qr-wrapper {
	margin-top: 1em;
	text-align: center;
}

#qrcode canvas, #qrcode img {
	height: 8em;
	max-height: 8em;
	text-align: center;
}

body {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	height: 100vh;
	margin: 0;
	overflow-y: auto;
	/*
	position: relative;
	height: 100vh;
	*/
	background: #d4d4d4;
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	background-image-repeat: stretch;
	background-size: 100%;
	background-position-x: 0px;
	background-position-y: 115px;
}

#mainSection {
	border: .8em solid white;
	/*max-height: 80vh;*/
	background: #d4d4d4;
}

#mainSection, #mainFoot {
	width: 90%;
	padding: .5em;
	/*overflow-y: auto;*/
	max-width: 800px;
	margin: 1em;
	margin-top: 2em;
}

h1 {
	color: #EF7D00;
	font-size: 1.7em;
}

figure {
	text-align: center;
}

figure img {
	border: .3em solid white;
	margin: .4em;
	max-height: 25em;
}

#language {
	position: absolute;
	right: .5em;
	top: .5em;
}

#language img {
	padding: .2em;
	height: 1.1em;
}

#disclaimer {
	font-size: .7em;
	margin-top: 2em;
	text-align: center;
}
#disclaimer p {
	margin: 1em;
	margin-top: 0.5em;
}

navigation {
	display: none;
	justify-content: space-between;
	width: 100%;
}

back > img , forward > img {
	padding: .2em;
	height: 1.1em;
	cursor: pointer;
}

