html, body { 
	height: 100%; 
}

body {
	background-color: #fff;
}

.full-height {
	height: 100%;
}

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

.ochl-splash-logo {
	width: 650px;
	height: auto;
}

.copyright {
	padding: 30px 0 0 0;
	font-family: "arial";
	font-size: 12px;
	color: #666;
}

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

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

}
