/* css styles */

/* Keep site header gray, subtitle white */
.quarto-title-block .quarto-title-banner {
  background-color: white; /* White background for subtitle area */
  padding-top: 1em;
  padding-bottom: 0;
}

.quarto-title-block .quarto-title-banner h1,
.quarto-title-block .quarto-title-banner h2 {
  margin: 0;
}

.quarto-title-block .quarto-title-banner h2.subtitle {
  font-size: 1.2em;
  font-style: italic;
}

.headshot {
  width: 250px;           /* increased from 160px */
  height: 250px;          /* match width for perfect circle */
  object-fit: cover;      /* crop to fill the circle nicely */
  border-radius: 50%;     
  display: block;         
  margin: 0 auto 1.25rem auto; /* center + a bit more space below */
}
@media (max-width: 500px) {
  .headshot {
    width: 160px;
    height: 160px;
  }
}

.name-heading {
  font-size: 2.5rem;      /* keep the nice big size */
  font-weight: bold;
  margin-top: 0.5rem;     /* space above name */
  margin-bottom: 1rem;  /* space before paragraph */
}

.assumption-box {
  border: 1px solid #444;
  padding: 1em;
  background-color: #f9f9f9;
  margin: 1em 0;
}

figcaption.quarto-float-caption {
  margin: auto;
  text-align: center;
}

.lemma {
  border: 1px solid #444;
  padding: 1em;
  background-color: #f9f9f9;
  margin: 1em 0;
}

