.sans-serif, body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

.monospace, code,
pre, #toc {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

body {
  position: relative;
  font-size: 1rem; }

h2 {
  font-weight: 600; }

h3 {
  font-size: 1.25rem;
  font-weight: 600; }

h4 {
  font-size: 1rem;
  font-weight: 600; }

a,
a:link,
a:visited {
  text-decoration: underline; }

hr {
  margin-top: 0;
  border-top: 1px solid #000000; }

img {
  max-width: 100%; }

.navbar a,
.navbar a:link,
.navbar a:visited,
.navbar a:hover,
.navbar a:active {
  text-decoration: none; }

.tagline {
  font-style: italic;
  margin: auto;
  text-align: center; }

a.download {
  margin: 10px auto;
  padding: 20px 50px;
  text-decoration: none; }

#toc {
  position: sticky;
  top: 4rem;
  height: calc(100vh - 4rem);
  overflow-y: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 0.875rem; }
  #toc .nav-link {
    padding: 0.25rem 0.5rem; }

/*# sourceMappingURL=style.css.map */
