/* 
    Document   : main.css
    Created on : 19-nov-2013, 15.47.44
    Author     : Biagio Iannuzzi
    Description:
        Purpose of the stylesheet follows.
*/
/* added by questus */
#canvas {
    position: relative !important;
    max-height: 100% !important;
    width: auto !important;
    margin: 0 auto;
    top: 0 !important;
    max-width: 100% !important;
    left: initial !important;
}
/* IE 10 FIX */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
    #canvas {
        left: 0 !important;
        right: 0 !important;
        position: fixed !important
    }
}
@media screen and (min-width:0\0) {  
    #canvas {
        left: 0 !important;
        right: 0 !important;
        position: fixed !important
    }
}
body, html {
    height: 100%;
}
body {
    text-align: center;
}
/* end questus */
root { 
    display: block;
}

body{
    background-color: transparent;
    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{
    width:640px;
    height: 960px;
    
    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*******************/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on Febrary 03, 2016 */



@font-face {
    font-family: 'rocks__gregular';
    src: url('gomarice_rocks-webfont.eot');
    src: url('gomarice_rocks-webfont.eot?#iefix') format('embedded-opentype'),
         url('gomarice_rocks-webfont.woff2') format('woff2'),
         url('gomarice_rocks-webfont.woff') format('woff'),
         url('gomarice_rocks-webfont.ttf') format('truetype'),
         url('gomarice_rocks-webfont.svg#rocks__gregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
font-family:"proxima-nova";
    src: url('../../../proximaNova/proximanova.eot');
    src: url('../../../proximaNova/proximanova.eot?#iefix') format('embedded-opentype'),
         url('../../../proximaNova/proximanova.woff2') format('woff2'),
         url('../../../proximaNova/proximanova.woff') format('woff'),
         url('../../../proximaNova/proximanova.ttf') format('truetype'),
         url('../../../proximaNova/proximanova.svg#comic') format('svg');
    font-style:normal;
    font-weight:400;
}