header.site-masthead h1 {
  margin-top: 1.25rem;
}

main.home {
  padding-top: 2rem;
}

main.home .content-title {
  margin-top: 0.4rem;
}

main.home .story-group {
  font-size: 1.15em;
  text-align: left;
  margin: 2em 0 0.5em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid rgba(11, 4, 4, 0.25);
}

main.home .story-group:first-of-type {
  margin-top: 1em;
}

main.home .post-link {
  flex-direction: column;
  align-items: flex-start;
}

main.home .post-link > p {
  margin: 0.15em 0 0;
  font-size: 0.9em;
  opacity: 0.8;
}

.chapter-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
  padding-top: 1.25em;
  border-top: 1px solid rgba(11, 4, 4, 0.15);
}

.chapter-nav .chapter-next {
  margin-left: auto;
}

.chapter-discussion {
  margin-top: 2.5em;
  font-style: italic;
}

.analysis-backlink {
  margin-bottom: 1.5em;
  font-style: italic;
}

.post > .story-hub {
  max-width: 44rem;
}

.post > .story-intro {
  max-width: 40rem;
  margin: 0 auto 2.5em;
}

.story-intro img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.25em auto;
}

.story-intro p {
  text-align: left;
}

.post-content img {
  max-width: 100%;
  height: auto;
}

.post-content img.img--soft-edges,
.story-intro img.img--soft-edges {
  --feather: 12px;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 var(--feather), #000 calc(100% - var(--feather)), transparent 100%), linear-gradient(to bottom, transparent 0, #000 var(--feather), #000 calc(100% - var(--feather)), transparent 100%);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  mask-image: linear-gradient(to right, transparent 0, #000 var(--feather), #000 calc(100% - var(--feather)), transparent 100%), linear-gradient(to bottom, transparent 0, #000 var(--feather), #000 calc(100% - var(--feather)), transparent 100%);
}

