/* ===== GLOBAL STYLES ===== */
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #222;
  background-color: #fafafa;
}

/* ===== NAVBAR ===== */
.navbar {
  background-color: #003366;   /* deep blue */
}
.navbar-brand {
  font-size: 1.4rem;
  font-weight: bold;
  color: white !important;
}
.navbar-nav .nav-link {
  color: #e0e0e0 !important;
}
.navbar-nav .nav-link:hover {
  color: #ffcc00 !important;   /* gold hover */
}

/* ===== LINKS ===== */
a {
  color: #0066cc;
  text-decoration: none;
}
a:hover {
  color: #ff6600;
  text-decoration: underline;
}

/* ===== HEADINGS ===== */
h1, h2, h3, h4 {
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

/* ===== CALLOUTS ===== */
.callout {
  border-left: 4px solid #003366;
  background: #f0f4f8;
  padding: 1em;
  border-radius: 6px;
}

/* ===== FOOTER ===== */
.quarto-page-footer {
  font-size: 0.85rem;
  color: #666;
  text-align: center;
  padding: 1em 0;
  border-top: 1px solid #ddd;
  background: #f8f9fa;
}