@charset "utf-8";
*{
    margin:0;
    padding:0;
    background: #111;
}
@font-face {
    font-family: 'BigCar';
    src: url('../fonts/BIGCARShortGun.eot');
    src: url('../fonts/BIGCARShortGun.woff2') format('woff2'),
         url('../fonts/BIGCARShortGun.woff') format('woff'),
         url('../fonts/BIGCARShortGun.ttf') format('truetype'),
         url('../fonts/BIGCARShortGun.svg#BIGCARShortGun') format('svg'),
         url('../fonts/BIGCARShortGun.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: 'Bariol';
    src: url('../fonts/Bariol-Bold.eot');
    src: url('../fonts/Bariol-Bold.woff2') format('woff2'),
         url('../fonts/Bariol-Bold.woff') format('woff'),
         url('../fonts/Bariol-Bold.ttf') format('truetype'),
         url('../fonts/Bariol-Bold.svg#Bariol-Bold') format('svg'),
         url('../fonts/Bariol-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
  }
#preload-font {
    font-family: 'BigCar', sans-serif;
    text-indent: -9999px;
    font-size: 0;
    opacity: 0;
  }
#preload-font2 {
    font-family: 'Bariol', sans-serif;
    text-indent: -9999px;
    font-size: 0;
    opacity: 0;
  }

  /* canvas{max-width:100%} */

  /* #container{
    position:absolute;
    margin:auto;
    left:0;
    right:0;
    top:50px;
    bottom:0;
  } */

#fullscreen{
    width: 50px;
    height: 50px;
    background: url(../sprites/btn-fullscreen.png);
    display:block;
    position: fixed;
    z-index: 99999;
}

body {
	padding: 0; margin: 0; border: 0;
}
html, body { width:100%; height:100%; }

div {
    position: absolute;
    top: 0px;
    left: 0px;
}

canvas{
  max-width:100%;
  font-family: 'BigCar';
}
