@charset "UTF-8";
.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #777;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/lightbox/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/lightbox/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

@font-face {
  font-family: "Lilita One";
  src: url("/fonts/LilitaOne-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans";
  src: url("/fonts/NotoSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url("/fonts/NotoSans-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Noto Sans";
  src: url("/fonts/NotoSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans";
  src: url("/fonts/NotoSans-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}
html {
  background: #633 url("/img/bg-red.jpg") 0 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
html.browser-ios, html.browser-android {
  background: none;
}
html.browser-ios body, html.browser-android body {
  background: #633;
  background-size: auto;
  background-attachment: initial;
}
html.browser-ios #body, html.browser-android #body {
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

form {
  margin: 0;
  padding: 0;
}

a.skip-nav {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
a.skip-nav:focus {
  position: fixed;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: auto;
  height: auto;
  padding: 8px 20px;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background: #633;
  color: #FFF;
  font-family: "Lilita One", Arial, sans-serif;
  font-size: 18px;
  border: 2px solid #C99;
  border-radius: 8px;
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
  color: #FFF;
  font: 16px "Noto Sans", Arial, sans-serif;
}

#body {
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  #body {
    flex-flow: column nowrap;
    align-items: center;
  }
}
@media (max-width: 800px) {
  #body {
    margin-left: 0;
    margin-right: 0;
  }
}

main {
  display: table;
  order: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lilita One", Arial, sans-serif;
  font-weight: bold;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 2px 3px #000;
  margin: 0;
}
.browser-webkit h1, .browser-webkit h2, .browser-webkit h3, .browser-webkit h4, .browser-webkit h5, .browser-webkit h6 {
  letter-spacing: 1px; /* Webkit renders Lilita One with too little spacing. */
}
.browser-ios h1, .browser-ios h2, .browser-ios h3, .browser-ios h4, .browser-ios h5, .browser-ios h6 {
  letter-spacing: 0px; /* But iOS's Retina displays get the font kerning right. */
}

button, input[type=submit] {
  display: inline-block;
  padding: 1px 12px 4px 12px;
  border-radius: 12px;
  background: linear-gradient(#A77 0%, #633 100%);
  border: 1px solid #311;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  color: #C99;
  cursor: pointer;
  font: 16px "Noto Sans", Arial, sans-serif;
  font-weight: bold;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 2px 3px #000;
}
button:hover, input[type=submit]:hover {
  color: #FFF;
  background: linear-gradient(#DAA 0%, #966 100%);
  text-decoration: none;
  border-color: #422;
}

input[type=text], input[type=password] {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom-color: rgba(255, 255, 255, 0.25);
  border-right-color: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  padding: 2px 4px;
  background: #DCC;
  color: #000;
  font: 16px "Noto Sans", Arial, sans-serif;
}

main.comic-page {
  text-align: center;
}

img.main-image {
  background: #422;
  box-shadow: 0 0 10px #000;
  cursor: zoom-in;
}

h1 {
  display: flex;
  text-align: center;
  background: linear-gradient(rgba(255, 224, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-bottom: 1px solid #422;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  flex-flow: row nowrap;
  align-items: center;
}
h1 .logo {
  display: inline-block;
  vertical-align: top;
  width: 402px;
  height: 85px;
  min-width: 402px;
  background: url("../img/DayTwoSmall.png") 0 0 no-repeat;
  order: 2;
}
h1 .logo > .text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
h1 .logo:hover {
  filter: brightness(120%);
}
h1 .links1 {
  order: 1;
  display: flex;
  font-size: 30px;
  padding-bottom: 4px;
  flex-flow: row nowrap;
}
h1 .links2 {
  order: 2;
  display: flex;
  font-size: 30px;
  padding-bottom: 4px;
  flex-flow: row nowrap;
}
h1 a, h1 a:link, h1 a:visited {
  color: #CAA;
  text-decoration: none;
}
h1 .text-link.hover {
  color: #FFF;
  text-decoration: none;
}
h1.full-width {
  justify-content: space-evenly;
}
@media (max-width: 1024px) {
  h1.full-width {
    display: none;
  }
}
h1.full-width .img-link {
  display: block;
  width: 68px;
  height: 68px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.75));
}
h1.full-width .img-link.hover {
  filter: drop-shadow(0 0 3px #FFF) drop-shadow(0 3px 3px rgba(0, 0, 0, 0.75));
}
h1.full-width .chloe-link {
  background: url("../img/chibis/ChibiChloe.png") 0 0 no-repeat;
  background-size: contain;
}
h1.full-width .zia-link {
  background: url("../img/chibis/ChibiZia2.png") 0 0 no-repeat;
  background-size: contain;
}
h1.full-width .lynne-link {
  background: url("../img/chibis/ChibiLynne.png") 0 0 no-repeat;
  background-size: contain;
}
h1.full-width .angel-link {
  background: url("../img/chibis/ChibiAngel.png") 0 0 no-repeat;
  background-size: contain;
}
h1.full-width .text-link.about, h1.full-width .text-link.archive {
  display: block;
  text-align: left;
  padding-right: 40px;
  padding-left: 0px;
}
h1.full-width .text-link.characters, h1.full-width .text-link.faq {
  display: block;
  text-align: right;
  padding-left: 40px;
  padding-right: 0px;
}
h1.compact {
  display: none;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
}
@media (max-width: 1024px) {
  h1.compact {
    display: flex;
  }
}
h1.compact .separator-bar {
  text-shadow: none;
  font-size: 16px;
  color: rgba(255, 192, 192, 0.25);
  display: inline-block;
  vertical-align: middle;
}
h1.compact .main {
  order: 2;
  white-space: nowrap;
}
@media (max-width: 640px) {
  h1.compact .main {
    white-space: normal;
  }
}
h1.compact .chibi-img {
  display: block;
  width: 96px;
  height: 96px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.75));
}
h1.compact .chibi-img.chloe {
  background: url("../img/chibis/ChibiChloe.png") 0 0 no-repeat;
  background-size: contain;
  order: 1;
}
h1.compact .chibi-img.zia {
  background: url("../img/chibis/ChibiZia2.png") 0 0 no-repeat;
  background-size: contain;
  order: 3;
}
@media (max-width: 640px) {
  h1.compact .chibi-img {
    display: none;
  }
}
.browser-ios h1 {
  border-top: 1px solid #000;
  padding-top: 4px;
}

h2 {
  font-size: 47px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 21px;
}

h6 {
  font-size: 18px;
}

a, a:visited {
  color: #C99;
  text-decoration: none;
}
a:active, a:hover {
  color: #FFF;
  text-decoration: underline;
}
html body a.disabled, html body a.disabled:visited, html body a.disabled:active, html body a.disabled:hover {
  color: #966;
  text-decoration: none;
  cursor: default;
}

hr {
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0;
  padding: 0;
}

nav.nav {
  display: flex;
  flex-flow: row nowrap;
  margin: 16px 0 24px 0;
  font-size: 21px;
  font-family: "Lilita One", Arial, sans-serif;
  font-weight: bold;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 2px 3px #000;
  align-items: center;
  justify-content: center;
}
.browser-webkit nav.nav {
  letter-spacing: 1px;
}
.browser-ios nav.nav {
  letter-spacing: 0px;
}
nav.nav span.separator-bar {
  opacity: 0.1;
  text-shadow: none;
}
nav.nav a.nav-link {
  margin: 4px;
  padding: 0px 12px 3px 12px;
  border-radius: 12px;
  background: linear-gradient(#A77 0%, #633 100%);
  border: 2px solid #311;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}
nav.nav a.nav-link:hover {
  background: linear-gradient(#DAA 0%, #966 100%);
  color: #FFF;
  text-decoration: none;
  border-color: #422;
}
nav.nav a.nav-link:active {
  background: linear-gradient(#EBB 0%, #A77 100%);
  color: #FFF;
  text-decoration: none;
  border-color: #422;
}
nav.nav a.page-link {
  font-size: 26px;
  padding: 10px 16px 14px 16px;
  background: linear-gradient(#C99 0%, #633 100%);
}
.browser-ios nav.nav a.page-link {
  padding-bottom: 10px;
}
nav.nav a.end-link {
  padding: 4px 12px 8px 12px;
}
nav.nav a.ch-link {
  padding: 4px 12px 8px 12px;
}
nav.nav a.prev {
  padding-right: 24px;
}
nav.nav a.next {
  padding-left: 24px;
}
nav.nav a.disabled, nav.nav a.disabled:visited, nav.nav a.disabled:hover, nav.nav a.disabled:active {
  color: rgba(255, 192, 192, 0.1);
  text-shadow: none;
  background: rgba(255, 192, 192, 0.05);
  box-shadow: 0 0 4px rgba(255, 192, 192, 0.05);
  border: none;
  cursor: default;
}
@media (max-width: 900px) {
  nav.nav {
    flex-flow: row wrap;
  }
  nav.nav span.separator-bar {
    display: none;
  }
  nav.nav span.wrap-break {
    display: block;
    flex-basis: 100%;
  }
  nav.nav span.wrap-break1 .inner {
    margin: 8px auto;
    display: block;
    max-width: 350px;
    height: 0px;
    border-top: 3px solid rgba(255, 255, 255, 0.1);
  }
  nav.nav a.prev {
    order: 1;
  }
  nav.nav a.next {
    order: 2;
  }
  nav.nav span.wrap-break1 {
    order: 3;
  }
  nav.nav a.first {
    order: 4;
  }
  nav.nav a.start-ch {
    order: 5;
  }
  nav.nav a.prev-ch {
    order: 5;
  }
  nav.nav a.next-ch {
    order: 6;
  }
  nav.nav a.last {
    order: 7;
  }
  nav.nav span.wrap-break2 {
    order: 8;
  }
}
@media (max-width: 540px) {
  nav.nav span.wrap-break1 .inner {
    max-width: 250px;
  }
  nav.nav a.start-ch {
    order: 4;
  }
  nav.nav a.prev-ch {
    order: 4;
  }
  nav.nav a.next-ch {
    order: 5;
  }
  nav.nav span.wrap-break2 {
    order: 6;
  }
  nav.nav a.first {
    order: 7;
  }
  nav.nav a.last {
    order: 8;
  }
}

h2.comic-titles {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
  margin: 0 0 16px 0;
}
@media (max-width: 800px) {
  h2.comic-titles {
    flex-flow: column nowrap;
    align-items: flex-start;
  }
}
h2.comic-titles .page-title {
  flex: 1 1 auto;
  text-align: left;
  font-size: 38px;
  margin-right: 1em;
}
@media (max-width: 800px) {
  h2.comic-titles .page-title {
    order: 2;
  }
}
h2.comic-titles .chapter-title {
  font-size: 34px;
  color: #CAA;
  margin: 0 auto;
}
h2.comic-titles .chapter-title:hover, h2.comic-titles .chapter-title:active {
  text-decoration: none;
  color: #FFF;
}
@media (max-width: 800px) {
  h2.comic-titles .chapter-title {
    order: 1;
    margin-bottom: 8px;
  }
}
h2.comic-titles .number, h2.comic-titles .text {
  white-space: nowrap;
}

.misc-meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.misc-meta div.comments, .misc-meta div.permalink {
  display: inline-block;
  flex: 0 0 auto;
  margin: 8px;
  position: relative;
  top: 0;
  left: 0;
  white-space: nowrap;
  background: rgba(48, 16, 24, 0.5);
  padding: 12px 16px;
  border-radius: 16px;
  color: #FFF;
  text-shadow: 0 0 2px #000;
}
.misc-meta div.comments a, .misc-meta div.comments a:visited, .misc-meta div.permalink a, .misc-meta div.permalink a:visited {
  color: #CAA;
}
.misc-meta div.comments a:hover, .misc-meta div.comments a:active, .misc-meta div.permalink a:hover, .misc-meta div.permalink a:active {
  color: #FFF;
}
.misc-meta .permalink-popup {
  display: none;
  position: absolute;
  top: 105%;
  left: 50%;
  background: rgba(255, 255, 255, 0.5);
  padding: 8px 12px;
  border-radius: 16px;
  color: #000;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
  text-shadow: none;
  white-space: nowrap;
}
.misc-meta .permalink-copied-popup {
  background: #FFF;
}

.related {
  display: table;
  margin: 8px auto;
  white-space: nowrap;
  background: rgba(48, 16, 24, 0.5);
  padding: 12px 16px;
  border-radius: 16px;
  color: #FFF;
  text-shadow: 0 0 2px #000;
}
.related header {
  display: inline;
  font-weight: bold;
  padding-right: 0.5em;
}
.related ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.related ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  padding-right: 0.5em;
  margin-right: 0.25em;
  border-right: 2px solid rgba(255, 255, 255, 0.1);
}
.related ul li:last-child {
  content: "";
  padding: 0;
  margin: 0;
  border: none;
}

.description {
  text-align: left;
  max-width: 700px;
  background: rgba(48, 16, 24, 0.5);
  padding: 12px 16px;
  border-radius: 16px;
  color: #FFF;
  text-shadow: 0 0 2px #000;
  font-size: 18px;
  margin: 16px auto;
  line-height: 1.5em;
}
.description header.description-header {
  display: flex;
  flex-flow: row nowrap;
}
.description .sig, .description .date {
  display: block;
  text-align: right;
  font-style: italic;
}
.description .separator {
  font-size: 75%;
  opacity: 0.25;
  display: inline-block;
  padding: 0 0.25em;
}
.description .buttons {
  display: block;
  text-align: left;
  font-style: italic;
  flex: 1 1 auto;
}
.description .buttons a, .description .buttons a:visited {
  color: #C99;
}
.description .buttons a:hover, .description .buttons a:active {
  color: #FFF;
}
.description .buttons .toggle-script .arrow {
  font-style: normal;
  display: inline-block;
}
.description .buttons .toggle-script.open .arrow {
  transform: rotate(90deg);
}
.description .script {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  color: #C99;
  margin-bottom: 0;
}
.description .script.open {
  position: static;
  width: auto;
  height: auto;
  padding: revert;
  margin: revert;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.description .script li {
  line-height: 1.333em;
  margin-bottom: 0.667em;
}
.description .script .character-list {
  margin-left: 2em;
  text-indent: -1em;
}
.description .script .character-list .characters:before {
  display: inline-block;
  width: 1em;
  height: 1px;
}

div.main-sidebar {
  order: 2;
  text-align: center;
  margin: 8px 0 64px 16px;
}
@media (max-width: 1280px) {
  div.main-sidebar {
    margin: 16px 0;
  }
}
div.main-sidebar img.chloe-and-zia {
  display: block;
  margin: 0 auto 16px auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6667);
  border-radius: 149px;
  border: 1px solid rgba(0, 0, 0, 0.6667);
}
@media (max-width: 1280px) {
  div.main-sidebar img.chloe-and-zia {
    display: none;
  }
}

aside.chapters {
  display: table;
  background: rgba(48, 16, 24, 0.5);
  padding: 12px 16px;
  border-radius: 16px;
  color: #DCC;
  white-space: nowrap;
  text-align: left;
  font-family: "Lilita One", Arial, sans-serif;
  font-weight: bold;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0px 2px 3px #000;
  font-size: 25px;
}
.browser-webkit aside.chapters {
  letter-spacing: 1px; /* Webkit renders Lilita One with too little spacing. */
}
.browser-ios aside.chapters {
  letter-spacing: 0px; /* But iOS's Retina displays get the font kerning right. */
}
aside.chapters header {
  display: inline-block;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #FFF;
  color: #FFF;
  font-size: 30px;
}
aside.chapters a, aside.chapters a:link, aside.chapters a:visited {
  color: #CAA;
}
aside.chapters a:hover, aside.chapters a:active {
  text-decoration: none;
  color: #FFF;
}
aside.chapters a.disabled, aside.chapters a.disabled:visited, aside.chapters a.disabled:active, aside.chapters a.disabled:hover {
  color: #966;
  text-decoration: none;
  cursor: default;
}
aside.chapters hr {
  border: none;
  margin-top: 0.7em;
  border-top: 2px solid rgba(0, 0, 0, 0.25);
  padding-top: 0.7em;
}
aside.chapters ol {
  display: block;
  padding: 0;
  margin: 0;
}
aside.chapters ol li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
aside.chapters .chapter-list {
  padding-bottom: 0.7em;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 0.7em;
}
@media (max-width: 1280px) {
  aside.chapters {
    display: flex;
    flex-flow: row nowrap;
  }
  aside.chapters .chapter-list {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    padding-right: 0.7em;
    border-right: 2px solid rgba(0, 0, 0, 0.25);
    margin-right: 0.7em;
  }
}
@media (max-width: 800px) {
  aside.chapters {
    display: block;
  }
  aside.chapters .chapter-list {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    padding-bottom: 0.7em;
    border-bottom: 2px solid rgba(0, 0, 0, 0.25);
    margin-bottom: 0.7em;
  }
}

body > footer {
  position: relative;
  text-align: center;
  margin: 16px 0 0 0;
  padding: 12px 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
}
body > footer .admin-login-link {
  position: absolute;
  bottom: 14px;
  right: 40px;
  opacity: 0.75;
}
body > footer .rss-link {
  position: absolute;
  bottom: 8px;
  right: 8px;
}

h2.about {
  margin: 16px 0 8px 0;
  text-align: center;
}

.about-descriptions {
  display: flex;
  flex-flow: row nowrap;
}

.about-blurb, .about-meta {
  width: 440px;
  text-align: left;
  background: rgba(48, 16, 24, 0.5);
  padding: 1px 20px;
  border-radius: 16px;
  color: #FFF;
  text-shadow: 0 0 2px #000;
  font-size: 18px;
  margin: 18px auto;
  line-height: 1.5em;
}

.about-blurb {
  font-style: italic;
  text-indent: 1em;
}

.about-meta {
  font-size: 17px;
}

#body .characters {
  width: 1000px;
  font-size: 18px;
}
#body .characters h2 {
  text-align: center;
  margin-bottom: 1.5em;
}
#body .characters h3 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.125);
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 47px;
}
#body .characters h4 {
  font-size: 34px;
}
#body .characters .character-group {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  justify-content: center;
  margin: 1.5em;
}
#body .characters .character-group .text {
  flex: 1 1 auto;
  order: 2;
  max-width: 500px;
}
#body .characters .character-group .image-left, #body .characters .character-group .image-right {
  flex: 0 0;
  filter: drop-shadow(0 1px 8px rgba(0, 0, 0, 0.5));
}
#body .characters .character-group .image-left {
  order: 1;
  margin-right: 30px;
  align-self: flex-start;
}
#body .characters .character-group .image-right {
  order: 3;
  margin-left: 30px;
  align-self: flex-end;
}

