@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,500;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,500;1,600;1,700;1,900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

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

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

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", serif;
  font-weight: 900;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

h1 {
  font-size: 2rem;
  line-height: 1.2;
  text-transform: uppercase;
}

h2 {
  font-size: 1.667rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.333rem;
  line-height: 1.2;
}

h4 {
  font-size: 1.167rem;
  line-height: 1.2;
}

h5 {
  font-size: 1rem;
  line-height: 1.2;
}

p {
  margin-bottom: 0.8rem;
}
p.byline {
  margin-top: 0;
  font-family: "Montserrat", serif;
  font-style: italic;
}

em {
  font-style: italic;
}

html {
  font-family: "Arvo", serif;
}

body {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 100vh;
  font-family: "Arvo", serif;
  font-weight: 400;
  line-height: 1.2;
}
body > header, body > main, body > footer {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
body > header, body > footer {
  min-height: 3em;
  padding-top: 1em;
  width: 100%;
}
body > header {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  background-color: #C3272C;
  color: #FFD967;
}
body > header img.banner {
  margin: auto;
  max-height: 1.5em;
  display: block;
}
body > header img.banner:focus, body > header img.banner:hover {
  outline: none;
}
body > main {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body > footer {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #C3272C;
  color: #FFD967;
  font-family: "Montserrat", serif;
  font-size: 0.833em;
}
body > footer a, body > footer a.visited {
  color: inherit;
}
body > footer img.cc-button {
  max-height: 2rem;
}

section.book:not(:last-of-type) {
  margin-bottom: 1rem;
  border-bottom: 1px solid #C3272C;
}
section.book img.cover {
  max-width: 100%;
}
section.book h2.title {
  margin-top: 0;
}
section.book p.desc {
  font-size: smaller;
  font-style: italic;
}
section.book ul.blurbs {
  margin-left: 1em;
  margin-right: 1em;
}
section.book ul.blurbs li {
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 1em;
}
section.book ul.blurbs p {
  margin: 0;
  font-family: "Montserrat", serif;
  text-transform: uppercase;
}
section.book ul.blurbs p.quote:before {
  content: "“";
  margin-left: -0.4em;
}
section.book ul.blurbs p.quote:after {
  content: "”";
}
section.book ul.blurbs cite {
  display: block;
  font-family: "Montserrat", serif;
  font-size: smaller;
  margin-left: 1em;
  margin-top: 0.4em;
}
section.book ul.blurbs cite:before {
  content: "—";
}
section.book .details ul {
  margin-top: 1.2rem;
}
section.book .details ul li {
  list-style-type: square;
  margin-bottom: 0.6em;
  margin-left: 1.2em;
  font-weight: 500;
}

@media (min-width: 800px) {
  section.book {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content min-content min-content minmax(0, 1fr);
    column-gap: 1rem;
  }
  section.book aside.poster {
    grid-column: 1;
    grid-row: 1/5;
  }
  section.book .title, section.book .byline, section.book .desc, section.book .details {
    grid-column: 2;
  }
}
main.story {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  align-self: center;
}
main.story ul {
  margin-bottom: 1.2rem;
}
main.story p.byline {
  margin-bottom: 1.2rem;
}