@charset "UTF-8";
@font-face {
  font-family: "Besley";
  font-display: swap;
  src: url("/_assets/fonts/Besley/Besley-VariableFont_wght.woff2") format("woff2"), url("/_assets/fonts/Besley/Besley.woff") format("woff"), url("/_assets/fonts/Besley/Besley-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Instrument Sans";
  font-display: swap;
  src: url("/_assets/fonts/Instrument_Sans/InstrumentSans-VariableFont_wdth-wght.woff2") format("woff2"), url("/_assets/fonts/Instrument_Sans/InstrumentSans.woff") format("woff"), url("/_assets/fonts/Instrument_Sans/InstrumentSans-VariableFont_wdth-wght.ttf") format("truetype");
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  scrollbar-width: thin;
}

html {
  scrollbar-color: rgb(184, 140, 184) transparent;
  scrollbar-width: thin;
}

body {
  color: white;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  display: flex;
  margin: auto;
  padding: 0 3vw;
  max-width: 1000px;
  -moz-column-gap: 3em;
       column-gap: 3em;
  justify-content: space-between;
  background-color: rgb(65, 55, 65);
  opacity: 0;
  animation: fadeIn 0.5s;
  animation-fill-mode: forwards;
}

a {
  color: plum;
}

header {
  position: sticky;
  align-self: flex-start;
  top: 5%;
  max-width: 15vw;
}
header nav {
  font-weight: 500;
}
header nav ul {
  padding: 1em;
  max-height: 30vh;
  overflow-y: auto;
}
header nav ul:first-child {
  border-bottom: 1px solid rgb(207, 145, 207);
  border-top: 1px solid rgb(207, 145, 207);
  padding: 1em;
}
header nav ul li {
  display: block;
  padding-bottom: 1em;
}
header nav ul li::before {
  content: "୨୧";
  margin-right: 0.5em;
}
header nav ul li ul {
  border: none;
  padding-bottom: 0;
}
header nav ul li li {
  padding-bottom: 0;
}

#themeSwitch {
  display: block;
  margin-bottom: 1em;
}

h1, h2, h3, h4 {
  font-weight: 500;
}

h1 {
  font-family: Besley, serif;
  text-align: left;
  font-size: 2em;
  letter-spacing: 1px;
  line-height: 1.25em;
  opacity: 0.8;
}

#h1-main {
  opacity: 1;
  font-weight: 600;
}

.site-update time {
  font-weight: 600;
  display: block;
}

h2 {
  padding: 0.5em 0 1em;
  border-bottom: 1px solid hotpink;
  font-size: 1.6em;
  font-family: Besley, serif;
  text-align: right;
}
h2::before {
  content: "｡ﾟ☆: *.☽ .* :☆ﾟ. ───";
  font-size: x-large;
  padding-top: 1em;
  margin-right: 0.5em;
  font-weight: 400;
}

h3 {
  padding: 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h4 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.5em;
  margin-left: 1em;
}
h4::before {
  content: "☆";
  margin-right: 0.5em;
}
h4::after {
  content: "☆";
  margin-left: 0.5em;
}

main {
  max-width: 700px;
  font-stretch: 97%;
  letter-spacing: 0.02em;
  font-size: 1.05em;
  line-height: 1.6em;
  margin: auto;
}
main footer {
  font-size: smaller;
  margin: 1em auto;
}
main footer a {
  display: inline;
  width: -moz-fit-content;
  width: fit-content;
}
main img {
  width: 100%;
  display: block;
  margin: 1.5em auto;
}

section ul {
  list-style-position: inside;
  padding: 0;
}
section li {
  border-bottom: 1px solid;
  padding: 1em;
}
section li:first-child {
  padding-top: 0;
}
section li li {
  border: none;
  padding-bottom: 0;
}

article > section {
  border: 1px solid purple;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0 2em;
}
article > section p, article > section dl {
  padding-left: 2em;
}
article > section ul {
  padding-left: 1em;
}
article > section ul li:last-of-type:not(#contact li) {
  border-bottom: none;
}
article > section ul li p {
  margin: 0;
  padding: 0;
  display: inline;
}

#soundcloud {
  padding: 0 1em 1em 1.5em;
}
#soundcloud h2 {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1em;
  border-bottom: none;
}
#soundcloud h2::before {
  content: none;
}

#trivia details div {
  max-height: 40vh;
  overflow-y: auto;
}

#contact {
  padding-bottom: 1em;
}
#contact ul {
  -moz-columns: 2;
       columns: 2;
  margin-left: 1em;
}
#contact ul li {
  padding: 0 0 1em 0;
  margin-bottom: 1em;
}

summary {
  font-weight: 600;
  font-size: 1.1em;
  padding-left: 1em;
}
summary h3 {
  display: inline-block;
  margin: 0;
}

hr {
  display: block;
  margin: 1em auto;
  border: 1px dashed plum;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 1em;
}

.emoji {
  text-transform: none;
}

a {
  background-color: transparent;
  text-decoration-style: dashed;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
a:hover {
  background-color: palevioletred;
  text-decoration: none;
  color: white !important;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid purple;
  font-size: 1em;
  padding: 0.5em;
}
button:hover {
  background-color: rgba(255, 192, 239, 0.5);
}

::-moz-selection {
  background-color: rgb(255, 255, 191);
  color: black;
}

::selection {
  background-color: rgb(255, 255, 191);
  color: black;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(164, 118, 170);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: plum;
}

footer {
  margin: 3em auto;
  text-align: center;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
footer ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  justify-content: center;
  align-items: center;
  row-gap: 1em;
}
footer ul:last-of-type {
  -moz-column-gap: 1em;
       column-gap: 1em;
}
footer li:not(ul:last-of-type li)::before {
  content: "⬩";
  font-size: 1.25em;
  margin: 0 1em;
}
footer li:not(ul:last-of-type li):first-of-type::before {
  content: none;
}
footer a img {
  text-decoration: none;
}

main + footer {
  max-width: 90%;
}

@media all and (max-width: 1100px) {
  header {
    max-width: none;
  }
  main {
    max-width: 850px;
  }
}
@media all and (max-width: 768px) {
  body {
    font-size: 1.1em;
    flex-direction: column;
    padding: 0 0;
  }
  header {
    margin: 5% auto;
    padding: 0 5%;
    max-width: none;
    position: static;
  }
  header nav ul {
    display: inline-flex;
    flex-wrap: wrap;
    border: none;
    padding: 0;
  }
  header nav ul:nth-child(2) li {
    margin-right: 0;
    padding-right: 0;
  }
  header nav ul:nth-child(2) li::before {
    content: none;
  }
  header nav li {
    padding-bottom: 0;
    margin-right: 1em;
    margin-bottom: 0;
    display: inline;
    flex-direction: row;
  }
  header nav li ul, header nav li li {
    display: inline;
  }
  header nav li ul::before, header nav li li::before {
    content: "⟶";
    margin-right: 1em;
    margin-left: 1em;
  }
  main {
    margin: auto;
    font-size: 1em;
  }
  main img {
    margin: 1vh auto;
  }
  article > section {
    border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }
  article > section p, article > section ul, article > section footer {
    padding-right: 2em;
  }
  h2 {
    padding-right: 5vw;
  }
  footer {
    font-size: smaller;
  }
}/*# sourceMappingURL=about.css.map */