body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #f2eeff; }

.typehole {
  text-transform: uppercase; }
  .typehole .hit {
    color: yellow; }
  .typehole .destroyed {
    color: green; }
  .typehole.missed {
    color: red; }

.instructionsText, #levelUp {
  position: absolute;
  top: 30vh;
  left: 0;
  right: 0;
  color: #FFF;
  text-align: center;
  font-family: "lato", sans-serif;
  font-weight: 300;
  font-size: 9vmin;
  display: block;
  background: -webkit-linear-gradient(white, #38495a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px; }

.endGame {
  position: absolute;
  top: 30vh;
  left: 0;
  right: 0;
  color: #FFF;
  text-align: center;
  font-family: "lato", sans-serif;
  font-weight: 300;
  font-size: 9vmin;
  display: block; }

.endGame .top {
  font-size: 8vmin;
  background: -webkit-linear-gradient(white, #38495a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.5vmin; }
.endGame .middle {
  font-size: 6vmin;
  background: -webkit-linear-gradient(white, #38495a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.4vmin; }
.endGame .bottom {
  margin-top: 30px;
  font-size: 4vmin;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px; }

#levelUp {
  font-size: 159vmin;
  left: 110%;
  width: 100%;
  overflow: hidden;
  white-space: nowrap; }

.titleText {
  display: none;
  position: absolute;
  top: 30vh;
  left: 0;
  right: 0;
  color: #FFF;
  text-align: center;
  font-family: "lato", sans-serif;
  font-weight: 300;
  font-size: 10vmin; }
  .titleText span.fadeText {
    background: -webkit-linear-gradient(white, #38495a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 10px;
    display: block; }
  .titleText span.sub1 {
    font-size: 8vmin;
    letter-spacing: 0; }
  .titleText span.sub2 {
    margin-top: 50px;
    font-size: 6vmin;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 1px; }

/*# sourceMappingURL=typeface.css.map */