.story-hub {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5em;
}
.story-hub th, .story-hub td {
  padding: 0.5em 0.75em;
  vertical-align: baseline;
}
.story-hub thead th {
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid rgba(11, 4, 4, 0.25);
}
.story-hub thead th:not(:first-child),
.story-hub .hub-link {
  text-align: center;
  white-space: nowrap;
  width: 7rem;
}
.story-hub tbody th, .story-hub tbody td {
  border-bottom: 1px solid rgba(11, 4, 4, 0.08);
}
.story-hub .hub-chapter {
  font-weight: normal;
  text-align: left;
}
.story-hub .hub-num {
  color: rgba(11, 4, 4, 0.5);
  margin-right: 0.3em;
}
.story-hub .hub-none {
  color: rgba(11, 4, 4, 0.35);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

.post-content table {
  width: 100%;
  margin: 1.5em 0;
  border-collapse: collapse;
  font-size: 0.9em;
  display: block;
  overflow-x: auto;
}

.post-content th,
.post-content td {
  border: 1px solid rgba(11, 4, 4, 0.18);
  padding: 0.45em 0.65em;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}

.post-content thead th {
  font-weight: bold;
  background: rgba(189, 204, 162, 0.2);
  border-bottom: 2px solid rgba(11, 4, 4, 0.28);
}

.post-content td p {
  text-indent: 0;
  text-align: left;
  margin: 0;
}

.quiz-intro {
  font-style: italic;
}

.quiz-question {
  border: 0;
  margin: 0 0 2em;
  padding: 0;
}

.quiz-question__text {
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 0;
}

.quiz-question__num {
  color: rgba(11, 4, 4, 0.5);
}

.quiz-hint {
  margin: 0.25em 0 0.85em;
}

.quiz-hint summary {
  cursor: pointer;
  font-style: italic;
  color: rgba(11, 4, 4, 0.7);
}

.quiz-answers {
  list-style: none;
  margin: 0;
  padding: 0;
}

.quiz-answer {
  margin: 0.35em 0;
  padding: 0.4em 0.65em;
  border: 1px solid rgba(11, 4, 4, 0.15);
  border-radius: 4px;
}

.quiz-answer__label {
  display: block;
  cursor: pointer;
}

.quiz-answer__label input {
  margin-right: 0.5em;
}

.quiz-answer__flag {
  font-weight: bold;
}

.quiz-answer__response {
  margin: 0.45em 0 0 1.6em;
  font-size: 0.95em;
  color: rgba(11, 4, 4, 0.82);
}

.quiz--js .quiz-answer__flag,
.quiz--js .quiz-answer__response {
  display: none;
}

.quiz--js .is-answered .quiz-answer__flag {
  display: inline;
}

.quiz--js .is-answered .quiz-answer__response {
  display: block;
}

.quiz--js .is-answered .quiz-answer__label {
  cursor: default;
}

.quiz--js .is-answered .quiz-answer--correct {
  border-color: rgba(56, 132, 56, 0.7);
}

.quiz--js .quiz-answer.is-correct-choice {
  background: rgba(56, 132, 56, 0.14);
  border-color: rgba(56, 132, 56, 0.7);
}

.quiz--js .quiz-answer.is-wrong-choice {
  background: rgba(176, 48, 48, 0.12);
  border-color: rgba(176, 48, 48, 0.6);
}

.quiz-score {
  font-weight: bold;
  margin-top: 1.75em;
  padding-top: 1em;
  border-top: 1px solid rgba(11, 4, 4, 0.2);
}

.picturebook-page .post-title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.post > .picturebook {
  max-width: 60rem;
}

.post .picturebook__pages {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post .picturebook__page {
  margin: 0 0 1.5em;
  padding: 0;
}

.post .picturebook__page img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid rgba(11, 4, 4, 0.12);
}

.post .picturebook--js .picturebook__page {
  display: none;
  margin-bottom: 0;
}

.post .picturebook--js .picturebook__page.is-current {
  display: block;
}

.post .picturebook--js .picturebook__page.is-current img {
  cursor: pointer;
}

.post > .picturebook {
  position: relative;
}

.post .picturebook__zoom {
  position: absolute;
  top: 0.6em;
  right: 0.6em;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  font: inherit;
  font-size: 0.85em;
  line-height: 1;
  cursor: pointer;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border: 0;
  border-radius: 4px;
  padding: 0.45em 0.7em;
}

.post .picturebook__zoom:hover,
.post .picturebook__zoom:focus-visible {
  background: rgba(0, 0, 0, 0.8);
}

.post .zoomable {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
  font: inherit;
  color: inherit;
  text-align: center;
}

.post .zoomable img {
  display: block;
  margin-inline: auto;
}

.post .zoomable__hint {
  display: block;
  margin-top: 0.4em;
  font-size: 0.8em;
  font-style: italic;
  opacity: 0.65;
}

.post .zoomable:hover .zoomable__hint,
.post .zoomable:focus-visible .zoomable__hint {
  opacity: 1;
  text-decoration: underline;
}

.post .zoomable:focus-visible {
  outline: 2px solid #bdcca2;
  outline-offset: 3px;
}

.lightbox-noscroll {
  overflow: hidden;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  overflow: auto;
  background: rgba(0, 0, 0, 0.92);
  -webkit-overflow-scrolling: touch;
}

.lightbox[hidden] {
  display: none;
}

.lightbox__img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.lightbox--pan {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox--pan .lightbox__img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  cursor: grab;
  touch-action: none;
}

.lightbox--pan .lightbox__img:active {
  cursor: grabbing;
}

.lightbox__controls {
  position: fixed;
  top: 0.5rem;
  right: 0.75rem;
  z-index: 1001;
  display: flex;
  gap: 0.4em;
}

.lightbox__btn {
  font: inherit;
  line-height: 1;
  cursor: pointer;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border: 0;
  border-radius: 6px;
  padding: 0.35em 0.7em;
  min-width: 2.2em;
}

.lightbox__btn:hover,
.lightbox__btn:focus-visible {
  background: rgba(0, 0, 0, 0.85);
}

.lightbox__out,
.lightbox__in,
.lightbox__close {
  font-size: 1.4rem;
}

.picturebook__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.25em;
  padding-top: 1em;
  border-top: 1px solid rgba(11, 4, 4, 0.15);
}

.picturebook__counter {
  color: rgba(11, 4, 4, 0.6);
}

.picturebook__btn {
  font: inherit;
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(11, 4, 4, 0.3);
  border-radius: 4px;
  padding: 0.35em 0.9em;
}

.picturebook__btn:hover {
  background: rgba(189, 204, 162, 0.2);
}

.picturebook__btn:disabled {
  opacity: 0.4;
  cursor: default;
}

@font-face {
  font-family: "Comic Dragon Runes";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("https://brainexpression.com/assets/fonts/comic-dragon-runes.ttf") format("truetype");
}
.fantasy--elder {
  font-family: "Comic Dragon Runes", EB Garamond, Garamond, Times New Roman, serif;
  font-style: normal;
  letter-spacing: 0.04em;
}

div.fantasy--elder {
  margin: 1.5em auto;
}

.post p {
  margin-bottom: 1em;
}

.post p:has(> strong:only-child > em:only-child) {
  text-indent: 0;
  margin-bottom: 0;
}

.post p:has(> strong:only-child > em:only-child) + p:not(:has(> strong:only-child > em:only-child)) {
  margin-top: 1em;
}

.post > .post-content--poem {
  max-width: 44rem;
}