#body .faq {
  text-align: left;
  max-width: 700px;
  background: rgba(48, 16, 24, 0.5);
  padding: 16px 24px 24px 24px;
  border-radius: 16px;
  color: #FFF;
  text-shadow: 0 0 2px #000;
  font-size: 18px;
  margin: 24px auto;
  line-height: 1.5em;
}
#body .faq a {
  text-decoration: underline;
}
#body .faq h3 {
  margin: 4px 0 20px 0;
  padding-bottom: 4px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.125);
}
#body .faq .q {
  margin: 16px 0 4px 0;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
#body .faq .q::before {
  content: "•  ";
  color: #C99;
}
#body .faq .a {
  padding-left: 2em;
  color: #FCC;
}

.main-sidebar .search {
  margin: 16px auto;
}
.main-sidebar .search input {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  background: rgba(48, 16, 24, 0.5);
  color: #CAA;
  border: 1px solid rgb(48, 16, 24);
  margin: 1px 0 0 0;
}
.main-sidebar .search button {
  vertical-align: top;
  margin: 0;
}

#body.archives .search {
  text-align: center;
  margin-bottom: 1em;
}
#body.archives .search input {
  width: 300px;
}
@media (max-width: 1024px) {
  #body.archives .search input {
    font-size: 24px;
    width: 400px;
  }
}
@media (max-width: 800px) {
  #body.archives .search input {
    width: 250px;
  }
}
@media (max-width: 1024px) {
  #body.archives .search button {
    font-size: 26px;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#body.archives {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-evenly;
  position: relative;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  #body.archives {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
#body.archives .chapter-dropdown-container {
  margin-top: 6em;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
#body.archives .chapter-dropdown-container .chapter-dropdown-button {
  display: none;
  visibility: hidden;
}
@media (max-width: 1024px) {
  #body.archives .chapter-dropdown-container {
    margin-top: 0;
  }
  #body.archives .chapter-dropdown-container .chapter-dropdown-button {
    display: inline-block;
    visibility: visible;
    margin-bottom: 16px;
    font-size: 26px;
    font-family: "Lilita One", Arial, sans-serif;
    padding: 3px 24px 5px 24px;
    border-radius: 24px;
  }
  #body.archives .chapter-dropdown-container .chapter-dropdown {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 44px;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 2px 4px 8px rgb(0, 0, 0);
  }
}
#body.archives .chapter-dropdown {
  position: sticky;
  top: 0.5em;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  white-space: nowrap;
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 0.5em;
  padding: 0.25em 0;
  color: rgba(255, 255, 255, 0.75);
  background: #6D393D;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  #body.archives .chapter-dropdown {
    font-size: 22px;
  }
  #body.archives .chapter-dropdown h4 {
    font-size: 32px;
  }
}
#body.archives .chapter-dropdown hr {
  margin: 0.25em 0;
  border-color: rgba(0, 0, 0, 0.25);
}
#body.archives .chapter-dropdown h4 {
  margin-bottom: 0.125em;
  padding-left: 12px;
  color: rgba(255, 255, 255, 0.9);
  cursor: default;
}
#body.archives .chapter-dropdown ul {
  margin: 0;
  padding: 0;
}
#body.archives .chapter-dropdown ul li {
  margin: 0;
  list-style: none;
}
#body.archives .chapter-dropdown ul li a, #body.archives .chapter-dropdown ul li a:link, #body.archives .chapter-dropdown ul li a:visited, #body.archives .chapter-dropdown ul li a:hover, #body.archives .chapter-dropdown ul li a:active {
  display: flex;
  flex-flow: row nowrap;
  padding: 2px 12px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}
