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: 'exo2-black';
	src: url('fonts/exo2-black.otf') format('opentype');
}

@font-face {
	font-family: 'exo2-blackitalic';
	src: url('fonts/exo2-blackitalic.otf') format('opentype');
}

@font-face {
	font-family: 'exo2-bold';
	src: url('fonts/exo2-bold.otf') format('opentype');
}

@font-face {
	font-family: 'exo2-bolditalic';
	src: url('fonts/exo2-bolditalic.otf') format('opentype');
}

@font-face {
	font-family: 'exo2-extrabold';
	src: url('fonts/exo2-extrabold.otf') format('opentype');
}

@font-face {
	font-family: 'exo2-extrabolditalic';
	src: url('fonts/exo2-extrabolditalic.otf') format('opentype');
}

@font-face {
	font-family: 'exo2-extralight';
	src: url('fonts/exo2-extralight.otf') format('opentype');
}

@font-face {
	font-family: 'exo2-extralightitalic';
	src: url('fonts/exo2-extralightitalic.otf') format('opentype');
}

@font-face {
	font-family: 'exo2-italic';
	src: url('fonts/exo2-italic.otf') format('opentype');
}

@font-face {
	font-family: 'exo2-light';
	src: url('fonts/exo2-light.otf') format('opentype');
}

@font-face {
	font-family: 'exo2-lightitalic';
	src: url('fonts/exo2-lightitalic.otf') format('opentype');
}

@font-face {
	font-family: 'exo2-medium';
	src: url('fonts/exo2-medium.otf') format('opentype');
}

@font-face {
	font-family: 'exo2-mediumitalic';
	src: url('fonts/exo2-mediumitalic.otf') format('opentype');
}

@font-face {
	font-family: 'exo2-regular';
	src: url('fonts/exo2-regular.otf') format('opentype');
}

@font-face {
	font-family: 'exo2-semibold';
	src: url('fonts/exo2-semibold.otf') format('opentype');
}

@font-face {
	font-family: 'exo2-semibolditalic';
	src: url('fonts/exo2-semibolditalic.otf') format('opentype');
}

@font-face {
	font-family: 'exo2-thin';
	src: url('fonts/exo2-thin.otf') format('opentype');
}

@font-face {
	font-family: 'exo2-thinitalic';
	src: url('fonts/exo2-thinitalic.otf') format('opentype');
}

