/* Hide the title only on the index page */
body.index-page h1.book-title {
  display: none;
}

.custom-navbar {
  border-radius: 10px;
}

/* Hide the entire "webR Code Links" section */
.quarto-code-links {
  display: none !important;
  visibility: hidden !important;
}

.book-breadcrumb {
  display: none !important;
  visibility: hidden !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}


.center {
  style="text-align: center;"
}

/* Add spacing between metadata (author, date) and body content */
.quarto-title-meta {
  margin-bottom: 20px !important; /* Adjust space between title metadata and content */
}

/* Ensure padding between the page title and content */
.quarto-title-block {
  padding-bottom: 15px !important; /* Adjust as needed */
}

