
html {
  height: 100vh;
  overflow-y: scroll;
}

body {
  font-size: 16px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  min-width: 20em;
  max-width: 62rem;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding-top: 0.05px;
  padding-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 100vh;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #212529;
    color: #eeeeee;
  }
  a:link { color: #dee2f6; }
  a:visited { color: #ced2e6; }
  a:hover { color: #eef2f6; }
}

#header {
  width: 100%;
  display: flex;
  justify-content: center;
}

#container {
  display: flex;
  align-items: left;
}

#sidebar {
  overflow-x: hidden;
  overflow-y: auto;
  position: sticky;
  top: 24px;
  contain: paint;
  box-sizing: border-box;
  max-height: calc(100vh - (24px * 2));
  display: block;
  width: 220px;
  min-width: 180px;
  margin-right: 2em;
}

@media only screen and (max-width: 1026px) {
  #sidebar {
    display: none;
  }
}

#sidebar h1 {
  font-size: 0.875rem;
  padding-top: 1em;
}

#sidebar ol {
  padding-left: 15px;
  margin: 2px;
  margin-top: 7px;
}

#sidebar ul {
  padding-left: 15px;
  margin: 2px;
  margin-top: 7px;
}

#content {
  grid-area: pageContent;
}

#content h1 {
  font-weight: normal;
  font-family: 'Linux Libertine','Georgia','Times','Source Serif Pro',serif;
  line-height: 1.375;
  margin-bottom: 0.25em;
  padding: 0;
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  border-bottom: 1px solid #000000;
}

@media (prefers-color-scheme: dark) {
  #content h1 { border-bottom: 1px solid #b0b0b0; }
}

#content h2 {
  font-size: 1.5em;
  font-weight: normal;
  font-family: 'Linux Libertine','Georgia','Times','Source Serif Pro',serif;
  padding-top: 0.5em;
  padding-bottom: 0.17em;
  overflow: hidden;
  display: block;
  margin: 0;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 1.375;
  border-bottom: 1px solid #a2a9b1;
}

#content p {
  display: block;
  margin-top: 0.25em;
  margin-right: 0px;
  margin-bottom: 0.25em;
  margin-left: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 22px;
  text-align: justify;
}

#content ul {
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 0px;
  line-height: 1.571;
}

#footer{
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0;
  display: flex;
  justify-content: left;
  border-top: 1px solid #e4e4e4;
  background-color: #f2f2f2;
  color: #222;
}

@media (prefers-color-scheme: dark) {
  #footer {
    background: #313539;
    color: #eeeeee;
  }
}

#footer p {
  margin-top: 12px;
  margin-bottom: 12px;
}
