/* latin-ext */
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://cdn.fonts.coollabs.io/atkinson-hyperlegible/normal/400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} 
/* latin */
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://cdn.fonts.coollabs.io/atkinson-hyperlegible/normal/400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} 
/* latin-ext */
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://cdn.fonts.coollabs.io/atkinson-hyperlegible/italic/700-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} 
/* latin */
@font-face {
  font-family: 'Atkinson Hyperlegible';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://cdn.fonts.coollabs.io/atkinson-hyperlegible/italic/700-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Normalize */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Atkinson Hyperlegible", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  scrollbar-gutter: stable both-edges;
}
@view-transition {
  navigation: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure,
.highlight {
  margin-bottom: 15px;
}
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}
figure > img {
  display: block;
}
figcaption {
  font-size: 14px;
}
ul,
ol {
  margin-left: 30px;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
a {
  color: #0033a0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  transition: color 0.3s ease-out;
}
a:visited {
  color: #7C3F88;
}
a:hover {
  color: #AD0057;
  text-decoration: none;
}
blockquote {
  color: #727272;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}
code {
  padding: 1px 5px;
}
pre {
  padding: 8px 12px;
  overflow-x: scroll;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}
hr {
  color: #111;
}
/* Page Layout */
.wrapper {
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: 770px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.wrapper:after,
.footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* Menu icon */
.icon > svg {
  display: inline;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #828282;
}
.social-media-list .icon svg path {
  fill: #111;
}
.social-media-list .icon svg path:nth-child(odd) {
  fill: #fdfdfd;
}
.mastondon svg {
  height: 17px;
  width: auto;
}
.bluesky svg {
  height: 23px;
  width: auto;
  margin-left: -4px;
}
/* Skip! */
.skip_link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: block;
}
.skip_link:focus {
  position: static;
  width: auto;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
/* Header Navigation Stuff */
.site-header {
  border-top: 5px solid #424242;
  border-bottom: 1px solid #e8e8e8;
  min-height: 56px;
  position: relative;
}
.site-title {
  font-size: 26px;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title,
.site-title:visited {
  color: #424242;
}
.site-nav {
  float: right;
  line-height: 56px;
  z-index: 1;
}
.site-nav .menu-icon {
  display: none;
  margin: 5px;
}
.site-nav ul {
  margin-bottom: 0;
  margin-left: 15px;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
  text-decoration: none;
}
.site-nav .page-link:hover {
  text-decoration: underline;
}
.site-nav li {
  list-style: none;
  display: inline-block;
  margin-right: 1em;
}
.site-nav .page-link:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 30px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    line-height: 0;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    border-color: #000;
    border-width: 1px;
    background-color: #e8e8e8;
  }
  .site-nav .menu-icon > svg {
    width: 18px;
    height: 15px;
  }
  .site-nav .menu-icon > svg path {
    fill: #424242;
  }
  .site-nav .trigger {
    clear: both;
    display: none;
  }
  .site-nav:hover .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
  }
  .site-nav li {
    list-style: none;
    display: block;
    margin-right: 0;
  }
}
.breadcrumb_nav ol {
  margin: .5em 0;
  font-size: 14px;
}
.breadcrumb_nav li {
  list-style: none;
  display: inline-block;
  padding: 0 .25em;
  text-transform: uppercase;
}
.breadcrumb_nav li:after {
  content: ">";
  padding-left: 0.5em;
}
.subnav {
  margin: 10px 0;
  padding: 0;
}
.subnav:after {
  content: "";
  display: table;
  clear: both;
}
.sub_nav_item {
  display: inline-block;
  list-style: none;
  margin: 5px 20px 0 0;
}
/* Footer */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}
.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}
.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}
.social-media-list li {
  padding-bottom: 0.6em;
  position: relative;
}
.social-media-list a {
  display: inline-block;
  overflow: auto;
  position: absolute;
  padding-left: 20px;
  left: 0px;
  top: 0px;
}
.footer-col-wrapper {
  font-size: 15px;
  color: #424242;
  margin-left: -15px;
}
.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}
.footer-col-1 {
  width: calc(35% - (30px / 2));
}
.footer-col-2 {
  width: calc(20% - (30px / 2));
}
.footer-col-3 {
  width: calc(45% - (30px / 2));
}
@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: calc(50% - (30px / 2));
  }
  .footer-col-3 {
    width: calc(100% - (30px / 2));
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: calc(100% - (30px / 2));
  }
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/* Body content */
.page-content {
  padding: 30px 0;
}
.content {
  border-bottom: 1px solid #111;
}
.content p {
  text-wrap: pretty;
  hyphens: auto;
}
.page-heading {
  font-size: 20px;
}
.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}
.post-meta {
  font-size: 14px;
  color: #424242;
}
.post-link {
  display: block;
  font-size: 24px;
  font-weight: 400;
}
.post-header,
.header {
  margin-bottom: 30px;
}
.post-title,
.title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title,
  .title {
    font-size: 36px;
  }
}
.post-content,
.content {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.post-content h2,
.content h2 {
  font-size: 32px;
  line-height: 1.3;
}
@media screen and (max-width: 800px) {
  .post-content h2,
  .content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
ol li {
  margin-bottom: .4em;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}
/* An image style that I should probalby remove */
.pull-right {
  float: right;
  margin: 1em;
}
blockquote {
  color: #333;
  font-style: normal;
  letter-spacing: 0;
}
.content hr {
  margin: 20px 0;
}
/* Utility because I can't stop using floats */
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* Albums */
figure.item {
  float: left;
  margin: 0 10px 10px 0;
}
.image_wrapper {
  position: relative;
  height: 0;
  padding-bottom: calc(var(--aspect-ratio, .5625) * 100%);
}
.resource_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
details > summary {
  cursor: pointer;
}
/* details {
	display: inline-block;
	position: relative;
}

details > summary {
	padding: 0.5rem;
	cursor: pointer;
}

details > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0.5rem;
}

details[open] > ul {
	display: block;
} */
.nav_links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
}
.album-list {
  margin: 30px 0;
  display: grid;
  grid-auto-rows: 1fr;
}
.album {
  clear: both;
  border-top: 1px solid #ccc;
  margin: 10px 0;
}
.album_cover_link {
  float: right;
  display: block;
  margin: 1em 0 1em 1em;
}
@media screen and (max-width: 800px) {
  .album-list {
    display: block;
  }
  .album_cover_link {
    float: none;
    margin: 1em 1em 1em 0;
  }
}
.album_cover {
  display: block;
  width: 250px;
  height: auto;
  max-width: 100%;
}
h2.album_title_link {
  display: block;
  padding-top: 10px;
  font-size: 1.3em;
}
/* Callouts */
.callout {
  margin: 20px 0 35px;
}
.callout:after {
  content: "";
  display: table;
  clear: both;
}
.callout_title {
  font-size: 1.4em;
}
.album_item {
  width: 30%;
  margin-right: 3%;
  float: left;
}
h3.callout_post_title {
  margin-bottom: 8px;
}
.callout-post-list {
  margin-left: 0;
  list-style: none;
}
.callout-post-list > li {
  margin-bottom: 15px;
}
.callout_link {
  margin-top: .5em;
}
h2.item_heading {
  font-size: 1.1em;
}
.item_metadata {
  margin-bottom: 1em;
}
.license {
  border-top: 1px solid #424242;
}
/* Table handling */
table {
  width: 100%;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
thead th {
  vertical-align: bottom;
}
th {
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}
td {
  padding: 0.5em;
  text-align: right;
  vertical-align: top;
}
/* Exception for Songs */
.songs td {
  padding: 0.3em;
  padding-bottom: 0em;
  text-align: left;
  vertical-align: top;
}
.artist_link {
  display: block;
  margin-bottom: .4em;
}
/* Charts and Graphs for comics */
.left {
  max-width: 100px;
  text-align: left;
  float: left;
}
.right {
  max-width: 100px;
  text-align: right;
  float: right;
}
.mid,
.mid:visited {
  clear: both;
  display: block;
  margin: 2em auto;
  text-align: center;
  color: #222;
}
.mid:hover {
  text-decoration: none;
  color: #003366;
}
.chart_full {
  width: 100%;
  height: 300px;
  clear: both;
}
.chart_half {
  width: 50%;
  height: 200px;
  float: left;
  background-color: white;
}
.play_button {
  height: 1em;
  width: 1em;
  filter: brightness(0.7);
}
.play_button:hover {
  height: 1em;
  width: 1em;
  filter: brightness(1);
}
/* Lightboxes for songs */
.lightbox {
  position: static;
  height: 0;
  display: none;
  background: #ccc;
  z-index: 501;
  opacity: 0;
}
.lightbox iframe {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 360px;
  width: 480px;
  max-width: 100%;
  vertical-align: middle;
  z-index: 510;
}
.lightbox button {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 360px;
  width: 480px;
  background-color: #ccc;
  border: none;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 505;
}
.lightbox button:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 48px solid transparent;
  border-left: 72px solid rgba(146, 15, 15, 0.8);
  border-bottom: 48px solid transparent;
  position: absolute;
  top: 37%;
  left: 42%;
}
.lightbox-controls {
  position: fixed;
  height: 70px;
  width: 70px;
  top: -70px;
  right: 0;
  z-index: 502;
  background: rgba(0, 0, 0, 0.3);
}
.close-lightbox {
  display: block;
  position: absolute;
  overflow: hidden;
  height: 50px;
  width: 50px;
  text-indent: -5000px;
  right: 10px;
  top: 10px;
  transform: rotate(45deg);
}
.lightbox:target {
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 1;
  margin: auto;
  height: 100vh;
  display: block;
  background-color: #444;
}
.lightbox:target ~ .lightbox-controls {
  top: 0px;
}
.lightbox:target ~ .lightbox-controls .close-lightbox:after {
  width: 50px;
}
.lightbox:target ~ .lightbox-controls .close-lightbox:before {
  height: 50px;
}
.close-lightbox:before {
  content: '';
  display: block;
  position: absolute;
  height: 0px;
  width: 3px;
  left: 24px;
  top: 0;
  background: white;
  border-radius: 2px;
}
.close-lightbox:after {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 3px;
  top: 24px;
  left: 0;
  background: white;
  border-radius: 2px;
}
a.emoji {
  text-decoration: none;
  display: block;
  text-align: center;
}
@media (prefers-color-scheme: dark) {
  html {
    background-color: #020202;
  }
  body {
    color: #EEE;
    background-color: #020202;
  }
  /*	a {
		color: #4B8ADD;
	}

	a:visited {
		color: #2974D6
	}

	a:hover {
		color: #EEE;
	} */
  a {
    color: #6193FF;
  }
  a:visited {
    color: #BC85C7;
  }
  a:hover {
    color: #FF57AB;
  }
  blockquote {
    color: #b0b0b0;
    border-left: 4px solid #404040;
  }
  pre,
  code {
    border: 1px solid #1a1a1a;
    background-color: #111;
  }
  hr {
    color: #EEE;
  }
  img,
  .chart_full,
  .chart_half {
    filter: brightness(0.9);
    transition: filter 0.2s ease-out;
  }
  img:hover,
  .chart_full:hover,
  .chart_half:hover {
    filter: brightness(1);
  }
  .site-header {
    border-top: 5px solid #a2a2a2;
    border-bottom: 1px solid #2e2e2e;
  }
  .site-title,
  .site-title:visited {
    color: #ababab;
  }
  .site-nav .page-link {
    color: #eee;
  }
  .content {
    border-bottom: 1px solid #eee;
  }
  .icon > svg path {
    fill: #565656;
  }
  .social-media-list .icon svg path {
    fill: #eee;
  }
  .social-media-list .icon svg path:nth-child(odd) {
    fill: #020202;
  }
  .site-footer {
    border-top: 1px solid #262626;
  }
  .footer-col-wrapper {
    color: #9e9e9e;
  }
  .post-meta {
    color: #9e9e9e;
  }
  .toggle {
    border-left: 1px solid #999999;
  }
  .album {
    border-top: 1px solid #333;
  }
  .license {
    border-top: 1px solid #565656;
  }
  tr:nth-child(even) {
    background-color: #171717;
  }
  .mid,
  .mid:visited {
    color: #ddd;
  }
  .mid:hover {
    text-decoration: none;
    color: #0057ae;
  }
  .play_button {
    filter: invert(100%) brightness(0.7);
  }
  .play_button:hover {
    filter: invert(100%) brightness(1);
  }
  .lightbox {
    background: #444;
  }
  .lightbox button {
    background-color: #444;
  }
  .lightbox button:after {
    border-left: 72px solid rgba(146, 15, 15, 0.8);
  }
}
@media screen and (max-width: 600px) and (prefers-color-scheme: dark) {
  .site-nav {
    background-color: #020202;
    border: 1px solid #1d1d1d;
  }
  .site-nav .menu-icon {
    border-color: #FFF;
    background-color: #1a1a1a;
  }
  .site-nav .menu-icon > svg path {
    fill: #adadad;
  }
}

