@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/***************
COLOR VARIABLES
***************/
/***************
CONSISTENT SETTINGS
***************/
/***************
TYPE SETTINGS
***************/
/***************
A MORE MODERN SCALE
http://typecast.com/blog/a-more-modern-scale-for-web-typography
***************/
body {
  font-size: 0.875em;
}

body .intro {
  font-size: 0.9375em;
  line-height: 1.7;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0.5rem 0 1.5rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

h1, .h1 {
  font-size: 1.75em;
  line-height: 1.25;
}

@media (min-width: 43.75em) {
  h1, .h1 {
    font-size: 2.125em;
    line-height: 1.125;
  }
}
@media (min-width: 56.25em) {
  h1, .h1 {
    font-size: 2.5em;
    line-height: 1.05;
  }
}
h2, .h2 {
  font-size: 1.25em;
  line-height: 1.15384615;
}

@media (min-width: 43.75em) {
  h2, .h2 {
    font-size: 1.6em;
    line-height: 1.25;
  }
}
@media (min-width: 56.25em) {
  h2, .h2 {
    font-size: 1.7em;
    line-height: 1.25;
  }
}
h3, .h3 {
  font-size: 1.125em;
  line-height: 1.13636364;
}

@media (min-width: 43.75em) {
  h3, .h3 {
    font-size: 1.25em;
    line-height: 1.25;
  }
}
@media (min-width: 56.25em) {
  h3, .h3 {
    font-size: 1.5em;
    line-height: 1.25;
  }
}
h4, .h4 {
  font-size: 0.9375em;
  line-height: 1.11111111;
}

@media (min-width: 43.75em) {
  h4, .h4 {
    line-height: 1.22222222;
  }
}
blockquote {
  font-size: 1em;
  line-height: 1.25;
  padding: 0;
}

@media (min-width: 43.75em) {
  blockquote {
    font-size: 1.25em;
    line-height: 1.45833333;
  }
}
.post-list h2 {
  font-size: 1.25em;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

/***************
CLEAR AFTER FLOATS
***************/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/***************
BUTTON DEFAULTS
***************/
.button__outline, .button-tertiary, .button-secondary, .button {
  background-color: seagreen;
  display: inline-block;
  position: relative;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: normal;
  padding: 0.5em 1.5em;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 0.5em;
  transition: background-color 0.14s ease-in-out;
}
.button__outline:hover, .button-tertiary:hover, .button-secondary:hover, .button:hover, .button__outline:focus, .button-tertiary:focus, .button-secondary:focus, .button:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(33.3189189189, 100.6810810811, 63.0162162162);
}
.button__outline:active, .button-tertiary:active, .button-secondary:active, .button:active {
  top: 1px;
}

.button-secondary {
  background-color: #233E5B;
}
.button-secondary:hover {
  background-color: rgb(20.8333333333, 36.9047619048, 54.1666666667);
}
.button-tertiary {
  background-color: #aaa;
}
.button-tertiary:hover {
  background-color: rgb(144.5, 144.5, 144.5);
}

.button__outline {
  background-color: transparent;
  border: 3px solid seagreen;
  color: seagreen;
}
.button__outline:hover {
  background-color: seagreen;
  color: #fff;
}

/***************
FORM STYLING
***************/
label {
  display: block;
  margin-bottom: 5px;
}

input[type=text],
input[type=email],
input[type=phone],
input[type=password],
input[type=number],
input[type=search],
textarea {
  background: rgb(229.5, 229.5, 229.5);
  padding: 5px;
  outline: none;
  border: none;
  height: 44px;
  width: 300px;
  margin-bottom: 0.5rem;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=phone]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
  border: 1px solid seagreen;
}
input[type=text].full-width,
input[type=email].full-width,
input[type=phone].full-width,
input[type=password].full-width,
input[type=number].full-width,
input[type=search].full-width,
textarea.full-width {
  width: 100%;
}

