html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	background: #000000;
	color: white;
}

html, body, canvas {
	touch-action: none;
	touch-action-delay: none;
}

#notSupportedWrap {
	margin: 2em auto 1em auto;
	width: 75%;
	max-width: 45em;
	border: 2px solid #aaa;
	border-radius: 1em;
	padding: 2em;
	background-color: #f0f0f0;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	color: black;
}

#notSupportedTitle {
	font-size: 1.8em;
}

.notSupportedMessage {
	font-size: 1.2em;
}

.notSupportedMessage em {
	color: #888;
}


@font-face {
	font-family: 'lato-bolditalic';
	src: url('fonts/lato-bolditalic.ttf') format('truetype');
}

@font-face {
	font-family: 'lato-italic';
	src: url('fonts/lato-italic.ttf') format('truetype');
}

@font-face {
	font-family: 'lato-light';
	src: url('fonts/lato-light.ttf') format('truetype');
}

@font-face {
	font-family: 'lato-lightitalic';
	src: url('fonts/lato-lightitalic.ttf') format('truetype');
}

@font-face {
	font-family: 'lato-regular';
	src: url('fonts/lato-regular.ttf') format('truetype');
}

@font-face {
	font-family: 'lato-thin';
	src: url('fonts/lato-thin.ttf') format('truetype');
}

@font-face {
	font-family: 'lato-thinitalic';
	src: url('fonts/lato-thinitalic.ttf') format('truetype');
}

@font-face {
	font-family: 'lato-black';
	src: url('fonts/lato-black.ttf') format('truetype');
}

@font-face {
	font-family: 'lato-blackitalic';
	src: url('fonts/lato-blackitalic.ttf') format('truetype');
}

@font-face {
	font-family: 'lato-bold';
	src: url('fonts/lato-bold.ttf') format('truetype');
}

