/* 
 * Raleway is an open source font available at 
 * https://www.theleagueofmoveabletype.com/fanwood
 */

@font-face {
    font-family: 'Raleway';
    src: url('bower_components/raleway/webfonts/raleway_thin-webfont.eot');
    src: url('bower_components/raleway/webfonts/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('bower_components/raleway/webfonts/raleway_thin-webfont.woff') format('woff'),
         url('bower_components/raleway/webfonts/raleway_thin-webfont.ttf') format('truetype'),
         url('bower_components/raleway/webfonts/raleway_thin-webfont.svg#fanwood') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
  text-decoration: none;
}

canvas {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.title {
  padding: 8px;
  float:left;
  font-family: Raleway;
}

.controls {
  padding: 4px;
  background: white;
  position: absolute;
  bottom: 0px;
  width: 90%;
}
