div.jumbotron.carousel-hero {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
  height: 520px;
  border-radius: 0px;
}

.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  color: #fff;
  text-transform: uppercase;
  font-size: 2.2rem;
}

.hero-subtitle {
  max-width: 600px;
  padding: 10px 15px;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  font-size: 1.2rem;
}

*:before, *:after {
  box-sizing: inherit;
}

