html { background-color: #eeeeee; }

.hero-image {
     height: 45vh;
     width: 100vw;
     background:
  		linear-gradient(
          	rgba(0, 0, 0, 0.6),
          	rgba(0, 0, 0, 0.6)
          ),
          url("../resources/background.jpg");
          background-size: auto 50%;
          background-repeat: no-repeat;
          background-position: center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
     z-index: -1;
     justify-content: center;
}

.tagline { margin: 0; }

p.tagline.end { margin-bottom: 15px; }
