
html {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	width: auto;
	height: auto;
	transform: translate(7%, 0%);
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

button {
	padding: 1px 10px;
	margin: 0.3em;
	background-color: #FFFFFF;
	border: solid 2px #ffb300;
	color: #ffb300;
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	border-radius: 5px;
}

#error_container {
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	z-index: 8001;
	width: 100%;
	padding-top: 2em;
}

#error_close_button {
	width: 6em;
	margin-top: 1.2em;
	padding-top: 0.1em;
	border: solid 1px #FFFFFF;
	border-radius: 5px;
	background-color: #313131;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	display: inline-block;
}

#error_close_button:hover {
	background-color: #424242;
}

#heading {
	font-size: 1.7em;
	margin: 0.83em 0 0.3em;
	font-weight: bold;
}

@media (orientation: portrait) {
	img {
		width: 80%;
		height: auto;
		transform: translate(6%, 0%);
		margin-top: 5em;
	}

	#heading {
		font-size: 1.3em;
		margin-top: 1.3em;
	}
}

@media (max-height: 400px) {
	img {
		width: 40%;
		height: auto;
		transform: translate(6%, 0%);
	}

	#error_container {
		padding-top: 0.4em;
	}

	#error_close_button {
		margin-top: 0.4em;
	}

	#heading {
		font-size: 1.2em;
		margin-top: 0.6em;
	}
}
