body {
  font-family: 'Segoe UI', sans-serif;
  max-width: 820px;
  margin: auto;
  line-height: 1.7;
  padding: 2rem 1rem;
  background-color: #f9f9f9;
}

/* Default link styles (for body links) */
a {
  color: #1d70b8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Headings */
h1, h2, h3 {
  color: #222;
}

/* Icon alignment (for iconify icons) */
.iconify {
  vertical-align: middle;
  font-size: 1.3em;
  margin-right: 6px;
}

/* Custom black link style for contact row only */
.contact-links a {
  color: black !important;
  text-decoration: none !important;
}

.contact-links a:hover {
  text-decoration: underline !important;
}

#quarto-header>nav {
  background-color: black;
  height: 56px;
}

.navbar, .navbar .navbar-brand, .navbar .nav-link {
  color: white !important;
}

.aa-SubmitIcon {
  color: white !important;
}

/* Ensure mobile (hamburger) menu has black background and white text */
.navbar-collapse {
  background-color: black !important;
}

.navbar-collapse .nav-link {
  color: white !important;
}

.navbar-collapse .nav-link:hover {
  color: #cccccc !important; /* Optional: lighter hover color */
}

.black-link {
  color: black !important;
  text-decoration: none !important;
  font-weight: bold !important;
}

.black-link:hover {
  text-decoration: underline !important;
}
