@charset "UTF-8";

html, body {
  padding: 0;
  margin: 0;
  font-family: 'Atkinson Hyperlegible Next', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  font-size: 18px; }

body {
  background: #fff;
  color: #000; }

h1, h2, p {
  margin: 1em 0; }
  h1:first-child, h2:first-child, p:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, p:last-child {
    margin-bottom: 0; }

ul {
  margin-top: 5px; }

h1 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1; }

h2 {
  font-weight: bold;
  font-size: 18px; }

h3 {
  font-weight: bold;
  font-size: 18px; }

a {
  color: #0a3faa;
  text-decoration: none; }
  a:hover {
    color: #0d51da; }
  a:focus-visible {
    outline: 1px solid #0d51da;
    border-radius: 5px;
    outline-offset: 2px; }
  a:not([href]) {
    color: inherit;
    border: none; }

blockquote {
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  border-radius: 5px;
  background: #fafafa; }
  blockquote p:first-child::before {
    content: '“';
    color: #000; }
  blockquote p:last-child::after {
    content: '”';
    color: #000; }
  blockquote .emphasis {
    margin: 0 -0.4em;
    padding: 0.1em 0.4em;
    border-radius: 0.8em 0.3em;
    background: transparent;
    background-image: linear-gradient(to right, rgba(255, 225, 0, 0.1), rgba(255, 225, 0, 0.7) 4%, rgba(255, 225, 0, 0.3));
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

time {
  padding-right: .25em;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.012em;
  white-space: pre; }

img {
  max-width: 100%; }

table {
  border-collapse: collapse;
  line-height: 1;
  box-shadow: 0px 5px 10px 0px rgba(137, 117, 86, 0.05); }

td, th {
  padding: 15px;
  background: #f6f6f6;
  border: 1px solid rgba(137, 117, 86, 0.15); }

th {
  text-align: left;
  background: #fff; }

::selection {
  background: #efefef; }

.callout {
  border: 1px solid rgba(137, 117, 86, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(137, 117, 86, 0.05);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px; }
  .callout .callout-title {
    font-weight: bold;
    margin-bottom: 20px; }

.container {
  max-width: 900px;
  padding: 25px; }

.header {
  line-height: 1;
  padding: 25px; }
  @media only screen and (max-width: 980px) {
    .header {
      box-shadow: 0px 5px 10px 0px rgba(137, 117, 86, 0.05);
      border: 1px solid rgba(137, 117, 86, 0.15);
      border-top: none;
      border-left: none;
      border-right: none; } }
  .header a {
    line-height: 1;
    color: #000;
    border: none;
    text-decoration: none;
    display: block;
    margin-bottom: 20px; }
    @media only screen and (max-width: 980px) {
      .header a {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0; }
        .header a:first-of-type {
          display: block;
          margin-bottom: 10px; } }
    .header a:first-of-type {
      font-weight: bold; }
    .header a:focus-visible {
      outline: 1px solid #0d51da; }
    .header a:hover {
      color: #0d51da; }

.reading-container {
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 3px;
  grid-template-columns: 1fr 1fr 155px min-content; }
  @media only screen and (max-width: 800px) {
    .reading-container {
      grid-template-columns: auto;
      grid-auto-rows: auto; }
      .reading-container > :nth-child(4n) {
        padding-bottom: 10px;
        margin-bottom: 10px; } }

.reading-images-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 5px; }
  .reading-images-container a {
    border: none;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 1; }
    .reading-images-container a:focus-visible {
      outline: none;
      box-shadow: 0px 0px 10px 0px rgba(13, 81, 218, 0.75); }
  .reading-images-container .book {
    position: relative;
    box-shadow: 0px 5px 10px 0px rgba(137, 117, 86, 0.05);
    border: 1px solid #fff; }
    .reading-images-container .book:hover {
      box-shadow: 0px 0px 10px 0px rgba(13, 81, 218, 0.75);
      border: 1px solid rgba(10, 63, 170, 0.75); }
  .reading-images-container img {
    width: 100%;
    mix-blend-mode: multiply;
    vertical-align: top; }
  @media only screen and (max-width: 600px) {
    .reading-images-container {
      grid-template-columns: repeat(3, 1fr); } }

.story-grid {
  display: grid;
  grid-column-gap: 2px;
  grid-template-columns: minmax(0, 1fr) min-content;
  margin-bottom: 20px;
  line-height: 1.3; }
  .story-grid div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.page-grid {
  max-width: 1100px;
  display: grid;
  grid-template-columns: 200px 1fr;
  margin: auto; }
  @media only screen and (max-width: 980px) {
    .page-grid {
      grid-template-columns: auto;
      grid-auto-rows: auto; } }

.pagination-container {
  text-align: center;
  margin-bottom: 20px; }
  .pagination-container .pagination-link {
    border: 1px solid rgba(137, 117, 86, 0.15);
    border-right: none;
    padding: 5px 12px;
    display: inline-block;
    font-weight: bold;
    text-decoration: none; }
    .pagination-container .pagination-link--selected {
      background: white; }
    .pagination-container .pagination-link:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .pagination-container .pagination-link:last-child {
      border-right: 1px solid rgba(137, 117, 86, 0.15);
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
  @media only screen and (max-width: 800px) {
    .pagination-container {
      display: none; } }

.page-by-page-container {
  margin-bottom: 20px;
  grid-column-gap: 5px;
  grid-row-gap: 3px;
  display: grid;
  grid-template-columns: 1fr min-content 1fr;
  grid-auto-rows: 1fr;
  align-items: center; }
  .page-by-page-container .page-by-page-link {
    display: block; }
    .page-by-page-container .page-by-page-link:nth-of-type(2) {
      text-align: right; }
  .page-by-page-container .page-by-page-reference {
    text-align: center; }
  @media only screen and (max-width: 800px) {
    .page-by-page-container {
      display: grid;
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(137, 117, 86, 0.15); } }

.prev-next {
  display: grid;
  grid-template-columns: 1fr min-content 1fr;
  margin-top: 20px;
  border-radius: 5px;
  background: #fafafa;
  padding: 20px; }
  @media only screen and (max-width: 800px) {
    .prev-next .prev-next-spacer {
      border-top: 1px solid #eee;
      padding-top: 10px;
      margin-top: 10px; } }
  .prev-next .next {
    text-align: right; }
    @media only screen and (max-width: 800px) {
      .prev-next .next {
        text-align: center; } }
  @media only screen and (max-width: 800px) {
    .prev-next {
      grid-template-columns: 1fr;
      text-align: center; } }

.post {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(137, 117, 86, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(137, 117, 86, 0.05); }
  .post .info {
    padding-bottom: 10px;
    display: grid;
    grid-template-columns: max-content max-content auto;
    margin-bottom: 20px; }
    @media only screen and (max-width: 800px) {
      .post .info {
        grid-template-columns: auto; } }
    .post .info h2 {
      margin: 0 20px 0 0; }
    .post .info .date {
      text-align: right; }
      @media only screen and (max-width: 800px) {
        .post .info .date {
          text-align: left; } }
  @media only screen and (max-width: 800px) {
    .post {
      border: none;
      border-bottom: 1px solid rgba(137, 117, 86, 0.15);
      box-shadow: none;
      padding: 0 0 20px 0;
      border-radius: none; } }

.progress-bar {
  border: 1px solid #0a3faa;
  height: 20px;
  background: repeating-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 40%, #fff 40%, #fff 100%), repeating-linear-gradient(90deg, #0a3faa, #0a3faa 0.2%, #fff 0.2%, #fff 10%); }
  .progress-bar .progress-bar-inner {
    display: inline-block;
    background: #0d51da;
    font-size: 0.2em;
    height: 100%;
    width: 0%;
    vertical-align: top;
    transition: width 0.5s ease-in-out;
    margin-left: -1px;
    margin-top: -1px;
    border: 1px solid #0d51da; }
  .progress-bar .progress-bar-text {
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    padding-left: 5px;
    vertical-align: top; }

.book-tag,
.journal-tag {
  text-transform: capitalize; }
  .book-tag::before,
  .journal-tag::before {
    content: "●";
    position: relative;
    top: -1px;
    -webkit-text-stroke: 1px black; }
  .book-tag--cosmology::before,
  .journal-tag--cosmology::before {
    color: #d173d1; }
  .book-tag--history::before,
  .journal-tag--history::before {
    color: #e77179; }
  .book-tag--sociology::before,
  .journal-tag--sociology::before {
    color: #74a4e7; }
  .book-tag--politics::before,
  .journal-tag--politics::before {
    color: #dfd259; }
  .book-tag--fiction::before,
  .journal-tag--fiction::before {
    color: #6ccd67; }
  .book-tag--management::before,
  .journal-tag--management::before {
    color: #e3ab6b; }
  .book-tag--reference::before,
  .journal-tag--reference::before {
    color: #c3b7ab; }
  .book-tag--goals::before,
  .journal-tag--goals::before {
    color: #74a4e7; }
  .book-tag--philosophy::before,
  .journal-tag--philosophy::before {
    color: #73d1cc; }
  .book-tag--update::before,
  .journal-tag--update::before {
    color: #dfd259; }
  .book-tag--gardening::before,
  .journal-tag--gardening::before {
    color: #93c690; }
  .book-tag--miscellaneous::before,
  .journal-tag--miscellaneous::before {
    color: #a790c6; }
  .book-tag--memoir::before,
  .journal-tag--memoir::before {
    color: #be90c6; }

.breadcrumb {
  margin: 20px 0;
  border: 1px solid rgba(137, 117, 86, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(137, 117, 86, 0.05);
  border-radius: 5px;
  padding: 10px;
  color: #aaa; }
  .breadcrumb a {
    margin: 0 5px; }
    .breadcrumb a:first-child {
      margin: 0 5px 0 0; }

.view-selector {
  text-align: center;
  margin: 20px 0;
  color: #aaa; }

.page-break {
  text-align: center; }
  .page-break::before {
    content: '\3030\FE0E\3030\FE0E';
    color: #aa0a3f;
    margin: 20px 0; }

.book-card {
  border: 1px solid rgba(137, 117, 86, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(137, 117, 86, 0.05);
  padding: 20px;
  box-shadow: 0px 5px 10px 0px rgba(137, 117, 86, 0.05);
  border-radius: 5px;
  display: grid;
  grid-column-gap: 20px;
  grid-template-columns: 100px 1fr;
  margin-bottom: 20px; }
  .book-card .subtitle {
    font-style: italic; }

.hire-panel {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
  border: 1px solid rgba(137, 117, 86, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(137, 117, 86, 0.05); }
  .hire-panel--with-button {
    padding: 20px 20px 80px 20px; }
  .hire-panel img {
    float: right;
    max-width: 200px;
    margin-left: 20px;
    margin-bottom: 20px; }
  .hire-panel ul, .hire-panel li {
    padding-left: 0;
    margin-left: 10px; }
  .hire-panel .hire-button {
    background: #000;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px 14px;
    display: inline-block;
    box-shadow: 0px 5px 10px 0px rgba(137, 117, 86, 0.05);
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px); }
    .hire-panel .hire-button:hover {
      transition: all 0.2s;
      background: #0a3faa; }

.hire-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px; }
  @media only screen and (max-width: 800px) {
    .hire-container {
      grid-template-columns: repeat(1, 1fr); } }

.highlight .hll {
  background-color: #ffffcc; }

.highlight .c {
  color: #999988;
  font-style: italic; }

/* Comment */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2; }

/* Error */
.highlight .k {
  color: #000000;
  font-weight: bold; }

/* Keyword */
.highlight .o {
  color: #000000;
  font-weight: bold; }

/* Operator */
.highlight .cm {
  color: #999988;
  font-style: italic; }

/* Comment.Multiline */
.highlight .cp {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

/* Comment.Preproc */
.highlight .c1 {
  color: #999988;
  font-style: italic; }

/* Comment.Single */
.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

/* Comment.Special */
.highlight .gd {
  color: #000000;
  background-color: #ffdddd; }

/* Generic.Deleted */
.highlight .ge {
  color: #000000;
  font-style: italic; }

/* Generic.Emph */
.highlight .gr {
  color: #aa0000; }

/* Generic.Error */
.highlight .gh {
  color: #999999; }

/* Generic.Heading */
.highlight .gi {
  color: #000000;
  background-color: #ddffdd; }

/* Generic.Inserted */
.highlight .go {
  color: #888888; }

/* Generic.Output */
.highlight .gp {
  color: #555555; }

/* Generic.Prompt */
.highlight .gs {
  font-weight: bold; }

/* Generic.Strong */
.highlight .gu {
  color: #aaaaaa; }

/* Generic.Subheading */
.highlight .gt {
  color: #aa0000; }

/* Generic.Traceback */
.highlight .kc {
  color: #000000;
  font-weight: bold; }

/* Keyword.Constant */
.highlight .kd {
  color: #000000;
  font-weight: bold; }

/* Keyword.Declaration */
.highlight .kn {
  color: #000000;
  font-weight: bold; }

/* Keyword.Namespace */
.highlight .kp {
  color: #000000;
  font-weight: bold; }

/* Keyword.Pseudo */
.highlight .kr {
  color: #000000;
  font-weight: bold; }

/* Keyword.Reserved */
.highlight .kt {
  color: #445588;
  font-weight: bold; }

/* Keyword.Type */
.highlight .m {
  color: #009999; }

/* Literal.Number */
.highlight .s {
  color: #d01040; }

/* Literal.String */
.highlight .na {
  color: #008080; }

/* Name.Attribute */
.highlight .nb {
  color: #0086B3; }

/* Name.Builtin */
.highlight .nc {
  color: #445588;
  font-weight: bold; }

/* Name.Class */
.highlight .no {
  color: #008080; }

/* Name.Constant */
.highlight .nd {
  color: #3c5d5d;
  font-weight: bold; }

/* Name.Decorator */
.highlight .ni {
  color: #800080; }

/* Name.Entity */
.highlight .ne {
  color: #990000;
  font-weight: bold; }

/* Name.Exception */
.highlight .nf {
  color: #990000;
  font-weight: bold; }

/* Name.Function */
.highlight .nl {
  color: #990000;
  font-weight: bold; }

/* Name.Label */
.highlight .nn {
  color: #555555; }

/* Name.Namespace */
.highlight .nt {
  color: #000080; }

/* Name.Tag */
.highlight .nv {
  color: #008080; }

/* Name.Variable */
.highlight .ow {
  color: #000000;
  font-weight: bold; }

/* Operator.Word */
.highlight .w {
  color: #bbbbbb; }

/* Text.Whitespace */
.highlight .mf {
  color: #009999; }

/* Literal.Number.Float */
.highlight .mh {
  color: #009999; }

/* Literal.Number.Hex */
.highlight .mi {
  color: #009999; }

/* Literal.Number.Integer */
.highlight .mo {
  color: #009999; }

/* Literal.Number.Oct */
.highlight .sb {
  color: #d01040; }

/* Literal.String.Backtick */
.highlight .sc {
  color: #d01040; }

/* Literal.String.Char */
.highlight .sd {
  color: #d01040; }

/* Literal.String.Doc */
.highlight .s2 {
  color: #d01040; }

/* Literal.String.Double */
.highlight .se {
  color: #d01040; }

/* Literal.String.Escape */
.highlight .sh {
  color: #d01040; }

/* Literal.String.Heredoc */
.highlight .si {
  color: #d01040; }

/* Literal.String.Interpol */
.highlight .sx {
  color: #d01040; }

/* Literal.String.Other */
.highlight .sr {
  color: #009926; }

/* Literal.String.Regex */
.highlight .s1 {
  color: #d01040; }

/* Literal.String.Single */
.highlight .ss {
  color: #990073; }

/* Literal.String.Symbol */
.highlight .bp {
  color: #999999; }

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #008080; }

/* Name.Variable.Class */
.highlight .vg {
  color: #008080; }

/* Name.Variable.Global */
.highlight .vi {
  color: #008080; }

/* Name.Variable.Instance */
.highlight .il {
  color: #009999; }

/* Literal.Number.Integer.Long */
.rating-stars {
  display: inline-block;
  width: 80px;
  margin-top: 1px; }
  .rating-stars .star {
    width: 14px;
    height: 14px;
    margin-right: 2px;
    background: no-repeat center center url("../img/star.svg");
    display: inline-block;
    background-size: contain; }
