:root {
	--fontSize: 2em;
}

html {
	height: 100%;
}

body {
	display: block;
	font-family: 'Spartan', sans-serif;
	font-size: var(--fontSize);
	color: #291E22;
	height: 100%;
	margin: 0;
	overflow: hidden;
	transition: font-size 3s;
}

@media (orientation:landscape) {
	body {
		font-size: var(--fontSize);
	}
}

@media (orientation:portrait) {
	body {
		font-size: 1.5em;
	}
}

p {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 1.9s, color 1s;
}

h1 {
	font-weight: normal;
}

h2 {
	margin-top: 22px;
	font-size: 80%;
	font-weight: normal;
}

a {
	color: #87653F;
	text-decoration: none;
}

#wrapper {
	display: block;
	position: relative;
	height: 100%;
}

#walkImage {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#title {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	transition: opacity 2s;
}

	#title > p {
		display: block;
		opacity: 1;
		margin-top: 1em;
		margin-bottom: 1em;
	}

	#title > #miek {
		color: #44322B;
	}

	#title > #codeByNiall {
		margin-top: 3em;
		font-size: 66%;
		color: #674C35;
	}

	#title > #translationByMichele {
		font-size: 66%;
		color: #674C35;
	}

	#title > #linkPara {
		margin-top: 2em;
	}

	#title > #landscapeSuggestion {
		margin-top: 3em;
		font-size: 66%;
		color: #674C35;
	}

#endTitle {
	position: absolute;
	width: 100%;
	opacity: 0;
	transition: opacity 2s linear 2.5s, color 2s linear 2.5s;
	color: #BE9059;
}

#poem {
	display: block;
	position: relative;
	transform-origin: top left;
	visibility: hidden;
}
