/* Project-wide style tweaks. */

/* h1 is excluded here since it's only ever the document title, whose
   styling is controlled per-page (see index.css for the homepage's
   centered, larger title; other pages keep the theme's default). */
h2, h3, h4, h5, h6 {
  text-align: center;
  border-bottom: none;
}

.time-place {
  margin-bottom: 3rem;
}

.navbar-logo {
  border-right: 0.05rem solid white;
}

.link-no-decorate a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.narrow-content {
  max-width: 800px;
  margin-inline: auto;
}

.partners-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding: 1rem 0 2rem;
}

.partners-grid img {
  max-height: 120px;
  width: auto;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.partners-grid img:hover {
  opacity: 1;
}
