
@font-face {
  font-family: 'PatuaOne-Regular';
  src: url('webfonts/PatuaOne-Regular.eot?#iefix') format('embedded-opentype'),  url('webfonts/PatuaOne-Regular.woff') format('woff'), url('webfonts/PatuaOne-Regular.ttf')  format('truetype'), url('webfonts/PatuaOne-Regular.svg#PatuaOne-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

 body,html{
 	padding: 0px;
 	margin: 0px;
 	width:100%;
 	height:100%;
 	font-family: 'PatuaOne-Regular';
 }
 
 #turn-device {
 	font-family: 'PatuaOne-Regular';
 	background-color: #000;
 	background-image: url(assets/rotate-device.png);
 	background-position: center center;
 	background-repeat: no-repeat;
 	width: 100%;
 	height: 100%;
 	position: absolute;
 	display: none;
 }

 #pre-load-font {
 	font-family: 'PatuaOne-Regular';
 	position: absolute;
 	top:-100px;
 }

#gameHolder {
	background-color: #333;
}