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=fa0a0a4e90b23dfbea4b1b4f655a1417');
}

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

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

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;
}

