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/about-images/imagejpeg_2%205_1.jpg');
}

div.jumbotron.hero-photography {
  background-image: url('../../assets/img/about-images/imagejpeg_1%205_1.jpg');
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

div.jumbotron.hero-technology {
  background-image: url('../../assets/img/about-images/imagejpeg_0%205_1.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: 1100px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #fff;
  height: 449px;
  text-shadow: 1px 2px 2px #111111;
}

.carousel-item {
  padding: 20px;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  border-radius: 1px;
}

.hero-technology.carousel-hero.jumbotron {
  border-radius: 1px;
  border-color: rgba(1,1,1,0);
}

.carousel-inner {
  background-color: black;
}

