h1 {
  margin-top: 30px;
  padding-bottom: 0.5%;
  font-family: "Libre Baskerville", serif;
  font-size: 3.125rem;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
h3 {
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: 1rem;
}
nav .navbarlogo {
  height: 100px;
  width: 100px;
  padding-bottom: 10px;
}

nav {
  background-image: url(../images/navbar-background2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.navtext:hover {
  color: #a4acea;
}
.navtext {
  font-size: 1.3rem;
  font-weight: bolder;
}
.row {
  justify-content: center;
  align-items: center;
}
.card {
  border-bottom: 8px solid #a4acea;
  border-left: 8px solid #a4acea;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}

li {
  list-style-type: none;
}

.event-icoon {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 100px;
}
.card-img-top {
  height: 350px;
}

.col-lg-3,
.col-md-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.banner {
  background-color: #a4acea;
  height: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1592px) {
  .col-lg-3 {
    width: auto;
    float: none;
  }
  .col-md-6 {
    width: 50%;
    float: left;
  }
}

@media (max-width: 1005px) {
  h1 {
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  .navbar {
    --bs-navbar-padding-y: 4rem;
  }
}
@media (max-width: 764px) {
  h1 {
    font-size: 1.5rem;
  }
  .col-lg-3,
  .col-md-6 {
    width: auto;
    float: none;
  }
}
@media (max-width: 371px) {
  h1 {
    font-size: 1.3rem;
  }
  .card-img-top {
    height: 300px;
  }
}
@media (max-width: 260px) {
  h1 {
    font-size: 1rem;
  }
  .card-title {
    font-size: 1rem;
  }
  .card-img-top {
    height: 200px;
  }
}
