@media (min-width:1025px) {
  section.pageheader h1 {
    border-bottom: 3px solid #a07020;
    border-radius: 0;
  }

  .page .sidebar-drawer { width: 20em; min-width: 20em; }
  .page .sidebar-container { width: 20em; }

  div.content {
    width: calc(100% - 20em - 20px); /* !important; */
    max-width: calc(100% - 20em - 20px); /* !important; */
    min-width: calc(100% - 20em - 20px); /* !important; */
    padding: 0 1em;}
  div.main {
    max-width: 100%;
    width: 100%;
    min-width: calc(100% - 17em);
  }
  .toc-drawer {
    box-sizing: border-box;
    width: 15em;
  }
  div.page {
    max-width: calc(1440px + 15em);
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media (max-width: 1025px) {
  label.toc-overlay-icon .icon, label.nav-overlay-icon .icon, button.theme-toggle svg {
    color: var(--color-header-foreground);
  }

  div.brand, a.sidebar-brand {
    color: var(--color-header-title);
  }
}
div.brand, a.sidebar-brand {
  font-family: "Allegra Sans SC";
  font-size: 18pt;
  font-weight: 800;
}