textarea {
  height: 132px;
}

form {
  margin-bottom: 40px;
}
form .field {
  margin-bottom: 40px;
}
form .note {
  margin-top: 5px;
  color: #aaa;
}
form .req {
  font-style: italic;
}
form .error .reason {
  margin-top: 5px;
  color: #FF4136;
}
form .error input[type=text],
form .error input[type=email],
form .error input[type=phone],
form .error input[type=password],
form .error input[type=number],
form .error input[type=search],
form .error textarea {
  border-color: #FF4136;
}

/***************
TABLE STYLES
***************/
table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
}
table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 1px;
}

tr:nth-child(even) {
  background-color: rgb(246.5, 246.5, 246.5);
}
@media (prefers-color-scheme: dark) {
  tr:nth-child(even) {
    background-color: rgb(25.5, 25.5, 25.5);
  }
}

td,
th {
  text-align: left;
  padding: 0.5em;
}

th {
  background-color: seagreen;
  color: white;
}
th:last-child {
  border-right: 0;
}

/***************
  Darkly Pygments Theme
  (c) 2014 Sourcey
  http://sourcey.com
***************/
.highlight {
  white-space: pre;
  overflow: auto;
  word-wrap: normal; /* horizontal scrolling */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  background: #343642;
  color: #C1C2C3;
}

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

.highlight .gd {
  color: #2e3436;
  background-color: #0e1416;
}

.highlight .gr {
  color: #eeeeec;
  background-color: #c00;
}

.highlight .gi {
  color: #babdb6;
  background-color: #1f2b2d;
}

.highlight .go {
  color: #2c3032;
  background-color: #2c3032;
}

.highlight .kt {
  color: #e3e7df;
}

.highlight .ni {
  color: #888a85;
}

.highlight .c, .highlight .cm, .highlight .c1, .highlight .cs {
  color: #8D9684;
}

.highlight .err, .highlight .g, .highlight .l, .highlight .n, .highlight .x, .highlight .p, .highlight .ge,
.highlight .gp, .highlight .gs, .highlight .gt, .highlight .ld, .highlight .s, .highlight .nc, .highlight .nd,
.highlight .ne, .highlight .nl, .highlight .nn, .highlight .nx, .highlight .py, .highlight .ow, .highlight .w, .highlight .sb,
.highlight .sc, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .sr,
.highlight .s1, .highlight .ss, .highlight .bp {
  color: #C1C2C3;
}

.highlight .k, .highlight .kc, .highlight .kd, .highlight .kn, .highlight .kp, .highlight .kr,
.highlight .nt {
  color: #729fcf;
}

.highlight .cp, .highlight .gh, .highlight .gu, .highlight .na, .highlight .nf {
  color: #E9A94B;
}

.highlight .m, .highlight .nb, .highlight .no, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo,
.highlight .il {
  color: #8ae234;
}

.highlight .o {
  color: #989DAA;
}

.highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi {
  color: #fff;
}

.book-pages {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.book-pages img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

a.button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background: #333;
  color: white;
  text-decoration: none;
  border-radius: 4px;
}

/***************
GLOBAL STYLES
***************/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "PT Serif", Georgia, Times, serif;
  line-height: 1.75;
  font-size: 112.5%;
  color: #111;
  overflow-x: hidden;
  margin: 0;
}
body p,
body ul {
  margin: 0 0 2rem;
}

::-moz-selection {
  background: seagreen;
  color: white;
}

::selection {
  background: seagreen;
  color: white;
}

img,
video,
audio,
iframe,
object {
  max-width: 100%;
}

