html, body {
  height:100%;
  margin: 0;
  padding: 0;
  color: #404040;
  font-family: helvetica, arial, sans-serif;
  text-align: center;
}

.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.7);
}

.screenshot, video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.carousel, .item, .active {
  height: 100%;
}

.carousel-inner {
  height: 100%;
  overflow: hidden;
}

/*
.screenshot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
  */

.game-title {
  margin-top: 50px;
  font-size: 48pt;
  text-shadow: 0 0 10px #EEE;
}

.game-link {
    color: #404040;
    text-shadow: 0 0 10px #EEE;
}

.game-link:hover {
    color: white;
    text-shadow: 0 0 10px #EEE;
}
.carousel-game-title {
  vertical-align: middle;
  font-size: 48pt;
  text-shadow: 0 0 10px #444;
}

.carousel-game-title-white {
  font-size: 48pt;
  color: #FFF;
  text-shadow: 0 0 10px #444;
}

#canvas {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;  
}
