body {
  background-color: white;
  font-family: sans-serif;
}

#title-block-header {
  display: none;
}

/* Override Quarto's default max-width container */
.page-layout-full .page-columns {
  max-width: 100% !important;
  padding: 0 !important;
}

#quarto-content {
  padding: 0 !important;
  padding-bottom: 0 !important;
  min-height: unset !important;
}

.page-layout-article {
  margin-bottom: 0 !important;
}

.columns {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  width: 100%;
  gap: 2rem;
}

.column {
  flex: 1;
}

p {
  color: #6b7280;
}

img {
  max-width: 100%;
  border-radius: 8px;
}

.navbar-brand-container .navbar-logo {
  height: 80px;       /* Increase this number until it looks right */
  max-height: 100px;   /* Prevents it from breaking the navbar layout */
  width: auto;
  margin-top: -2px;   /* Use negative margin if you need to center it vertically */
  margin-bottom: -2px;
}

.nav-footer {
  display: block !important;
  height: auto !important;
  width: 100% !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

#quarto-container {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
}

#quarto-content {
  flex: 1 !important; /* This takes the "filler" space */
}

footer.footer {
  flex: 0 !important; /* This stays as small as possible */
}

.page-rows-contents {
  padding-bottom: 0;
  margin-bottom: -3rem;
}

@media (max-width: 600px) {
  .member-table,
  .member-table tbody,
  .member-table tr {
    display: block !important;
    width: 100% !important;
  }

  .member-photo {
    display: block !important;
    width: 50% !important;
    margin: 0 auto 15px auto !important;
    padding-right: 0 !important;
    text-align: center !important;
  }

  .member-info {
    display: block !important;
    width: 100% !important;
  }
}

.alumni-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 20px 0;
  align-items: start;
}

@media (min-width: 600px) {
  .alumni-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