.container {
  max-width: 610px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

/***************
LINK STYLING
***************/
a {
  color: seagreen;
}
a:hover {
  color: rgb(26.9783783784, 81.5216216216, 51.0243243243);
}

/***************
MENU STYLING
***************/
.nav-collapse {
  z-index: 1;
}
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse ul li {
  width: 100%;
  display: block;
  background: seagreen;
  border-bottom: 2px solid rgb(52.3405405405, 158.1594594595, 98.9918918919);
}
.nav-collapse ul li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 5px 2rem;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
  clear: both;
  width: 100%;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  float: right;
  line-height: 2em;
  margin-top: 0.5em;
  background-color: seagreen;
  border-radius: 4px;
  padding: 0 0.5em;
  color: white;
  text-decoration: none;
  position: relative;
  right: 2rem;
  transition: all 0.2s ease-in-out;
}
.nav-toggle:hover {
  color: white;
  background-color: rgb(33.3189189189, 100.6810810811, 63.0162162162);
}

/***************
LIST STYLING
***************/
.noList {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 1.5rem;
}

.post ul ul,
.post ul ol,
.post ol ul,
.post ol ol {
  margin: 0;
}

/***************
PAGE STYLES
***************/
.pageTitle {
  margin: 2rem auto 1em;
  text-align: center;
}

.content {
  padding-top: 1em;
}

