.jumbotron {
  padding-top: 2rem;
  padding-bottom: 0;
  margin-bottom: 0;
  
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgb(255, 255, 255)),url('images/2025/hbg.jpg?v=20251010"');
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;

}
.jumbotron-heading img {
  max-width: 60vw;
  width: 100%;
}
.jumbotron-wrap {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
}

/*.jumbotron .container p {
  max-width: 40rem;
}*/
.description h3 img{
  max-width: 30vw;
}
.curpoint:hover{
  cursor: pointer;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}
