root { 
	display: block;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

body{
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
	background-color: #9a6600;
	background-repeat: repeat-x;
	background-position: top;   
	font-family: 'Chewy', cursive;
}

*, *:before, *:after {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
	
input, input:before, input:after {
	-webkit-user-select: initial;
	-khtml-user-select: initial;
	-moz-user-select: initial;
	-ms-user-select: initial;
	user-select: initial;
}

::selection { background: transparent;color:inherit; }
::-moz-selection { background: transparent;color:inherit; }

#canvas{
	position: fixed;  
}

#loader {
	display:none;
	position:absolute;
	top:calc(50% - 50px);
	left:calc(50% - 50px);
	width:100px;
	height:100px;
}

#loader .ico {
	width:100px;
	height:100px;
}

canvas {
	image-rendering: optimizeSpeed;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
	-ms-touch-action: none;
}

.ani_hack{
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	-webkit-tap-highlight-color: transparent; /* mobile webkit */
}

/***************FONTS*******************/
.check-fonts{
	position: fixed;
	opacity:0;
}

.check-font-1{
	font-family: 'KaBlam';
}
                
@font-face {
	font-family: 'KaBlam';
	src: url('KaBlam.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*

.check-font-1{
	font-family: 'obelixproitalic';
}
                
@font-face {
	font-family: 'obelixproitalic';
	src: url('obelixproit-cyr-webfont.woff2') format('woff2'),
		url('obelixproit-cyr-webfont.woff') format('woff'),
		url('obelixproit-cyr-webfont.svg#obelixproitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

*/