/***************
HEADER STYLING
***************/
.header {
  background-color: seagreen;
  background-image: url("../img/touring.jpg");
  background-size: cover;
  background-position: center center;
  color: white;
  padding: 0;
  height: 3em;
}
.header .container {
  padding: 0;
  max-width: 100%;
}
.header h1 {
  margin: 0;
  float: left;
  padding-left: 2rem;
  font-size: 1em;
  line-height: 3em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.header h1 a {
  color: white;
  text-decoration: none;
}

/***************
POST STYLING
***************/
.post .postTitle {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.post blockquote {
  clear: both;
  margin: 2.5em 0;
  padding: 0;
  line-height: 1.8;
  position: relative;
}
.post blockquote:before {
  content: "";
  position: absolute;
  top: -1.25em;
  background: seagreen;
  display: block;
  height: 2px;
  width: 150px;
  left: calc(50% - 75px);
}
.post blockquote:after {
  content: "";
  position: absolute;
  bottom: -1.25em;
  background: seagreen;
  display: block;
  height: 2px;
  width: 150px;
  left: calc(50% - 75px);
}
.post .meta {
  text-align: center;
  color: rgb(127.5, 127.5, 127.5);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.post figure {
  margin: 3rem 0;
}
.post figure figcaption {
  text-align: center;
  font-size: 0.9em;
  font-style: italic;
  color: rgb(93.5, 93.5, 93.5);
}
.post figure img {
  margin: 0 auto;
  display: block;
}
.post img {
  margin-bottom: 2rem;
}
.post .highlight {
  clear: both;
  margin-bottom: 2rem;
}
.post .dropcap {
  color: seagreen;
  margin-right: 0.45rem;
}
.post .featuredImage {
  position: relative;
  margin-top: 2rem;
}
.post .featuredImage img {
  margin-bottom: 0;
}

/***************
POST NAV STYLING
***************/
.postNav {
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
  overflow: hidden;
}
.postNav .prev,
.postNav .next {
  display: block;
  width: 100%;
  height: 5rem;
  overflow: hidden;
  position: relative;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 0.9em;
  text-transform: uppercase;
  text-align: center;
}
.postNav .prev img,
.postNav .next img {
  z-index: 1;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: auto;
}
.postNav .prev span,
.postNav .next span {
  z-index: 10;
  position: relative;
  padding: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  line-height: 1.4;
}
.postNav .prev.image,
.postNav .next.image {
  text-decoration: none;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  padding: 0 0.5rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.postNav .prev:hover.image,
.postNav .next:hover.image {
  opacity: 0.8;
}
.postNav .prev span {
  left: 0;
}
.postNav .next span {
  right: 0;
}

/***************
FOOTER STYLING
***************/
.footer {
  text-align: center;
  padding: 2rem 0;
  clear: both;
}
.footer .container {
  border-top: 4px solid rgb(216.75, 216.75, 216.75);
  padding-top: 0.5em;
  max-width: 90%;
}
.footer .copy,
.footer .footer-links {
  font-size: 0.8em;
}
.footer .copy {
  margin-bottom: 1rem;
}
.footer-links ul {
  text-align: center;
}
.footer-links ul li {
  display: inline-block;
  margin-right: 8px;
}
.footer-links ul li:last-child {
  margin-right: 0;
}
.footer-links ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease-in-out;
}
.footer-links ul li a svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-links ul li a svg .outer-shape {
  fill: seagreen;
}
.footer-links ul li a svg .inner-shape {
  fill: white;
}
.footer-links ul li:hover a svg .outer-shape {
  fill: rgb(33.3189189189, 100.6810810811, 63.0162162162);
}

/***************
PAGINATION STYLING
***************/
.pagination .next {
  float: left;
}
.pagination .previous {
  float: right;
}

/***************
POST LIST STYLING
***************/
.posts article {
  margin-bottom: 4rem;
  position: relative;
}
.posts article:before {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  background: rgb(229.5, 229.5, 229.5);
  height: 2px;
  width: 60px;
}
.posts article a {
  text-decoration: none;
}
.posts article a:hover {
  text-decoration: underline;
}
.posts article .date {
  color: rgb(127.5, 127.5, 127.5);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 0.8em;
}
.posts article h3 {
  margin: 0 0 0.5em;
}

/***************
DARK THEME STYLING
***************/
@media (prefers-color-scheme: dark) {
  body {
    background-color: #111;
    color: white;
  }
  .posts article .date {
    color: white;
  }
  .postNav {
    border-top: 1px solid rgb(25.5, 25.5, 25.5);
    border-bottom: 1px solid rgb(25.5, 25.5, 25.5);
  }
  .footer .container {
    border-top-color: rgb(25.5, 25.5, 25.5);
  }
}
.book-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.book-pages a {
  display: inline-block;
}

.book-pages a img {
  max-width: 240px;
  height: auto;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}

.book-pages a img:hover {
  transform: scale(1.05);
}

@media only screen and (min-width: 800px) {
  /***************
  GLOBAL STYLES
  ***************/
  body {
    font-size: 125%;
  }
  .content {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .content:after {
    z-index: -1;
    background: white;
    content: "";
    display: block;
    width: 100%;
    height: 10em;
    position: absolute;
    top: -2em;
    left: 0;
    transform: skewY(-2deg);
    transform-origin: bottom left;
  }
  .container {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  /***************
  HOMEPAGE STYLING
  ***************/
  #home .posts,
  #home .pageTitle,
  #home .pagination {
    width: 75%;
    float: none;
    margin: 0 auto 1.5em;
  }
  #home .pageTitle {
    margin: 2rem auto 1em;
  }
  /***************
  HEADER STYLING
  ***************/
  .header {
    height: 15em;
    position: relative;
    padding-bottom: 2em;
  }
  .header .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 800px;
    overflow: hidden;
  }
  .header h1 {
    font-size: 3em;
    line-height: 1;
    letter-spacing: -3px;
    padding-left: 0;
  }
  .header nav {
    float: left;
    clear: left;
  }
  .header nav ul {
    margin: 0;
  }
  .header nav ul li {
    display: inline;
    line-height: 3em;
    background: none;
    padding: 0 5px;
    border: none;
  }
  .header nav ul li a {
    color: white;
    font-size: 0.9em;
    text-decoration: none;
    padding: 0 0.25em;
  }
  .header nav ul li a:hover {
    color: #cccccc;
  }
  .header nav ul li.current {
    padding-bottom: 0.25em;
    border-bottom: 4px solid rgba(255, 255, 255, 0.4);
  }
  .header--large {
    height: 50vh;
  }
  .header--large .container {
    top: 90%;
    transform: translateY(-100%);
  }
  /***************
  MENU STYLING
  ***************/
  .js .nav-collapse {
    position: relative;
    max-height: none;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .js .nav-collapse ul li a {
    display: inline-block;
  }
  .nav-toggle {
    display: none;
  }
  /***************
  POST STYLING
  ***************/
  .post h1,
  .post h2,
  .post h3,
  .post h4,
  .post h5,
  .post h6,
  .post p,
  .post ul,
  .post ol,
  .post dl,
  .post .pageTitle {
    width: 75%;
    float: none;
    margin: 0 auto 2rem;
  }
  .post h1,
  .post .h1,
  .post h2,
  .post .h2,
  .post h3,
  .post .h3,
  .post h4,
  .post .h4,
  .post h5,
  .post .h5,
  .post h6,
  .post .h6 {
    margin: 1rem auto;
  }
  .post .pageTitle {
    margin: 2rem auto 1em;
  }
  .post .featuredImage {
    position: relative;
    margin-top: 2rem;
  }
  .post .featuredImage:before {
    background: white;
    content: "";
    display: block;
    width: 100%;
    height: 4em;
    position: absolute;
    top: -2em;
    left: 0;
    transform: skewY(-2deg);
    transform-origin: bottom left;
  }
  /***************
  POST NAV STYLING
  ***************/
  .postNav .prev,
  .postNav .next {
    width: 50%;
  }
  .postNav .prev {
    float: left;
    text-align: left;
  }
  .postNav .next {
    text-align: right;
    float: right;
  }
  /***************
  FOOTER STYLES
  ***************/
  .footer-links {
    float: right;
  }
  .footer .copy {
    float: left;
  }
  .footer .container {
    padding: 1rem 0;
    max-width: 800px;
  }
  /***************
  CONTACT PAGE STYLING
  ***************/
  .contactContent {
    max-width: 48%;
    margin-right: 2%;
    float: left;
  }
  #contact form {
    max-width: 48%;
    width: 48%;
    float: right;
    margin-right: 0;
  }
  /***************
  DARK THEME STYLING
  ***************/
}
@media only screen and (min-width: 800px) and (prefers-color-scheme: dark) {
  body {
    background-color: black;
    color: white;
  }
  .content:after,
  .post .featuredImage:before {
    background: black;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 137.5%;
  }
  .container {
    max-width: 990px;
  }
}
/* Search results tidy-up */
#results-container {
  margin-top: 1rem;
}

#results-container a {
  text-decoration: none;
}

