root { 
    display: block;
}

body{
    background-color: #9a6600;
    background-repeat: repeat-x;
    background-position: top;   
    font-family: 'PT Sans Bold';
}

*, *: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;  
}

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 */
}

.hide {
    display: none;
}
.show {
    display: block;
}

/***************FONTS*******************/
@font-face {
    font-family: 'PT Sans Bold';
    src: url('PTC75F.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


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

.check-font-1{
        font-family: 'Chewy';
}

#about {
    position: absolute;
    display: none;
    top: 60px;
    background-color: white;
    padding: 32px;
    border-radius: 10px;
    width: 50%;
    left: 25%;
    z-index: 9999;
}
.hide {
    display: none;
}
.show {
    display: block;
}
#bottom {
    position: absolute;
    text-align: center;
    display: none;
    bottom: 0px;
    right: 0px;
    color: #202020;
    z-index: 6;
    background-color: white;
    padding: 4px;
    border-top-left-radius: 8px;
}

@media (min-height: 600px) {
    #bottom {
        display: block;
    }
}

#bottom a,
a:visited {
    color: #202020;
    text-decoration: none;
}

#gameadsbanner {
	position: absolute;
	top: 250px;
	right: 20px;
	z-index: 3;
	display: none;
}
#gameadsbanner img {
	border-radius: 5px;
	border: 1px solid #404040;
	cursor: pointer;
}
