* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

.none {
  display: none; }

html, body {
  width: 100%;
  height: 100%;
  color: #fff;
  background: #000;
  font-family: 'Oswald', Verdana;
  font-weight: 300;
  overflow: hidden; }

#canvas {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

canvas {
  width: 100%;
  height: 100%; }

.instruction {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800; }

.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #111; }

.loader {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 0;
  margin-top: -1px;
  height: 2px;
  background: #eee; }

.alert {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #eee;
  color: #111;
  display: none;
  z-index: 11;
  text-align: center;
  font-weight: 400; }

.alert p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  margin-left: -35%;
  font-size: 1.2em;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/*# sourceMappingURL=style.css.map */