#results-container a:hover {
  text-decoration: underline;
}

/* --- mobile menu icon overrides (mobile only) --- */
@media (max-width: 799px) {
  .nav-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    float: right;
    line-height: 1;
    margin-top: 0.5em;
    background: transparent;
    border-radius: 0;
    padding: 0;
    color: inherit;
    text-decoration: none;
    position: relative;
    right: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .nav-toggle:hover {
    background: transparent;
  }
  .nav-toggle svg {
    width: 28px;
    height: 28px;
  }
}
/* --- hide mobile toggle on desktop --- */
@media (min-width: 800px) {
  .nav-toggle {
    display: none !important;
  }
}
/* --- pagination styles --- */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem; /* evenly spaced */
  margin-top: 1rem;
}

.pagination a {
  text-decoration: none;
}

/* --- Homepage Recent --- */
.home-recent {
  margin-top: 2rem;
}

.home-recent__title {
  text-align: center;
  margin-bottom: 0.75rem;
}

.home-recent__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.5rem;
}

.home-recent__item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  text-align: center;
}

.home-recent__item a {
  text-decoration: none;
}

.home-recent__item time {
  opacity: 0.7;
}

.home-recent__cat {
  opacity: 0.7;
}

.home-recent__more {
  text-align: center;
  margin-top: 0.75rem;
}

.home-recent__more a {
  text-decoration: none;
}

