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: 'bahnschrift';
	src: url('fonts/bahnschrift.ttf') format('truetype');
}

@font-face {
	font-family: 'Gill Sans Heavy Italic';
	src: url('fonts/gill sans heavy italic.woff') format('woff');
}

@font-face {
	font-family: 'Gill Sans Heavy';
	src: url('fonts/gill sans heavy.woff') format('woff');
}

@font-face {
	font-family: 'Gill Sans Italic';
	src: url('fonts/gill sans italic.woff') format('woff');
}

@font-face {
	font-family: 'Gill Sans Light Italic';
	src: url('fonts/gill sans light italic.woff') format('woff');
}

@font-face {
	font-family: 'Gill Sans Light';
	src: url('fonts/gill sans light.woff') format('woff');
}

@font-face {
	font-family: 'Gill Sans Medium Italic';
	src: url('fonts/gill sans medium italic.woff') format('woff');
}

@font-face {
	font-family: 'Gill Sans Medium';
	src: url('fonts/gill sans medium.woff') format('woff');
}

@font-face {
	font-family: 'Gill Sans';
	src: url('fonts/gill sans.woff') format('woff');
}

@font-face {
	font-family: 'GillSans Condensed Bold';
	src: url('fonts/gillsans condensed bold.woff') format('woff');
}

@font-face {
	font-family: 'GillSans Condensed';
	src: url('fonts/gillsans condensed.woff') format('woff');
}

@font-face {
	font-family: 'Gill Sans Bold Italic';
	src: url('fonts/gill sans bold italic.woff') format('woff');
}

@font-face {
	font-family: 'Gill Sans Bold';
	src: url('fonts/gill sans bold.woff') format('woff');
}

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

