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;
}

/* bbcode styles */
.bbCodeH1 {
	font-size: 2em;
	font-weight: bold;
}

.bbCodeH2 {
	font-size: 1.5em;
	font-weight: bold;
}

.bbCodeH3 {
	font-size: 1.25em;
	font-weight: bold;
}

.bbCodeH4 {
	font-size: 1.1em;
	font-weight: bold;
}

.bbCodeItem::before {
	content: " • ";
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