/* --- Recent Posts: mobile tidy-up --- */
@media (max-width: 600px) {
  .home-recent__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.25rem; /* smaller gap between title and meta */
  }
  /* clamp long titles */
  .home-recent__item a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  /* wrap date + category together on one line */
  .home-recent__item time,
  .home-recent__cat {
    display: inline; /* force them inline */
    font-size: 0.9rem;
    opacity: 0.75;
    margin: 0;
  }
  /* add divider between date and category if both exist */
  .home-recent__cat::before {
    content: " • ";
    opacity: 0.6;
  }
}
/* --- Recent Page --- */
.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: baseline;
}

.meta .cats {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.cat {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 0.45em;
  border-radius: 999px;
  font-size: 0.875rem;
  line-height: 1.6;
  opacity: 0.9;
}

.cat--primary {
  text-decoration: none;
}

/* --- Fix Recent Posts meta line (mobile only) --- */
@media (max-width: 600px) {
  .home-recent__item time,
  .home-recent__item .home-recent__cat {
    display: inline; /* force them onto the same line */
    font-size: 0.9rem;
    opacity: 0.75;
    margin: 0;
  }
  .home-recent__item .home-recent__cat::before {
    content: " • ";
    opacity: 0.6;
  }
}
/* --- Recent Posts (mobile): title first line, date+category on second line --- */
@media (max-width: 600px) {
  .home-recent__item {
    display: grid; /* overrides earlier flex */
    grid-template-columns: auto auto;
    column-gap: 0.5rem;
    row-gap: 0.25rem;
    justify-content: center;
    text-align: center;
  }
  /* Title spans full width on first row, keep 2-line clamp */
  .home-recent__item > a {
    grid-column: 1/-1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  /* Date + category side-by-side on second row */
  .home-recent__item > time,
  .home-recent__item > .home-recent__cat {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.75;
    justify-self: center;
  }
  /* Dot between them */
  .home-recent__item > .home-recent__cat::before {
    content: " • ";
    opacity: 0.6;
  }
}
/* === Mobile sticky header (this site) === */
@media (max-width: 768px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 1000; /* stay above content */
    /* keep your existing header background image/color */
  }
  /* Keep anchors visible when using #hash links */
  main :is(h1, h2, h3, h4, h5, h6),
  .post :is(h1, h2, h3, h4, h5, h6),
  .page :is(h1, h2, h3, h4, h5, h6) {
    scroll-margin-top: 72px; /* adjust if your mobile header is taller/shorter */
  }
}
/* ---- Manual theme override hooks ---- */
html[data-theme=light] {
  color-scheme: light;
}

html[data-theme=dark] {
  color-scheme: dark;
}

/* Ensure strong background/text override when a manual theme is set.
   (Adjust colors if your palette differs) */
html[data-theme=dark] body {
  background: #000 !important;
  color: #e6e6e6 !important;
}

html[data-theme=light] body {
  background: #fdfdfd !important;
  color: #111 !important;
}

/* Footer theme slider */
.footer-links .theme-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 0.5rem;
}

.footer-links .theme-toggle .mode-label {
  font-size: 0.9rem;
  opacity: 0.8;
}

/* iOS-style 2-state switch */
.switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
}

.switch input {
  display: none;
}

.switch .slider {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: var(--border, #e0e0e0);
  transition: background 0.15s ease;
}

.switch .slider::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--card, #fff);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: transform 0.15s ease;
}

/* Checked = Dark */
.switch input:checked + .slider {
  background: var(--link, #2e8b57);
}

.switch input:checked + .slider::before {
  transform: translateX(20px);
}

/* Optional: respect dark backgrounds for the knob in dark mode */
html[data-theme=dark] .switch .slider::before {
  background: #0b0b0b;
}

/* Make the diagonal band/overlay follow the manual theme choice */
html[data-theme=light] .content:after,
html[data-theme=light] .post .featuredImage:before {
  background: #ffffff !important;
}

html[data-theme=dark] .content:after,
html[data-theme=dark] .post .featuredImage:before {
  background: #000000 !important;
}

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