* {
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

@font-face {
	font-family: "Flaticon";
	src: url("fonts/flaticon.eot");
	src: url("fonts/flaticon.eot#iefix") format("embedded-opentype"),
	url("fonts/flaticon.woff") format("woff"),
	url("fonts/flaticon.ttf") format("truetype"),
	url("fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	-webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
	-webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
	-webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
	font-family:'Verdana', 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
	background-color: #112E2F;
	color: #FFF;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

canvas {
	display: block;
	margin: auto;
}

/* Portrait layout (default) */
.app {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

.fill {
	height: 100%;
	width: 100%;
}

.center {
	text-align: center;
	-webkit-box-align: center;
}

.box {
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-orient: vertical;
}

button {
	display: inline-block;
	height: 38px;
	padding: 0 30px;
	text-align: center;
	font-family:'Verdana', 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
	line-height: 38px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 4px;
	border: 1px solid #bbb;
	cursor: pointer;
	box-sizing: border-box;
	color: #FFF;
	background-color: #439acb;
	border-color: #439acb;
}

[class^="flaticon-"]:before, [class*="flaticon-"]:before,
[class^="flaticon-"]:after, [class*="flaticon-"]:after {
	font-family: Flaticon;
	font-size: 45px;
}

.flaticon-badge:before {
	content: "\e000";
}
.flaticon-first31:before {
	content: "\e001";
}