#back {
  position: absolute;
  top: 15px;
  left: 15px;
  border-bottom: none;
}

p.date {
  text-align: center;
  margin-top: -10px;
  margin-bottom: -30px;
  font-size: 12pt;
}

h1.title {
  margin-bottom: 0px;
  border-bottom: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h2.title {
  margin-bottom: 0px;
  border-bottom: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h1.main_title {
  margin-bottom: 36px;
  border-bottom: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 70px;
}

h1.smaller-title {
  font-size: 30px;
  margin-bottom: 36px;
  border-bottom: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 36px;
}

.container {
  width: 100%;
  max-width: 700px;
  margin-left: 35px;
  margin-right: 35px;
  margin-top: 70px;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, p, pre, img, ol, ul, li {
  width: 100%;
  margin-bottom: 21px;
}

p, pre {
  font-size: 21px;
  margin-bottom: 21px;
  line-height: 1.9;
  font-family: initial;
}

h1.post-title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 50px;
  margin-bottom: 25px;
}

h1.section-title {
  text-align: center;
}

h1 {
  font-size: 50px;
}

a {
  text-decoration: none;
  color: hsl(230, 51%, 51%);
}

a.footnote {
  font-size: 14px;
}

sup {
  vertical-align: top;
  position: relative;
  top: -0.3em;
}

hr {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border-top: 2px thin #FFFFFF;
}

div.byline {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  width: 100%;
  font-size: 18px;
  padding: 0px;
  margin: 0;
  border: none;
  text-align: center;
}

p.post-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  font-size: 21px;
  padding: 10px;
  margin: 0;
  border: none;
  text-align: center;
}

p.purchase-link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 24px;
  padding: 0px;
  margin: 0;
  border: none;
}

a.purchase-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  font-size: 22px;
  padding: 0px;
  margin: 0;
  border: none;
}

img.book-cover {
  display: block;
  max-width: 50%;
  height: auto;
}

table {
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}

th {
  font-size: 28px;
}

th.right {
  text-align: right;
}

th.left {
  text-align: left;
}

td {
  padding: 10px 25px 10px 25px;
}

p.date {
  text-align: center;
  margin-top: -10px;
  margin-bottom: -30px;
  font-size: 12pt;
}

p.figure-caption {
  font-size: 19px;
  margin-top: 0px;
}

blockquote p {
  font-size: 16px;
}

blockquote {
  margin-bottom: -20px;
  margin-top: -20px;
}

div.footnotes {
  width: 100%;
}

div.footnotes p {
  font-size: 16px;
  line-height: 20px;
}

div.footnotes li {
  font-size: 16px;
}

div.bio-text {
  justify-content: center;
}

div.post-nav-previous {
  /* Insert your custom styling here. Example:
     font-size: 14px;
     margin-bottom: 1em;
  */
  font-size: 24px;
  display: flex;
  flex: 1 1 0;
}

div.post-nav-next {
  justify-content: right;
  font-size: 24px;
  display: flex;
  flex: 1 1 0;
}

div.post-nav-center {
  justify-content: center;
  display: flex;
  flex: 1 1 0;
}

div.epigraph {
  justify-content: center;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
}

div.license_footer {
  justify-content: center;
  width: 100%;
}

.tooltip-toggle {
  cursor: pointer;
  position: relative;
}
.tooltip-toggle::before {
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  content: attr(aria-label);
  left: -375px;
  padding: 1rem;
  position: absolute;
  text-transform: none;
  transition: all 0.5s ease;
  width: 800px;
  font-size: 24px;
}
.tooltip-toggle::before, .tooltip-toggle::after {
  opacity: 0;
  pointer-events: none;
}
.tooltip-toggle:focus::before, .tooltip-toggle:focus::after, .tooltip-toggle:hover::before, .tooltip-toggle:hover::after {
  opacity: 1;
  transition: all 0.75s ease;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
}

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