/* ========================================================
   Custom CSS for Maratona de Programação Project Section
   ======================================================== */

/* Reduce padding and height of the global top navbar */
.navbar {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
  min-height: auto !important;
}

/* Adjust the navbar logo size to fit the compact header */
.navbar-logo {
  max-height: 1.6em !important;
}

/* Reduce vertical padding of header navigation links */
.navbar-nav .nav-link {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}

/* Adjust top margin of content layout for the thinner navbar */
#quarto-document-content {
  margin-top: 1rem;
}
