body {
	margin: 0;
	padding: 0;
	background: #4DBADB;
}

.screen {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 700px;
}

.main-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	height: calc(100vh - 100px);
	min-height: 600px;
	background: #4DBADB url(../images/sky.svg) no-repeat center bottom;
	background-size: contain;
}

.footer-area {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100px;
}

.stonehearted-logo {
	align-self: center;
	justify-content: center;
	width: 80vw;
	max-width: 500px;
	height: calc(80vw * 0.142);
	max-height: calc(500px * 0.142);
	background: url(../images/stonehearted-logo.svg) no-repeat center center;
	background-size: contain;
	margin-top: 20vh;
}

.text-block {
	font-family: 'Wendy One', sans-serif;
	color: white;
	font-size: 1.3em;
	text-align: center;
	padding: 0 40px;
	margin: 40px 0;
}

.character-block {
	flex-grow: 1;
}

.legal-block {
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 0.7em;
	text-align: center;
	padding: 0 40px;
	margin: 20px 0 40px 0;
	max-width: 800px;
}