div { box-sizing: border-box; }
::selection { background: transparent; color: inherit;}
::-moz-selection { background: transparent; color: inherit;}
html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

@viewport{ width: device-width; }
@-ms-viewport{ width: device-width; }

html, body {
    width:100% !important;
    height:100% !important;
    margin: 0;
    padding: 0;
}

body.dsgn {
    font-family: s500, 'Maven Pro', sans-serif !important;
    background-color: rgba(18,69,120,0.375);
    background: rgba(18,69,120,0.375) url(../gfx/do_not_tap.svg) no-repeat top center scroll;
    background-size: cover;
    height:100% !important;
    margin: 0;
    overflow:scroll;
    overflow-x:hidden;
    overflow-y:hidden;
    clip:rect(auto, auto, auto, auto);
}
