html {
  font-size: 1em;
  line-height: 1.2;
  height: 100%;
  font-family: 'Bungee', cursive;
}

body {
  text-align: center;
  background-color: #1f1111;
/*  background-image: url(splash.jpg); */
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  background-attachment: fixed;
  opacity: 0.9;
}

h1 {
  text-align: center;
}

h1 div {
  color: #1f1111;
  margin: .4em 0 0 .6em;
  display: inline-block;
  text-align: left;
  text-transform: uppercase;
}
