﻿html {
    -ms-touch-action: none;
    -ms-user-select: none;
    -ms-high-contrast-adjust: none;
    -webkit-user-select: none; /* disable selection/Copy of UIWebView */
    -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
}

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

body {
    background: black;
    font-weight: bold;
    font: 16px verdana;
    font-weight: bold;
    color: white;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -ms-touch-action: none;
    -ms-user-select: none;
    -ms-high-contrast-adjust: none;
}

#canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -ms-touch-action: none;
    -ms-user-select: none;
    -ms-high-contrast-adjust: none;
}

#info {
    position: absolute;
    top: 0px;
    left: 4px;
    color: white;
    text-shadow: 1px 1px 1px #000;
    -ms-high-contrast-adjust: none;
}

#buttonleft {
    bottom: 0px;
    left: 0px;
    background-image: url(../game-media/button-left.png);
}

    #buttonleft:hover {
        background-image: url(../game-media/button-left-down.png);
    }

#buttonright {
    bottom: 0px;
    left: 120px;
    background-image: url(../game-media/button-right.png);
}

    #buttonright:hover {
        background-image: url(../game-media/button-right-down.png);
    }

#buttonpause {
    bottom: 0px;
    left: 50%;
    margin-left: -40px;
    background-image: url(../game-media/button-pause.png);
}

    #buttonpause:hover {
        background-image: url(../game-media/button-pause-down.png);
    }


#buttondown {
    bottom: 0px;
    right: 120px;
    background-image: url(../game-media/button-down.png);
}

    #buttondown:hover {
        background-image: url(../game-media/button-down-down.png);
    }


#buttonup {
    bottom: 0px;
    right: 0px;
    background-image: url(../game-media/button-up.png);
}

    #buttonup:hover {
        background-image: url(../game-media/button-up-down.png);
    }


.button {
    /*display: none;*/
    position: absolute;
    background-size: 100px 100px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    display: block;
    outline: none;
    border: none;
    -ms-high-contrast-adjust: none;
    opacity: 0;
    transform: translateY(120px);
    transition: opacity ease-out 200ms 50ms, transform ease-out 250ms;
}

#privacyFrame {
    margin-left: 40px;
    margin-top: 80px;
    width: calc(100% -60px);
    text-transform: uppercase;
    height: 100%;
    color: grey;
    margin-right: 20px;
    font-family: '04b03regular';
}




@media screen and (-ms-view-state: fullscreen-landscape) {
}

@media screen and (-ms-view-state: filled) {
}

@media screen and (-ms-view-state: snapped) {
}

@media screen and (-ms-view-state: fullscreen-portrait) {
}

@media screen and (-ms-high-contrast: active) {
}