#body.archives .chapter-dropdown ul li a:hover, #body.archives .chapter-dropdown ul li a:active {
  color: #FFF;
  background: rgba(51, 17, 17, 0.5);
}
#body.archives .chapter-dropdown ul li .chapter-number {
  padding-right: 0.25em;
}
#body.archives .chapter-dropdown ul li .title {
  flex: 1 1 auto;
}
#body.archives .chapter-dropdown ul li .arrow {
  display: none;
  visibility: hidden;
}
#body.archives .chapter-dropdown ul li.selected {
  padding-right: 12px;
  font-weight: bold;
  background: #311;
}
#body.archives .chapter-dropdown ul li.selected a {
  color: #FFF;
}
#body.archives .chapter-dropdown ul li.selected .arrow {
  display: block;
  visibility: visible;
  float: right;
  position: relative;
  top: 0;
  right: -12px;
}
@media (max-width: 1024px) {
  #body.archives .chapter-dropdown ul li.selected .arrow {
    display: none;
  }
}
#body.archives .empty-list {
  padding: 8em 0;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  text-align: center;
  color: #FFF;
}
#body.archives ol.pages {
  display: flex;
  flex-flow: wrap;
  margin: 1em;
  padding: 0;
  justify-content: center;
  align-items: baseline;
}
#body.archives ol.pages li.page {
  display: block;
  list-style: none;
  margin: 0.125em;
  padding: 0.5em;
  border-radius: 0.75em;
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
}
#body.archives ol.pages li.page a, #body.archives ol.pages li.page a:visited a:hover, #body.archives ol.pages li.page a:active {
  text-decoration: none;
}
#body.archives ol.pages li.page:hover {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px #FFF;
}
#body.archives ol.pages li.page img {
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  height: 200px;
}
@media (max-width: 1280px) {
  #body.archives ol.pages li.page img {
    height: 150px;
  }
}
@media (max-width: 800px) {
  #body.archives ol.pages li.page img {
    height: 100px;
  }
}
#body.archives ol.pages li.page .thumb-description {
  white-space: wrap;
}
#body.archives ol.pages li.page .title {
  color: #FFF;
}
#body.archives ol.pages li.page .number {
  color: rgba(255, 255, 255, 0.75);
}
#body.archives ol.pages li.page .date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 90%;
  display: block;
}
#body.archives .pager {
  text-align: center;
  margin: 0 auto;
  font-size: 125%;
  cursor: default;
}
#body.archives .pager.pager-top {
  margin-bottom: 16px;
}
#body.archives .pager.pager-bottom {
  margin-top: 16px;
}
#body.archives .pager .separator-bar {
  padding: 0 0.25em;
}
#body.archives .pager a {
  white-space: nowrap;
  padding: 0.125em 0.667em;
  border-radius: 0.5em;
}
#body.archives .pager a:hover, #body.archives .pager a:active {
  text-decoration: none;
  background: rgba(51, 17, 17, 0.5);
}
#body.archives .pager a.active {
  font-weight: bold;
  font-size: 125%;
  color: #FFF;
  background: #311;
}
#body.archives .pager a.prev-link, #body.archives .pager a.next-link {
  font-weight: bold;
}
#body.archives .pager a.disabled:hover, #body.archives .pager a.disabled:active {
  background: none;
}
#body.archives .pager .page-word {
  padding: 0 0.5em;
  color: #C99;
}

