@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('/etc/fonts/eb-garamond-v27-latin_latin-ext/eb-garamond-v27-latin_latin-ext-regular.woff2') format('woff2')
}
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  src: url('/etc/fonts/eb-garamond-v27-latin_latin-ext/eb-garamond-v27-latin_latin-ext-italic.woff2') format('woff2')
}
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('/etc/fonts/eb-garamond-v27-latin_latin-ext/eb-garamond-v27-latin_latin-ext-500.woff2') format('woff2')
}
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 500;
  src: url('/etc/fonts/eb-garamond-v27-latin_latin-ext/eb-garamond-v27-latin_latin-ext-500italic.woff2') format('woff2')
}
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('/etc/fonts/eb-garamond-v27-latin_latin-ext/eb-garamond-v27-latin_latin-ext-600.woff2') format('woff2')
}
@font-face {
  font-display: swap;
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 600;
  src: url('/etc/fonts/eb-garamond-v27-latin_latin-ext/eb-garamond-v27-latin_latin-ext-600italic.woff2') format('woff2')
}
@font-face {
  font-display: swap;
  font-family: 'Gentium Plus';
  font-style: normal;
  font-weight: 400;
  src: url('/etc/fonts/gentium-plus-v2-latin_latin-ext/gentium-plus-v2-latin_latin-ext-regular.woff2') format('woff2')
}
@font-face {
  font-display: swap;
  font-family: 'Gentium Plus';
  font-style: italic;
  font-weight: 400;
  src: url('/etc/fonts/gentium-plus-v2-latin_latin-ext/gentium-plus-v2-latin_latin-ext-italic.woff2') format('woff2')
}

:root {
  --hyperlink-color: #0C58A0;
  --hyperlink-hover-color: #cb4840;
}

html {
  /* This site uses the stephango.com/flexoki theme for the bg and text color. */
  color: #100f0f;
  background-color: #fffcf0;
  font-family: "Gentium Plus", serif;
  font-weight: 400;
}

h1::before {
  font-size: 20pt;
  color: #ff5d62;
  content: "* ";
}

h2::before {
  font-size: 14pt;
  color: #9cabca;
  content: "** ";
}

h3::before {
  font-size: 14pt;
  color: #76792B;
  content: "*** ";
}

h2 {
  font-size: 24pt;
}

h3 {
  font-size: 20pt;
}

h1, h2, h3, .author, .date {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

h2 {
  font-weight: 500;
}

body {
  margin: 0 auto;
  max-width: 50em;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  /* hyphens: auto; */
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  /* text-align: justify; */
  /* text-justify: inter-word; */
}

::selection {
  background-color: #FFDC74;
}



ul {
  list-style-type: circle;
}

p,
li,
summary {
  font-size: 18pt;
}
q {
  font-size: 16pt;
}
.firechickenwebring {
  padding: 30px;
  justify-content: center;
  display: flex;
  color: rgb(209, 77, 65);
  font-size: 20pt;
}

.firechickenwebring a {
  margin-right: 10px;
}
.centered-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bottom-header {
  margin-top: 8em;
  justify-content: space-evenly;
  display: flex;
  padding: 10px;
}
.center-an-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer {
  padding: 16pt;
  text-align: center;
}
.bottom-header-link {
  font-size: 20px;
}

blockquote {
  margin: 1em 2em 1em 2em;
  padding: 1em 2em 1em 2em;
  border-left: none;
  color: #fffcf0;
  background-color: #966B58;
  font-size: 16pt;
  border-radius: 4px;
  text-align: justify;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

blockquote a,
blockquote a:visited,
blockquote a:hover {
  color: #fffcf0;
  text-decoration: underline;
}

blockquote ::selection {
  color: #100f0f;
}

/* for phones */
@media (max-width: 600px) {
  body {
    font-family: "Times New Roman", Times, serif; 
    font-size: 0.9em;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  h1 {
    font-size: 1.8em;
  }
  h1::before {
    font-size: 16pt;
  }
  h2 {
    font-size: 20pt;
  }
  h2::before {
    font-size: 12pt;
  }
  h3 {
    font-size: 18pt;
  }
  h3::before {
    font-size: 12pt;
  }
  p,
  li,
  summary {
    font-size: 14pt;
  }
  q {
    font-size: 12pt;
  }

  blockquote {
    margin: 0.8em 0.2em 0.8em 0.2em;
    padding: 0.5em 1.2em 0.5em 1.2em;
    font-size: 12pt;
    border-radius: 4px;
    line-height: 1.2;
    text-align: left;
  }

  .bottom-header {
    margin-top: 5em;
  }
  .bottom-header-link {
    font-size: 16px;
  }
  .firechickenwebring {
    padding: 20px;
    font-size: 16pt;
  }
}

@media print {
  html {
    background-color: white;
  }
  body {
    background-color: transparent;
    color: black;
    font-size: 12pt;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }
}

p {
  margin: 1em 0;
}

a,
a:visited {
  color: var(--hyperlink-color);
  text-decoration: none;
}
a:hover {
  color: var(--hyperlink-hover-color);
}

img {
  max-width: 100%;
}

svg {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.4em;
}

h5,
h6 {
  font-size: 1em;
  font-style: italic;
}

h6 {
  font-weight: normal;
}

summary {
  cursor: pointer; /* Change cursor to pointer when hovering over summary */
}

ol,
ul {
  padding-left: 1.7em;
  margin-top: 1em;
}

li > ol,
li > ul {
  margin-top: 0;
}



code {
  font-family: Menlo, Monaco, Consolas, "Lucida Console", monospace;
  font-size: 100%;
  margin: 0;
  hyphens: manual;
}

pre {
  margin: 1em 0;
  overflow: auto;
}

pre code {
  padding: 0;
  overflow: visible;
  overflow-wrap: normal;
}

.sourceCode {
  background-color: transparent;
  overflow: visible;
}

hr {
  background-color: #1a1a1a;
  border: none;
  height: 1px;
  margin: 1em 0;
}

table {
  margin: 1em 0;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
  font-variant-numeric: lining-nums tabular-nums;
}

table caption {
  margin-bottom: 0.75em;
}

tbody {
  margin-top: 0.5em;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

th {
  border-top: 1px solid #1a1a1a;
  padding: 0.25em 0.5em;
}

td {
  padding: 0.125em 0.5em 0.25em 0.5em;
}

header {
  margin-bottom: 2em;
  text-align: center;
}

#TOC li {
  list-style: none;
}

#TOC ul {
  padding-left: 1.3em;
}

#TOC > ul {
  padding-left: 0;
}

#TOC a:not(:hover) {
  text-decoration: none;
}

code {
  white-space: pre-wrap;
}

span.smallcaps {
  font-variant: small-caps;
}

div.columns {
  display: flex;
  gap: min(4vw, 1.5em);
}

div.column {
  flex: auto;
  overflow-x: auto;
}

div.hanging-indent {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

/* The extra [class] is a hack that increases specificity enough to override a similar rule in reveal.js */
ul.task-list[class] {
  list-style: none;
}

ul.task-list li input[type="checkbox"] {
  font-size: inherit;
  width: 0.8em;
  margin: 0 0.8em 0.2em -1.6em;
  vertical-align: middle;
}


