﻿html {
    background-color: #000000;
    background: #000000;
    height: 100%;
    width: 100%;
}

body, canvas {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
}

#embedVideo {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    overflow: hidden;
    position: relative;
    background-color: black;
    margin: 0;
    padding: 0;
}

#endgameHUD {
    height: 100%;
    width: 100%;
}

@font-face {
    font-family: 'arialregular';
    src: url('../media/fonts/arial-webfont.eot');
    src: url('../media/fonts/arial-webfont.eot?#iefix') format('embedded-opentype'),
         url('../media/fonts/arial-webfont.woff') format('woff'),
         url('../media/fonts/arial-webfont.ttf') format('truetype'),
         url('../media/fonts/arial-webfont.svg#arialregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'meloche_rgbold';
    src: url('../media/fonts/meloche_bd-webfont.eot');
    src: url('../media/fonts/meloche_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../media/fonts/meloche_bd-webfont.woff') format('woff'),
         url('../media/fonts/meloche_bd-webfont.ttf') format('truetype'),
         url('../media/fonts/meloche_bd-webfont.svg#meloche_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
