root { 
    display: block;
}
html {
  height: 100%
}
body{
	background: #14C1E4 url(https://images.marapets.com/scenery/enpiah4.jpg) no-repeat center center;
	background-size:cover; background-attachment: fixed;
}
*, *: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 */
}

.orientation-msg-container{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
}

.orientation-msg-text{
    font-size: 40px;
    font-family: "Arial";
    color: #000;
    text-align: center;
    width: 80%;
    
    position: fixed;
    top: 50%;
    -webkit-transform: translate(15%,-50%);
    -moz-transform: translate(15%,-50%);
    -ms-transform: translate(15%,-50%);
    transform: translate(15%,-50%);
    
        
}

@media (max-width: 767px) {
    .orientation-msg-text{    
        font-size: 30px;  
    }
}


@media (max-width: 500px) {
    .orientation-msg-text{    
        font-size: 30px;  
    }
}

@font-face {
    font-family: 'SHMUP in the zone';
    src: url('subset-SHMUP-in-the-zone.eot');
    src: url('subset-SHMUP-in-the-zone.eot?#iefix') format('embedded-opentype'),
        url('subset-SHMUP-in-the-zone.woff2') format('woff2'),
        url('subset-SHMUP-in-the-zone.woff') format('woff'),
        url('subset-SHMUP-in-the-zone.svg#SHMUP-in-the-zone') format('svg');
    font-weight: normal;
    font-style: normal;
}