.post-content--poem blockquote {
  margin: 1.5em auto;
  opacity: 1;
}

.post-content--poem blockquote > * {
  padding: 0;
}

.post-content--poem > blockquote {
  width: min(100%, var(--poem-width, 28rem));
  margin-inline: auto;
}

.post-content--poem .stanza + .stanza {
  margin-top: 1.15em;
}

.post-content--poem .stanza p {
  margin: 0;
}

.post .post-content--poem blockquote p,
.post .post-content--poem blockquote p:has(> strong:only-child > em:only-child) {
  text-indent: 0;
  padding-left: 0;
  text-align: left;
  margin-block: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/**
 * Syntax highlighting styles
 */
code.highlighter-rouge {
  background: white;
  font-family: courier, monospace;
  font-size: 0.875em;
}

.highlight {
  background: #fff;
  font-family: courier, monospace;
  font-size: 0.875em;
  margin: 2rem auto;
}
.highlight > * {
  padding: 0 1.5rem;
}
.highlighter-rouge .highlight {
  background: white;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

/* eb-garamond-regular - latin */
@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("https://brainexpression.com/assets/fonts/eb-garamond-v9-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("EB Garamond Regular"), local("EBGaramond-Regular"), url("https://brainexpression.com/assets/fonts/eb-garamond-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("https://brainexpression.com/assets/fonts/eb-garamond-v9-latin-regular.woff2") format("woff2"), url("https://brainexpression.com/assets/fonts/eb-garamond-v9-latin-regular.woff") format("woff"), url("https://brainexpression.com/assets/fonts/eb-garamond-v9-latin-regular.ttf") format("truetype"), url("https://brainexpression.com/assets/fonts/eb-garamond-v9-latin-regular.svg#EBGaramond") format("svg"); /* Legacy iOS */
}
body {
  background: #bdcca2;
  color: #0b0404;
  font-family: "EB Garamond", Garamond, "Times New Roman", serif;
  font-size: 1.3125em;
  line-height: 1.5;
}

h1 {
  font-size: 3em;
  margin: 0.5em auto;
}

h2 {
  font-size: 2em;
  margin: 1em auto;
  text-align: center;
}

h3 {
  font-size: 1.5em;
  margin: 1.3333em auto;
  text-align: center;
}

h4 {
  font-size: 1.25em;
  font-style: italic;
  margin: 1.875em auto;
  text-align: center;
}

h5 {
  font-size: 1em;
  font-style: italic;
  margin: 2em auto;
  text-align: center;
}

h6 {
  font-size: 0.875em;
  font-style: italic;
  margin: 2.25em auto;
  text-align: center;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

a {
  color: #0b0404;
}

a:focus {
  outline: 1px dashed #0b0404;
}

blockquote {
  margin: 2em auto;
  opacity: 0.8;
}
blockquote > * {
  padding: 0 3em;
}

blockquote.epigraph {
  font-style: italic;
}

small {
  font-size: 0.75em;
}

p > cite {
  display: block;
  text-align: right;
}

hr {
  border: 0;
  height: 0;
  border: 0;
  display: block;
  width: 152px;
  height: 12px;
  margin: 0.5em auto 0;
  background: url(https://brainexpression.com/assets/images/divider.svg) no-repeat top center;
  margin: 4em 0;
}

img {
  display: flex;
  max-width: 100%;
  height: auto;
  margin: 2em auto;
}

figure img {
  margin: 2em auto 1em;
}

figcaption {
  font-size: 0.875em;
  font-style: italic;
  text-align: center;
  margin-bottom: 2em;
  opacity: 0.7;
}

.divided::after {
  content: "";
  border: 0;
  display: block;
  width: 152px;
  height: 12px;
  margin: 0.5em auto 0;
  background: url(https://brainexpression.com/assets/images/divider.svg) no-repeat top center;
}

.home {
  max-width: 24em;
  margin: auto;
  padding: 4em 1em;
}

.content-title {
  font-size: 2em;
  margin-bottom: 2em;
  text-align: center;
}

.post-date {
  color: #64644B;
  display: block;
  font-size: 0.825em;
  white-space: nowrap;
  text-transform: uppercase;
}
.post-link .post-date {
  padding: 0.5em 0;
}

.site-credits {
  margin: 0 auto 2em;
  padding: 0 2em;
  text-align: center;
}

.skip-navigation {
  background: #bdcca2;
  border: 1px dashed transparent;
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  margin-top: -2.625rem;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.skip-navigation:hover, .skip-navigation:focus {
  background: rgb(194.84375, 208.515625, 170.234375);
  border-color: #0b0404;
  margin-top: 0;
}

.site-masthead {
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.site-masthead h1 {
  font-size: 3em;
  margin-bottom: 0;
  margin-top: 1em;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .site-masthead h1 {
    font-size: 6em;
  }
}

.site-masthead h2 {
  color: #64644B;
  font-size: 1.25em;
  margin: 0;
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .site-masthead h2 {
    font-size: 3em;
  }
}

.site-navigation {
  margin-top: 2rem;
  padding: 0 1rem;
}
.site-navigation:hover a, .site-navigation:focus-within a {
  opacity: 0.7;
}

.site-navigation ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.site-navigation li {
  list-style: none;
  font-size: 0.875em;
  font-variant: small-caps;
  margin: 0;
}
.site-navigation li.active a {
  text-decoration: underline;
}

.site-navigation a {
  display: block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  transition: opacity 0.125s ease-in-out;
}
.site-navigation a:hover, .site-navigation a:focus {
  opacity: 1;
}

.post-list {
  margin: 1em 0;
  list-style: none;
}
.post-list:hover .post-link, .post-list:focus-within .post-link {
  opacity: 0.6;
}

.post-list li {
  margin-bottom: 1em;
}

.post-link {
  color: #0b0404;
  display: flex;
  flex-direction: column-reverse;
  text-decoration: none;
  padding: 0.25em;
  transition: opacity 0.125s ease-in-out;
}
.post-link:hover, .post-link:focus {
  opacity: 1 !important;
}
@media (min-width: 768px) {
  .post-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .post-link .post-date {
    margin-left: auto;
  }
}

.post-link__heading {
  display: block;
  margin-right: 4em;
}
@media (min-width: 768px) {
  .post-link__heading {
    padding: 0.25em 0;
  }
}
.post-link__heading h1 {
  font-size: 1em;
  margin-bottom: 0;
  margin-top: 0;
}

.post-link__title + .post-link__excerpt {
  opacity: 0.6;
}

.post-pagination {
  margin-top: 4rem;
  font-size: 0.75em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
}
.post-pagination > * {
  flex-grow: 1;
  flex-basis: 0;
  padding: 1em 0;
}
.post-pagination:hover a, .post-pagination:focus-within a {
  opacity: 0.6;
}
.post-pagination a {
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.125s ease-in-out;
}
.post-pagination a:hover, .post-pagination a:focus {
  opacity: 1;
}

.post {
  background: white;
  margin: 2em auto;
  max-width: 60rem;
  padding: 2em 0;
  box-shadow: 12px 18px 24px rgba(60.125, 71.6875, 39.3125, 0.1);
}

.post > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
  padding: 0 1em;
}

.post > h1 {
  font-size: 2em;
  max-width: 48rem;
  padding: 2em 1em;
  text-align: center;
}

.post p {
  text-align: justify;
  text-indent: 1.5em;
  text-justify: inter-word;
}

.post p:first-of-type,
.post h2 + p {
  text-indent: 0;
}

.post a:hover {
  background: white;
}

.post dl,
.post ul,
.post ol {
  margin: 1.5em;
}

.post li {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.post-content:first-child {
  margin-top: 4em;
}

.post-meta {
  margin-bottom: 2em;
  margin-top: 2em;
  text-align: right;
}

.back-link {
  display: inline-block;
  font-size: 0.75em;
  padding: 1em;
  text-decoration: none;
  text-transform: uppercase;
}

.footnote {
  border: 1px solid #64644B;
  border-radius: 1em;
  color: #0b0404;
  display: inline;
  font-size: 0.75em;
  font-weight: 700;
  padding: 0 0.75em;
  text-decoration: none;
  margin: 0 0.25em;
}
.footnote:hover, .footnote:focus {
  background: #bdcca2;
  border-color: #bdcca2;
}

.footnotes::before {
  content: "";
  border: 0;
  display: block;
  width: 152px;
  height: 12px;
  margin: 0.5em auto 0;
  background: url(https://brainexpression.com/assets/images/divider.svg) no-repeat top center;
  margin: 4em auto;
}

.footnotes {
  margin-bottom: 4em;
}

.footnotes li {
  margin-bottom: 1em;
}

.reversefootnote {
  font-size: 0.75em;
  opacity: 0.75;
}

#search {
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

#search__input {
  background: transparent;
  border: 0;
  font: 1em "EB Garamond", Garamond, "Times New Roman", serif;
  padding: 0.5em;
  color: #0b0404;
  text-align: center;
}
#search__input:focus {
  outline: 1px dashed #0b0404;
}

#search button[type=submit] {
  display: none;
}

::-webkit-input-placeholder {
  color: #64644B;
}

::-moz-placeholder {
  color: #64644B;
}

:-ms-input-placeholder {
  color: #64644B;
}

:-moz-placeholder {
  color: #64644B;
}

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