/* css styles */

#quarto-header .navbar {
  padding-top: 0.1rem !important;
  padding-bottom: 0.1rem !important;
}

.navbar-brand > img {
  max-height: 40px;   /* try 48–60 */
  height: auto;
  width: auto;
}

/* Center the page footer */
.nav-footer {
  text-align: center;
  width: 100%;
  display: block;
}

/* Optional: center each line inside the footer */
.nav-footer .nav-footer-left,
.nav-footer .nav-footer-center,
.nav-footer .nav-footer-right {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
