div.hidden {
  display: none;
}

/* Define a custom web font 
@font-face {
  font-family: "Julius";
  src: url("../media/JuliusSansOne-Regular.ttf") format("truetype");
} 

body {
  font-family: "Titillium Web", sans-serif;
}*/

.wrapper {
  position: relative;
}

.canvasBottom {
  position: absolute;
  top: 0px;
  left: 0px;
}

.canvasTop {
  position: absolute;
  top: 0px;
  left: 0px;
}
