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

.title {
  font-family: 'Open Sans', sans-serif;
  position: fixed;
  top: 70%;
  width: 100%;
  margin-left: -15px;
  z-index: 20;
  text-align: center;
  color: whitesmoke;
  background-color: black;
  opacity: .5; }
  .title .header {
    background-color: transparent !important;
    opacity: 1 !important; }

/*# sourceMappingURL=main.css.map */
