body {
	margin: 0;
	background-color: #000;
	color: #fff;
	font-family: Monospace;
	font-size: 13px;
	line-height: 24px;
	overscroll-behavior: none;
}

a {
	color: #ff0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

button {
	cursor: pointer;
	text-transform: uppercase;
}

#info {
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 1; /* TODO Solve this in HTML */
}

#betaVersion
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1000;

}

a, button, input, select {
	pointer-events: auto;
}

.lil-gui {
	z-index: 2 !important; /* TODO Solve this in HTML */
}

@media all and ( max-width: 640px ) {
	.lil-gui.root { 
		right: auto;
		top: auto;
		max-height: 50%;
		max-width: 80%;
		bottom: 0;
		left: 0;
	}
}

#overlay {
	position: absolute;
	font-size: 16px;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: rgba(0,0,0,0.7);
}

	#overlay button {
		background: transparent;
		border: 0;
		border: 1px solid rgb(255, 255, 255);
		border-radius: 4px;
		color: #ffffff;
		padding: 12px 18px;
		text-transform: uppercase;
		cursor: pointer;
	}

#notSupported {
	width: 50%;
	margin: auto;
	background-color: #f00;
	margin-top: 20px;
	padding: 10px;
}


.controlContainer
{
	position: absolute;
	font-size: 16px;
	z-index: 2;
	bottom: 20px;
	left: 45%;
	width: 163px;
	height: 102px;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	/*flex-direction: row;*/
	/*background: rgba(0,0,0,0.7);*/
}




.controlArrow
{
	margin: 0px 0px 0px 0px;
	display: inline-block;
	border: 2px solid rgb(0, 0, 0);
	border-radius: 4px;
	width: 50px;
	height: 50px;
	background: rgba(3, 4, 5, 0.7);
	background-image: url("img/ikone1.png"); 
	/*display: none;*/
}

.controlArrowGame
{
	margin: 0px 0px 0px 0px;
	display: inline-block;
	border: 2px solid rgb(0, 0, 0);
	border-radius: 4px;
	width: 50px;
	height: 50px;
	background: rgba(3, 4, 5, 0.7);
	background-image: url("img/ikone1.png"); 
	/*display: none;*/
}



.controlMenu
{
	margin: 0px 0px 0px 0px;
	display: inline-block;
	/*border: 2px solid rgb(0, 0, 0);*/
	border-radius: 4px;
	width: 50px;
	height: 50px;
	/*background: rgba(3, 4, 5, 0.7);*/
	/*background-image: url("img/ikone1.png"); */

}

.controlMenu:hover
{
	cursor: pointer;
}



#idRotateR{
	background-position: -100px 0px;
	z-index: 100;
}

#idUp{
	background-position: -50px 0px;
	z-index: 100;	
}

#idDown{
	background-position: -50px -50px;
	z-index: 100;	
}

#idLeft{
	background-position: 0px -50px;
	z-index: 100;	
}

#idRight{
	background-position: -100px -50px;
	z-index: 100;
}

#idRotateL{
	background-position: 0px 0px;
	z-index: 100;
}

#idPlay{
	margin-right: 5px;
	background-image: url("img/pause.png");
	z-index: 100;	
}
#idInfo{
	background-image: url("img/arrowhelp.png");
	z-index: 100;
}

#idContact{
	background-image: url("img/contact.png");
	z-index: 100;
}

#aboutLink{
	background-image: url("img/helpicon.png");
	z-index: 100;
}







.logoDiv
{
	position: absolute;
	font-size: 16px;
	z-index: 2;
	top: 5px;
	left: 5px;
	width: 84px;
	height: 88px;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	/*flex-direction: row;*/
	/*background: rgba(0,0,0,0.1);*/
	background-image: url("img/gt_logo.png"); 
}

.logoDiv:hover
{
	cursor: pointer;
}


.menuContainer
{
	position: absolute;
	font-size: 16px;
	z-index: 2;
	top: 5px;
	right: 10px;
	width: 205px;
	height: 50px;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	/*flex-direction: row;*/
	/*background: rgba(0,0,0,0.1);*/
}


#about
{
	position: absolute;
	font-size: 16px;
	z-index: 3;
	top: 15%;
	left: 10%;
	width: 30%;
	min-width: 240px;
	max-height: 70%;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	/*height: 50px;*/
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	/*flex-direction: row;*/
	background: rgba(0,0,0,0.7);
	display: none;
	text-align: justify;
	/*overflow-y: hidden;*/
}

#help
{
	position: absolute;
	font-size: 16px;
	z-index: 3;
	top: 15%;
	right: 15%;
	width: 212px;
	/*height: 50px;*/
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	/*flex-direction: row;*/
	background: rgba(0,0,0,0.4);
	display: none;
}


#contact
{
	position: absolute;
	font-size: 16px;
	z-index: 3;
	top: 15%;
	right: 10%;
	width: 250px;
	max-height: 80%;
	padding: 10px;
	padding-left: 50px;
	padding-right: 50px;
	/*height: 50px;*/
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	/*flex-direction: row;*/
	background: rgba(0,0,0,0.7);
	display: none;
	text-align: justify;
}


#loadContainer
{
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);	
}


#load
{
	position: absolute;
	font-size: 16px;
	z-index: 3;
	top: 10%;
	left: 30%;
	width: 40%;
	/*height: 0%;*/
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	/*flex-direction: row;*/
	/*background: rgba(0,0,0,0.1);*/
}

#nisan{
	position: absolute;
	font-size: 16px;
	z-index: 3;
	top: 49%;
	left: 49%;
	width: 26px;
	height: 26px;
	background-image: url("img/nisan.png");
	display: none;
}

