@charset "utf-8";
*{
    margin:0;
    padding:0;
    background: #111;
}
@font-face {
  font-family: 'Riffic';
  src: url('../fonts/RifficFree-Bold.eot');
  src: url('../fonts/RifficFree-Bold.woff2') format('woff2'),
        url('../fonts/RifficFree-Bold.woff') format('woff'),
        url('../fonts/RifficFree-Bold.ttf') format('truetype'),
        url('../fonts/RifficFree-Bold.svg#RifficFree-Bold') format('svg'),
        url('../fonts/RifficFree-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldCondensed.eot');
  src: url('../fonts/Roboto-BoldCondensed.woff2') format('woff2'),
        url('../fonts/Roboto-BoldCondensed.woff') format('woff'),
        url('../fonts/Roboto-BoldCondensed.ttf') format('truetype'),
        url('../fonts/Roboto-BoldCondensed.svg#RifficFree-Bold') format('svg'),
        url('../fonts/Roboto-BoldCondensed.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/* canvas{max-width:100%} */
  /* #container{
    position:absolute;
    margin:auto;
    left:0;
    right:0;
    top:50px;
    bottom:0;
  } */
  
/* @font-face {
    font-family: 'Roboto-BoldCondensed';
    src: url('../fonts/Roboto-BoldCondensed.ttf');
    font-weight: normal;
    font-style: normal;
  } */

  /* @font-face {
    font-family: 'Riffic';
    src: url('../fonts/RifficFree-Bold.ttf');
    font-weight: normal;
    font-style: normal;
  } */

 #preload-font {
    font-family: 'Riffic', sans-serif;
    text-indent: -9999px;
    font-size: 0;
    opacity: 0;
  }
 #preload-font2 {
    font-family: 'Roboto', 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(../assets/images/fullscreen.png) no-repeat;
    display:block;
    position: absolute;
    z-index: 99999;
}

body {
  overflow: hidden;
	padding: 0; margin: 0; border: 0;
}
html, body { width:100%; height:100%; }

/* #game-area { display:block; }

#game-area {
	margin: auto;
	display: table;
	background: #250f2e;
} */
div {
    position: absolute;
    top: 0px;
    left: 0px;
}