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

div.jumbotron.hero-nature {
  background-image: url('/assets/img/hero-background-nature.jpg?h=cfc9fd2ec7eb26cd3f214a812492da36');
}

div.jumbotron.hero-photography {
  background-image: url('/assets/img/hero-background-photography.jpg?h=9ae6b9874d6a1aebc484d4bd704aea19');
}

div.jumbotron.hero-technology {
  background-image: url('/assets/img/hero-background-technology.jpg?h=d04d0c9e308517f2c0b41488f39fb7a9');
}

div.jumbotron.hero-food {
  background-image: url('/assets/img/hero-background-food.jpg?h=a5fae7a6e081f3d63fa59b24cc3522ca');
}

div.jumbotron.hero-music {
  background-image: url('/assets/img/hero-background-music.jpg?h=1341ec59138a416632d256748770d9e9');
}

div.jumbotron.hero-travel {
  background-image: url('/assets/img/hero-background-travel.jpg?h=89274da285cd08ecf8bbc5ebd28e9d24');
}

h1.hero-title, h2.hero-title, h3.hero-title {
  text-shadow: 0 3px 3px rgba(0,0,0,0.4);
  color: #fff;
}

p.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #fff;
}

