/* 
    Document   : main.css
    Created on : 19-nov-2013, 15.47.44
    Author     : Biagio Iannuzzi
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body{
    background-color: #000000;
    background-repeat: repeat-x;
    background-position: top; 
}

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

/***************FONTS*******************/

@font-face {
  font-family: 'ComicSansMS-Bold';
  src: url("ComicSansMS-Bold.eot-#iefix")/*tpa=https://m.shtoss.com/game/american-football-kicks/css/ComicSansMS-Bold.eot?#iefix*/ format('embedded-opentype'),  url("ComicSansMS-Bold.woff")/*tpa=https://m.shtoss.com/game/american-football-kicks/css/ComicSansMS-Bold.woff*/ format('woff'), url("ComicSansMS-Bold.ttf")/*tpa=https://m.shtoss.com/game/american-football-kicks/css/ComicSansMS-Bold.ttf*/  format('truetype'), url("ComicSansMS-Bold.svg#ComicSansMS-Bold")/*tpa=https://m.shtoss.com/game/american-football-kicks/css/ComicSansMS-Bold.svg#ComicSansMS-Bold*/ format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'space_marine';
    src: url("sm-webfont.eot")/*tpa=https://m.shtoss.com/game/american-football-kicks/css/sm-webfont.eot*/;
    src: url("sm-webfont.eot-#iefix")/*tpa=https://m.shtoss.com/game/american-football-kicks/css/sm-webfont.eot?#iefix*/ format('embedded-opentype'),
         url("sm-webfont.woff2")/*tpa=https://m.shtoss.com/game/american-football-kicks/css/sm-webfont.woff2*/ format('woff2'),
         url("sm-webfont.woff")/*tpa=https://m.shtoss.com/game/american-football-kicks/css/sm-webfont.woff*/ format('woff'),
         url("sm-webfont.ttf")/*tpa=https://m.shtoss.com/game/american-football-kicks/css/sm-webfont.ttf*/ format('truetype'),
         url("sm-webfont.svg#space_marine")/*tpa=https://m.shtoss.com/game/american-football-kicks/css/sm-webfont.svg#space_marine*/ format('svg');
    font-weight: normal;
    font-style: normal;

}