@charset "UTF-8";

/* src/scss/site.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
html {
  line-height: 1.2;
  color: #000;
  font-family: "IMFellPica", serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}
body {
  box-sizing: border-box;
}
body *,
body *:after,
body *:before {
  box-sizing: inherit;
}
body {
  width: 100%;
  height: 100%;
  padding: 0 12px;
}
@font-face {
  font-family: "IMFellPica";
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  src: url(/assets/fonts/IMFellDWPica-Italic.woff2) format("woff2");
}
@font-face {
  font-family: "IMFellPica";
  font-weight: normal;
  font-style: regular;
  font-display: swap;
  src: url(/assets/fonts/IMFellDWPica-Regular.woff2) format("woff2");
}
.h1,
h1 {
  font-size: 2.375rem;
  line-height: 1.2631578947;
  margin-top: 1.5rem;
  margin-bottom: 6rem;
  color: #000;
  font-family:
    Constantia,
    "Lucida Bright",
    Lucidabright,
    "Lucida Serif",
    Lucida,
    "DejaVu Serif",
    "Bitstream Vera Serif",
    "Liberation Serif",
    Georgia,
    serif;
  font-weight: 400;
}
p {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
ol,
ul {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
ol ol,
ul ol {
  margin-bottom: 0;
  margin-top: 0;
}
ol ul,
ul ul {
  margin-bottom: 0;
  margin-top: 0;
}
a {
  color: #858585;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active,
a:focus {
  outline: none;
  color: #000;
}
p a {
  border-bottom: 1px solid #202020;
}
hr {
  border: 0;
  border-top: 1px solid #000;
  display: block;
  height: 1px;
  padding: 0;
  margin-bottom: 1.5rem;
}
sub,
sup {
  position: relative;
  top: -0.4rem;
  vertical-align: baseline;
}
sub {
  top: 0.4rem;
}
small {
  line-height: 1;
}
strong,
b {
  font-weight: 700;
}
.center-text {
  text-align: center;
}
.site-header {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding: 24px 0;
  font-size: 2rem;
  line-height: 1.75;
  margin-top: 0rem;
  margin-bottom: 0rem;
}
@media screen and (min-width: 960px) {
  .site-header {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 400px 1fr;
  }
}
.site-header nav {
  display: grid;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .site-header nav {
    justify-content: flex-end;
  }
}
.site-header nav a {
  color: #535353;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  position: relative;
  height: 30px;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 0;
}
.site-header nav a:hover::after {
  content: "\2766";
  text-align: center;
  left: 50%;
  top: 30px;
  margin-left: -20px;
  width: 40px;
  position: absolute;
  font-size: 16px;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 0;
}
.site-title {
  display: grid;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .site-title {
    justify-content: flex-start;
  }
}
.site-footer {
  text-align: center;
  margin: 48px 0 12px 0px;
  position: relative;
}
.site-footer p {
  margin-bottom: 0;
}
.site-footer:after {
  content: "\2766";
  text-align: center;
  left: 50%;
  top: -40px;
  margin-left: -20px;
  width: 40px;
  position: absolute;
}
.splash {
  display: grid;
  justify-content: center;
  align-items: center;
}
.splash a {
  color: #202020;
  display: inline-block;
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.4;
  margin-top: 0rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 800px) {
  .splash a {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 0rem;
    margin-bottom: 0.75rem;
    text-align: left;
  }
}
.splash a {
  position: relative;
}
.split {
  display: grid;
  grid-template-rows: auto auto;
  row-gap: 48px;
}
@media screen and (min-width: 800px) {
  .split {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .splash-split-left {
    display: grid;
    align-items: center;
    justify-content: center;
  }
}
.splash-split-left a:hover::after {
  content: "\2766";
  text-align: center;
  left: 50%;
  top: -60px;
  margin-left: -20px;
  width: 40px;
  position: absolute;
}
.splash-image {
  padding: 0;
  margin: 0;
  display: grid;
  align-items: center;
  justify-content: center;
}
.splash-image img {
  width: 100%;
  height: auto;
}
.site-menu {
  margin: 0;
  padding: 0;
}
.site-menu li {
  display: inline;
  margin-right: 1.5rem;
}
.site-menu li:last-child {
  margin-right: 0;
}
.chapters {
  counter-reset: chap-counter;
}
.chapters .split {
  margin-bottom: 96px;
}
.chapters img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 350px;
}
.chapters h1,
.chapters h2 {
  position: relative;
  text-align: center;
}
.chapters h1::after,
.chapters h2::after {
  content: "\2766";
  text-align: center;
  left: 50%;
  top: -40px;
  margin-left: -20px;
  width: 40px;
  position: absolute;
}
.chapters h2:before {
  color: #535353;
  counter-increment: chap-counter;
  content: "" counter(chap-counter, upper-roman) ": ";
}
.chapters .chapterteaser p {
  font-size: 1.375rem;
  line-height: 1.3636363636;
  margin-top: 0rem;
  margin-bottom: 0.75rem;
}
.chapter {
  position: relative;
}
.chapter .centertext {
  text-align: center;
}
.chapter .centertext p {
  padding: 0 0 0 0;
}
.chapter p,
.chapter pre,
.chapter section {
  padding: 0 24px;
}
@media screen and (min-width: 800px) {
  .chapter p,
  .chapter pre,
  .chapter section {
    padding: 0 48px;
  }
}
@media screen and (min-width: 960px) {
  .chapter p,
  .chapter pre,
  .chapter section {
    padding: 0 192px;
  }
}
.chapter h1 {
  text-align: center;
  position: relative;
  display: block;
}
.chapter h1::after {
  content: "\2766";
  text-align: center;
  left: 50%;
  top: 70px;
  margin-left: -20px;
  width: 40px;
  position: absolute;
}
.chapter h1 + p {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 0rem;
  margin-bottom: 3rem;
  font-weight: 400;
}
.chapter figure {
  margin: 0 0 48px 0;
  padding: 0;
}
.chapter figure img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 400px;
}
@media screen and (min-width: 800px) {
  .chapter figure.right {
    float: right;
    margin: 0 0 0 48px;
  }
}
@media screen and (min-width: 800px) {
  .chapter figure.left {
    float: left;
    margin: 0 48px 0 0;
  }
}
.chapterimage {
  display: grid;
  align-items: center;
  justify-content: center;
}
.shapes {
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 400px;
}
.shapes.right {
  float: right;
}
.shapes.left {
  float: left;
}
.treecat {
  shape-outside: url(/chapters/chapter6/ch6d.png);
}
.king {
  shape-outside: url(/chapters/chapter12/ch12b.png);
}
.container {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100%;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}
@media screen and (min-width: 960px) {
  .pager-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0 0 0 0;
  }
}
.pager {
  text-align: center;
}
.pager a {
  display: block;
  color: #202020;
  border-bottom: none;
  width: 175px;
}
.pager a.left {
  float: left;
  margin: 0 0 0 12px;
}
.pager a.right {
  float: right;
  margin: 0 12px 0 0;
}
.pager img {
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*# sourceMappingURL=site.css.map */
