/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
  font-family: Helvetica, Arial, sans-serif;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

.header h3 {
  color: #eee;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

a,
a:hover,
a:visited,
a:active {
  color: #fff;
}

#mainCanvas {
  margin-top: 10%;
}

#playButton {
  background-color: transparent;
  color: #eee;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 1px #222 solid;
}
