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/gold/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories.webp');
}

div.jumbotron.hero-photography {
  background-image: url('../../assets/img/gold/pb-10.webp');
}

div.jumbotron.hero-technology {
  background-image: url('../../assets/img/gold/celebrate-sunset-beach-creative-gemstone.jpg');
}

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

#carousel-1 {
  position: relative;
}

.hero-overlay {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  color: #fff;
}

.carousel-hero {
  height: 50vh;
  background-size: cover;
  background-position: center;
}

