html, body { 
	height: 100%; 
}

body {
	background-color: #fff;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-rendering: optimizeLegibility; /* Optimise legibility for some CSS3 kerning */
}

.location {
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-rendering: optimizeLegibility; /* Optimise legibility for some CSS3 kerning */
	color: #718981;
	font-size: 18px;
}

.full-height {
	height: 100%;
}

.image-container {
	margin: 0 0 30px 0;
}

.logo-image {
	width: 400px;
	height: auto;
}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {
	
	.logo-image {
		width: 280px;
		height: auto;
	}
}

/*
@media (prefers-color-scheme: dark) {
	
	body {
		background-color: #000;
	}

}
*/
