html, body {
	height: 100%;
}

body { 
	margin: 0; 
	overflow: hidden; 
	background-color: #303030;
	font-family: 'Alegreya Sans SC';
	color: #eee;
}

p#info {
	position: absolute;
	bottom: 0;
	margin: 10px;
}

a {
	color: #ff7600;
	text-decoration: none;
}

#controls { 
	position: absolute;
	top: 0;
	list-style-type: none;
	margin: 5px;
	padding: 0;
	max-width: 70%;

}

#controls > li {
	margin: 0 10px;
	padding: 0;
	float: left;
}

#controls > li a, #controls > li label {
	margin-right: 10px;
	font-size: 3.2em;
	color: #eee;
	line-height: 1.2em;
}

#controls > li.spacer {
	margin-left: 20px;
}

#controls > li select {
	color: #333;
	font-size: 1em;
}

#controls > li a:hover {
	color: #ff7600;
}

#scene { 
	height: 100%;
}

#touch-controller {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	/* height: 100%; */
	width: 100%;
	/* background: rgba(255, 255, 255, 0.1); */
}

#drag-demo {
	position: absolute;
	top: 30px;
	left: 10px;
	height: 500px;
	width: 100%;
	background: rgba(255, 255, 255, 0.1);
	display: none;
}

#drag-demo-ball {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 10px;
	width: 10px;
	background: white;
	display: none;
}

.overlay-form {
	display: block;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	font-size: 25px;
	padding: 10px;
}

form#memo input {
	font-size: 25px;
	margin-bottom: 10px;
	background: #303030;
	color: white;
	text-transform: uppercase;
}

.overlay-form button {
	font-size: 25px;
	background: #303030;
	color: white;
}

.hide {
	visibility: hidden;
}

#nano {
	background: black;
	color: white;
	width: 100%;
	height: 200px;
	font-size: 25px;
}

#nano-submit {
	display: block;
}
