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

/* root { 
    display: none;
} */

body{
    background-color: #000;
    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; }
/* Modified on 20th Nov 2024 - commented code are the one which were set earlier */
#canvas{
    /* width:640px; */
    /* height: 960px;   */
    width: auto!important;
    height: 80vh!important;
    /* position: fixed; */
    position: inherit;
    
}

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 */
}
/* Added on 20th Nov 2024 */
@media (max-width: 1024px) {
    #canvas{
        width: 100vw !important;
        height: auto !important;
    }
}

/***************FONTS*******************/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 1, 2014 */



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

}

