
html {
	height: 100%;
}

body {
	margin: 0px;
	background-color: #326696;
	overflow: hidden;
	font-family:Monospace;
	font-size:13px;
	text-align:center;
	font-weight: bold;
	text-align:center;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	height: 100%;
	min-height: 480px;
	cursor: drag;
	cursor: -webkit-grab;

}


.pointer {
	cursor: pointer;
}

.bold {
	font-weight: bolder;
}
.pull-right {
	float: right;
}

.no-webgl-only {
	display: none;
}
.no-webgl .no-webgl-only {
	display: block;
}

.message {
	border-top: 1px dashed;
	color: #fff;
	padding: 5px;
	opacity: 0.5;
	background: rgba(0,0,0,0.1);
	position: fixed;
	z-index: 200;
	font-size: 11px;
	left: 0;
	right: 0;
	top: 0;
	
}
.message a {
	color: #fff;
	opacity: 0.9;
	font-size: 3em;
}

canvas {
	margin-bottom: -5px;
}

a {
	color:#0078ff;
}

.no-cursor {
	cursor: none;
}

.logo {
	background: url(../img/logo.png) no-repeat center 30%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: 35%;
	opacity: 0.8;
	z-index: 999;
	-webkit-transition: 3s opacity;
	-moz-transition: 3s opacity;
	-ms-transition: 3s opacity;
	-o-transition: 3s opacity;
	transition: 3s opacity;

}


.no-webgl .socials, .onbottom .socials {
	opacity: 1;
}

.onbottom:not(.no-webgl) .logo {
	opacity: 0.4;
}

.transit {
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.transit-long {
	-webkit-transition: 2.5s all ease;
	-moz-transition: 2.5s all ease;
	-ms-transition: 2.5s all ease;
	-o-transition: 2.5s all ease;
	transition: 2.5s all ease;
}
