html { 
  background: url(/img/red-04.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.tag-line {
  position: fixed;
  top: 1em
  left: 1em;
  color: white;
}

h1 {
  font-size: 6em;
}

h3 {
  font-size: 4em;
}