ul.form {
  display: table;
  margin: 0;
  padding: 0;
}
ul.form li {
  display: table-row;
  margin: 0;
  padding: 0;
}
ul.form li > .key, ul.form li > .value {
  display: table-cell;
  padding: 0 0 0.333em 0;
  vertical-align: middle;
}
ul.form li > .key {
  padding: 0 0.667em 0.333em 0;
  vertical-align: middle;
}

#login-box, #logout-box {
  display: table;
  margin: 4em auto;
  padding: 1em 2em;
  border-radius: 1em;
  text-align: left;
  background: linear-gradient(rgba(255, 224, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-bottom: 1px solid #422;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  flex-flow: row nowrap;
  align-items: left;
}
#login-box h3, #logout-box h3 {
  margin: 0 auto;
  text-align: center;
}
#login-box ul.form, #logout-box ul.form {
  margin: 1em;
}
#login-box .login-error, #logout-box .login-error {
  margin: 1em auto 0 auto;
  text-align: center;
}

aside.social-media-links {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px auto;
}
aside.social-media-links div.intro {
  font-size: 14px;
  opacity: 0.5;
  margin-right: 0 16px 0 0;
}
aside.social-media-links > ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}
aside.social-media-links > ul > li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
aside.social-media-links > ul > li:before {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #FFF;
  opacity: 0.333;
  height: 24px;
  padding-right: 4px;
  content: "";
}
aside.social-media-links > ul > li:first-child:before {
  display: none;
}

a.social-media-link {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}
a.social-media-link:hover {
  filter: brightness(120%);
}
a.social-media-link > svg {
  filter: drop-shadow(0px 0px 2px rgb(0, 0, 0)) drop-shadow(2px 3px rgba(0, 0, 0, 0.333));
}
a.social-media-link > span.name {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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