


body {
    height: 100%;
    width: 100%;
}



html {
    height: 100%;
    width: 100%;
  font-size:32px;
}

body, html {
  margin: 0;
  color:#000;
  background-color: #e1ebf5;
  display:table;
  font-family: 'Gotham-Book', sans-serif;
 -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
}



#window{
	width:1024px;
	height:768px;
	background-color:#fff;
	position:fixed;
	left:0%;
	top:0%;
	-webkit-box-shadow: 0px 0px 0px 2px #bbb;
	-moz-box-shadow: 0px 0px 0px 2px #bbb;
	box-shadow: 0px 0px 0px 2px #bbb;
}


#windowShield {
  width: 200%;
  height: 100%; 
  position: fixed;
  left: -50%; 
  top: 0px;
  xpointer-events: none;
  background: #e1ebf5;;
  color:#fff;
}


#windowOverlay{
  position:absolute;
  left:0px;
  top:0px;
  width:1px;
  height:calc(100% + 80px);
}

#fontLoader{
	position:absolute;
	width:1px;
	left:-999px;
	overflow: hidden;
}



.home_panel div{
	position:absolute;
	left:184px;
	top:195px;
	text-align:center;
	transform: rotate(20deg) translate(-50%, -50%) scale(1.0);
	pointer-events: none;
	transition: all .2s ease-in-out;
}

.home_panel:hover div{
	transform: rotate(20deg) translate(-50%, -50%) scale(1.19);

}

#home_choose{
	position:absolute;
	text-align: center;
	left:642px;
	top:86px;
	font-family:'Gotham-Ultra';
	color:#fff;
	transform: translate(-50%,-50%);
	width:720px;
}

#game-canvas{
	position:absolute;
	left:0;
	top:0;
}