@import 'https://fonts.googleapis.com/css?family=Fredoka+One';
@import 'https://fonts.googleapis.com/css?family=Cabin';
@import 'https://fonts.googleapis.com/css?family=Raleway';
/*@font-face {
    font-family: 'font_family_name';
    src: url('../fonts/font_url.eot');
    src: url('../fonts/font_url.eot?#iefix') format('embedded-opentype'), url('../fonts/font_url.woff2') format('woff2'), url('../fonts/font_url.woff') format('woff'), url('../fonts/font_url.ttf') format('truetype'), url('../fonts/font_url.svg#font_family_name') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
* {
  margin: 0;
  padding: 0;
}
html,
body {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;

  background-color: #1E1E1E;
  width: 100%;
  height: 100%;
}
#game-container {
  position: relative;
  max-height: 100%;
  width: 1024px;
  margin: 0 auto;
  display:inline-block;
}


#wrapper{
  height:100%;
}
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

#kidsafe {
  position: relative;
  width:100%;
  max-width: 1024px;
  text-align: right;
}

#font-preload {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1;
  height: 1;
  text-indent: -9999px;
  overflow: hidden;
}
#font-preload canvas {
  position: relative;
  width: 1024px;
  height: 768px;
  max-height: 100%;
  max-width: 1024px;
}
#font-preload canvas.incorrect {
  height: auto !important;
}
#font-preload canvas.hidden-cursor {
  cursor: none !important;
}
