/*
 --- COLORS ---
@aqua:  #7FDBFF;
@blue:  #0074D9;
@navy:  #001F3F;
@teal:  #39CCCC;
@green: #2ECC40;
@olive: #3D9970;
@lime:  #01FF70;
@yellow:  #FFDC00;
@orange:  #FF851B;
@red:     #FF4136;
@fuchsia: #F012BE;
@purple:  #B10DC9;
@maroon:  #85144B;
@white:  #fff;
@silver: #ddd;
@gray:   #aaa;
@black:  #111;
*/

@font-face {
	font-family: 'GROBOLD';
	font-style: normal;
	font-weight: normal;
	src: local('../fonts/GROBOLD'), url('../fonts/GROBOLD.woff') format('woff');
}

html, body, #canvas {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #8ba729;
	font-family: Grobold, sans-serif;
}

#images {
	display: none;
}

#canvas {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

#loading {
	text-align: center;
	color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 40%;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	letter-spacing: 3pt;
	z-index: 100000;
}
