/**
 * Theme Name: Astra Child
 * Template:   astra
 * ...other header fields
 */

.post-avatar {
  width: 150px; /* Width */
  height: auto; /* Height (different from width for oval) */
  margin: 10px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5); /* The shadow */
}

.post-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures image fills the oval without distortion */
  /* display: block; */
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin: 0 0 50px 0;
}

.jd-primary {
  margin: 0;
  display: block;
}

.group-title {
  position: absolute;
  border-radius: 20px;
  padding: 1rem 0.5rem;
  color: antiquewhite;
  text-shadow: 5px 5px 7px black;
  text-align: center;
  font-family:
    Caveat Brush,
    cursive;
  font-size: 5rem;
  font-weight: bold;
}

.event-cal-heading {
  text-shadow: 5px 5px 7px black;
  font-family:
    Caveat Brush,
    cursive;
  color: antiquewhite;
  font-size: 5rem;
  font-weight: bold;
}

.bio-wrapper {
  width: 50%;
  border: 2px solid black;
  border-radius: 20px;
  margin-left: 10px;
  padding: 0.5rem;
}

.facilitator-name {
  font-family:
    Caveat Brush,
    cursive;
  padding: 1rem;
  border-radius: 10px;
  background-color: #0d4625;
  color: antiquewhite;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.info-container {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 10px;
}

.bio-headline {
  padding: 10px;
  display: flex;
  gap: 25px;
  flex-direction: row;
  align-items: center;
  border-radius: 15px 0;
}

.activity-pics {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  border: 2px solid black;
  border-radius: 20px;
  padding: 20px;
  margin: 20px;
}

.activity-pic-hdg {
  margin-top: 15px;
  text-align: center;
}

.activity-pics img {
  border-radius: 20px;
}

.testimonial-box {
  position: relative;
}
