@charset "UTF-8";
html {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}

p {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

h1, h3, h5 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600 !important;
}

h2, h4, h6 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600 !important;
  text-transform: uppercase;
}

h2.bibliography {
  font-size: 1.5rem !important;
}

.button {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
}

blockquote {
  margin: 0;
}

blockquote p {
  padding: 15px;
  background: #eee;
  border-radius: 5px;
}

article img:not(.card-img-top) {
  max-width: 80%;
  max-height: 80%;
  height: inherit !important;
  display: block;
  margin: auto;
}
article .display-1, article .display-2, article .display-3, article .display-4, article .display-5, article .display-6 {
  text-align: center;
}

.nav-item .active {
  font-weight: 900;
}
.nav-item:hover {
  font-weight: 900;
  color: #4d4bcd;
}

.container a, main a {
  color: #4d4bcd;
  font-weight: 500;
}
.container a:hover, main a:hover {
  color: #fff;
  background: linear-gradient(90deg, rgb(116, 134, 177), rgb(99, 96, 104)) !important;
}

.navbar-brand {
  font-weight: 900;
}

.feature-image {
  height: 12rem;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .container {
    max-width: 1100px !important;
  }
}
.wide-gif {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto 24px;
}

article .wide-gif img {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  display: block;
}

.card-img-top {
  width: 100%;
  height: 200px; /* try 160–200px */
  object-fit: cover;
  object-position: center;
}

/* committee photo */
.committee-grid.container {
  max-width: 750px !important;
}

.committee-grid .card-body {
  font-size: 0.8rem;
}

.committee-grid .card-title {
  font-size: 0.95rem; /* try 0.9–1.0 */
  line-height: 1.15;
}

/* Logo swap (Bootstrap theme switch) */
.navbar-brand .logo-dark {
  display: none !important;
}

.navbar-brand .logo-light {
  display: inline-block !important;
}

html[data-bs-theme=dark] .navbar-brand .logo-dark {
  display: inline-block !important;
}

html[data-bs-theme=dark] .navbar-brand .logo-light {
  display: none !important;
}

/*# sourceMappingURL=styles.css.map */