@font-face {
  font-family: console;
  src: url('../fonts/Cardinal.ttf');
}

* {
	box-sizing: inherit;
	text-shadow: inherit;
	font-family: console;
	font-size: 20px;
	transition: all 0.5s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
	text-shadow: 0 0 8px rgba(255,255,200,0.65);
}

*:focus {
  outline: none;
}

body {
	background: #000;
	color: #eeeeee;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	overflow: hidden;
	cursor: crosshair;
	line-height: 150%;
}

a {
	color: rgba(255, 255, 180, 0.8);
	cursor: pointer !important;
}

a:hover {
	color: rgba(255, 255, 230, 1.0);
	text-shadow: 0 0 12px rgba(255, 255, 230, 1.0);
}

nav {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	padding: 16px;
	font-size: 50px;
	text-align: center;
	color: #4488ff;
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 8px;
  width: 250px;
	border-top: 1px solid rgba(100,200,255,0.2);
	padding-bottom: 3px;
	background: rgba(100,100,100,0.3);
}

button {
	font-family: arial;
	display: inline-block;
	border: 2px solid rgba(20,90,180,0.5);
	min-width: 80px;
	color: #4488ff;
	border-radius: 8px;
	cursor: pointer;
	margin-right: 6px;
	margin-left: 6px;
	height: 48px;
	vertical-align: top;
	background: rgba(20,40,80,0.3);
}

button:hover {
  border-color: yellow;
}

input[type=text] {
	background: #663300;
	border: 2px solid #aa9922;
	color: yellow;
	padding: 4px;
	width: 100%;
}

#helper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: absolute;
	left:0;
	right:0;
	top:200px;
	font-size: 40px;
}
