/* Copyright (c) 1997-2024 CubeWerx Inc. */
/* $Id: custom.css 80083 2026-01-29 17:14:46Z gstowe $ */

/* Hide the title of the nav menu, since it's confusing. */
label.md-nav__title {
  display: none; 
}

/* Make the category titles in the nav menu more prominent so that    */
/* they're less likely to be mistaken for something you can click on. */
.md-nav__item--section > .md-nav__link {
  font-size: larger;
  padding-top: 0.5em;
}

/* Make section headers (i.e., document titles) a bit more predominant. */
.md-typeset h1 {
  font-weight: 600;
}

/* Center all images. */
img {
    display: block;
    margin: 0 auto;
}
