/**
 * Dark theme variables
 */
:root {
  --base-color: #DBDBDB;
  --border: dashed 1px rgba(219, 219, 219, 0.9);
  --selection-background: rgba(219, 219, 219, 0.99);
  --selection-text: #000;
  --background-color: #000;
  --text-color: var(--base-color);
  --placeholder-color: var(--base-color);
  --link-color: var(--base-color);
  --code-color-1: #aaaaaa;
  --code-color-2: #ffffcc;
  --code-color-3: #F00000;
  --code-color-4: #F0A0A0;
  --code-color-5: #b38aff;
  --code-color-6: #5ba711;
  --code-color-7: #e4e477;
  --code-color-8: #000080;
  --code-color-9: #05ca05;
  --code-color-10: #888888;
  --code-color-11: #555555;
  --code-color-12: #800080;
  --code-color-13: #00d4d4;
  --code-color-14: #00c1c1;
  --code-color-15: #ed9d13;
  --code-color-16: #1e90ff;
  --code-color-17: #800000;
  --code-color-18: #bbbbbb;
}

@font-face {
  font-family: "baseFont";
  src: url("../assets/fonts/Web437_IBM_VGA_8x16.woff");
}
@font-face {
  font-family: "headerFont";
  src: url("../assets/fonts/Web437_DOS-V_re_ANK24.woff");
}
@font-face {
  font-family: "subHeaderFont";
  src: url("../assets/fonts/Web437_DOS-V_re_ANK24.woff");
}
/**
 * Style variables
 */
/**
 * Global
 */
body {
  background-color: var(--background-color);
  margin: 0 auto;
  padding: 0;
  font-family: "baseFont", Serif, Serif;
  font-size: 24px;
  color: var(--text-color);
  text-align: left;
  line-height: 1.2 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 36px;
  font-family: "headerFont", Serif;
  margin: 2rem 0px 1rem;
  font-weight: normal;
  color: var(--text-color);
}

h2 {
  font-size: 28.8px;
  font-family: "subHeaderFont", Serif;
}

h3 {
  font-size: 23.4px;
  font-family: "subHeaderFont", Serif;
}

p, ul, ol {
  margin: 0px;
  color: var(--text-color);
}

a {
  text-decoration: underline;
  color: var(--link-color);
}

a:hover {
  color: var(--background-color);
  background-color: var(--base-color);
}

/**
 * Layout
 */
.container {
  width: 90%;
  max-width: 100rem;
  margin-right: auto;
  margin-left: auto;
}

p {
  word-wrap: break-word;
  word-break: break-word;
  white-space: pre-wrap;
  margin-bottom: 15px;
}

footer {
  color: var(--text-color);
  border-top: var(--border);
  margin: 20px auto 15px;
  padding-top: 10px;
  text-align: right;
  line-height: 1.6;
}

header {
  margin-top: 25px;
  margin-bottom: 10px;
}

header p {
  text-align: left;
  margin: 0;
}

footer {
  margin-bottom: 20px;
}

.alarm {
  background: var(--selection-background);
  color: var(--selection-text);
}

table {
  border-spacing: 0;
  margin-bottom: 2rem;
}
table th, table td {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0rem;
  padding-right: 2rem;
  font-weight: normal;
}
table th, table tr:nth-child(even) {
  background-color: var(--code-color-11);
}

.pic-columns {
  display: grid;
  grid-template-columns: 50% 50%;
}

.pics-left {
  width: 100%;
  height: fit-content;
}

.pics-right {
  width: 100%;
  height: fit-content;
}

.grid-pic {
  width: 100%;
}

.hacky-button {
  text-underline: none;
  background-color: #88e4b1;
  color: var(--selection-text);
  padding: 0.25rem;
}

.hacky-button-spotify {
  text-underline: none;
  background-color: #1DB954;
  color: var(--selection-text);
  padding: 0.25rem;
}

.hacky-button-youtube {
  text-underline: none;
  background-color: #ff0033;
  color: var(--selection-text);
  padding: 0.25rem;
}

.hacky-button-apple {
  text-underline: none;
  background-color: #FF0436;
  color: var(--selection-text);
  padding: 0.25rem;
}

.hacky-button-deezer {
  text-underline: none;
  background-color: #A238FF;
  color: var(--selection-text);
  padding: 0.25rem;
}

.hacky-button-soundcloud {
  text-underline: none;
  background-color: #FF5500;
  color: var(--selection-text);
  padding: 0.25rem;
}

.hacky-button-twitch {
  text-underline: none;
  background-color: #451093;
  color: var(--text-color);
  padding: 0.25rem;
}

.hacky-button-discord {
  text-underline: none;
  background-color: #5865F2;
  color: var(--text-color);
  padding: 0.25rem;
}

.hacky-button-mixcloud {
  text-underline: none;
  background-color: #5000FF;
  color: var(--text-color);
  padding: 0.25rem;
}

.hacky-button-instagram {
  text-underline: none;
  background-color: #D62976;
  color: var(--selection-text);
  padding: 0.25rem;
}

.hacky-button-bandcamp {
  text-underline: none;
  background-color: #0CACD7;
  color: var(--selection-text);
  padding: 0.25rem;
}

.right-portrait {
  float: right;
  min-width: 15rem;
  max-width: 25rem;
  width: 40%;
  margin-left: 1rem;
  margin-right: 1rem;
}

.left-portrait {
  float: left;
  min-width: 20rem;
  max-width: 35rem;
  width: 40%;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.index-pic {
  float: left;
  width: 35rem;
  height: 25rem;
  margin-left: 1rem;
  margin-right: 1rem;
  object-fit: cover;
  object-position: 100% 20%;
}

@media only screen and (max-width: 1366px) {
  .right-portrait {
    float: right;
    min-width: 15rem;
    max-width: 25rem;
    width: 30%;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .left-portrait {
    float: left;
    min-width: 20rem;
    max-width: 35rem;
    width: 30%;
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .index-pic {
    float: left;
    width: 20rem;
    height: 33rem;
    margin-left: 1rem;
    margin-right: 1rem;
    object-fit: cover;
    object-position: top center;
  }
}
@media only screen and (max-width: 700px) {
  .right-portrait {
    float: none;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 1rem 0rem 1rem 0rem;
  }
  .left-portrait {
    float: none;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 1rem 0rem 1rem 0rem;
  }
  .index-pic {
    float: none;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top center;
    margin: 0;
  }
}
.less-than-three {
  display: inline;
  color: #E39088;
}

.uwu {
  display: inline;
  color: #8F88E3;
}

em {
  font-style: italic;
  color: #88e4b1;
}

/**
 * Highlight/Markup
 */
::selection {
  background: var(--selection-background);
  color: var(--selection-text);
}

::-moz-selection {
  background: var(--selection-background);
  color: var(--selection-text);
}

/**
 * Lists
 */
:not(.menu) > ul {
  list-style: none;
  padding-left: 0;
}

:not(.menu) > ul {
  list-style-type: none;
}

:not(.menu) > ul > li:before {
  content: "-";
  margin-right: 9px;
}

/**
 * Header/Navigation
 */
.menu {
  border-top: var(--border);
  border-bottom: var(--border);
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 30% 70%;
}

.current-path {
  color: var(--code-color-11);
  margin: 1rem 0 1rem 0;
  padding: 0;
}

.page-title {
  color: #88e4b1;
}

.menu ul {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  right: 0;
  list-style-type: none;
  text-align: right;
}

.menu ul li {
  display: inline-block;
  margin-left: 2rem;
}

.menu ul li a {
  text-decoration: none;
  color: var(--text-color);
}

.menu ul li a:hover {
  text-decoration: none;
  color: var(--background-color);
  background-color: var(--base-color);
}

@media only screen and (max-width: 1366px) {
  .menu {
    border-top: var(--border);
    border-bottom: var(--border);
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 20% 80%;
  }
  .menu ul li {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 700px) {
  .menu {
    border-top: var(--border);
    border-bottom: var(--border);
    margin-bottom: 25px;
    display: block;
    line-height: 1.2;
  }
  .menu ul {
    padding: 0;
    margin-top: 1rem;
  }
}
/**
 * Form
 */
input, select, textarea {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: none;
}

input[type=text], select, textarea {
  width: 100%;
  resize: none;
  background-color: var(--background-color);
  color: var(--text-color);
  caret-color: var(--text-color);
  font-size: 24px;
  font-family: "baseFont", Serif;
  line-height: 1.2;
}

input, select, textarea, textarea::-webkit-input-placeholder {
  text-indent: 0px;
}

::placeholder {
  color: var(--placeholder-color);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--placeholder-color);
}

::-ms-input-placeholder {
  color: var(--placeholder-color);
}

input[type=submit] {
  font-size: 24px;
  font-family: "baseFont", Serif;
  line-height: 1.2;
  cursor: pointer;
  color: var(--link-color);
  background-color: var(--background-color);
}

input[type=submit]:hover {
  color: var(--background-color);
  background-color: var(--base-color);
}

*:focus {
  outline: none;
}

textarea {
  vertical-align: top;
}

/**
 * Code and syntax highlighting
 */
.lineno {
  color: var(--code-color-1);
  margin-right: 15px;
}

figure.highlight {
  margin: 5px 0;
}

pre {
  background-color: var(--background-color);
  border: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-size: 24px;
  color: var(--text-color);
  line-height: 1.7 !important;
  font-family: "baseFont", Serif !important;
}

.highlight .hll {
  background-color: var(--code-color-2);
}

.highlight .c {
  color: var(--code-color-1);
  font-style: italic;
}

/* Comment */
.highlight .err {
  color: var(--code-color-3);
  background-color: var(--code-color-4);
}

/* Error */
.highlight .k {
  color: var(--code-color-5);
}

/* Keyword */
.highlight .cm {
  color: var(--code-color-1);
  font-style: italic;
}

/* Comment.Multiline */
.highlight .cp {
  color: var(--code-color-6);
}

/* Comment.Preproc */
.highlight .c1 {
  color: var(--code-color-1);
  font-style: italic;
}

/* Comment.Single */
.highlight .cs {
  color: var(--code-color-5);
  font-style: italic;
}

/* Comment.Special */
.highlight .gd {
  color: var(--code-color-7);
}

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

/* Generic.Emph */
.highlight .gr {
  color: var(--code-color-7);
}

/* Generic.Error */
.highlight .gh {
  color: var(--code-color-8);
  font-weight: bold;
}

/* Generic.Heading */
.highlight .gi {
  color: var(--code-color-9);
}

/* Generic.Inserted */
.highlight .go {
  color: var(--code-color-10);
}

/* Generic.Output */
.highlight .gp {
  color: var(--code-color-11);
}

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

/* Generic.Strong */
.highlight .gu {
  color: var(--code-color-12);
  font-weight: bold;
}

/* Generic.Subheading */
.highlight .gt {
  color: var(--code-color-7);
}

/* Generic.Traceback */
.highlight .kc {
  color: var(--code-color-5);
}

/* Keyword.Constant */
.highlight .kd {
  color: var(--code-color-5);
}

/* Keyword.Declaration */
.highlight .kn {
  color: var(--code-color-5);
}

/* Keyword.Namespace */
.highlight .kp {
  color: var(--code-color-5);
}

/* Keyword.Pseudo */
.highlight .kr {
  color: var(--code-color-5);
}

/* Keyword.Reserved */
.highlight .kt {
  color: var(--code-color-13);
}

/* Keyword.Type */
.highlight .m {
  color: var(--code-color-14);
}

/* Literal.Number */
.highlight .s {
  color: var(--code-color-15);
}

/* Literal.String */
.highlight .na {
  color: var(--code-color-16);
}

/* Name.Attribute */
.highlight .nb {
  color: var(--code-color-13);
}

/* Name.Builtin */
.highlight .nc {
  color: var(--code-color-9);
  text-decoration: underline;
}

/* Name.Class */
.highlight .no {
  color: var(--code-color-7);
}

/* Name.Constant */
.highlight .nd {
  color: var(--code-color-10);
}

/* Name.Decorator */
.highlight .ni {
  color: var(--code-color-17);
  font-weight: bold;
}

/* Name.Entity */
.highlight .nf {
  color: var(--code-color-9);
}

/* Name.Function */
.highlight .nn {
  color: var(--code-color-13);
  text-decoration: underline;
}

/* Name.Namespace */
.highlight .nt {
  color: var(--code-color-16);
  font-weight: bold;
}

/* Name.Tag */
.highlight .nv {
  color: var(--code-color-7);
}

/* Name.Variable */
.highlight .ow {
  color: var(--code-color-5);
}

/* Operator.Word */
.highlight .w {
  color: var(--code-color-18);
}

/* Text.Whitespace */
.highlight .mf {
  color: var(--code-color-14);
}

/* Literal.Number.Float */
.highlight .mh {
  color: var(--code-color-14);
}

/* Literal.Number.Hex */
.highlight .mi {
  color: var(--code-color-14);
}

/* Literal.Number.Integer */
.highlight .mo {
  color: var(--code-color-14);
}

/* Literal.Number.Oct */
.highlight .sb {
  color: var(--code-color-15);
}

/* Literal.String.Backtick */
.highlight .sc {
  color: var(--code-color-15);
}

/* Literal.String.Char */
.highlight .sd {
  color: var(--code-color-15);
}

/* Literal.String.Doc */
.highlight .s2 {
  color: var(--code-color-15);
}

/* Literal.String.Double */
.highlight .se {
  color: var(--code-color-15);
}

/* Literal.String.Escape */
.highlight .sh {
  color: var(--code-color-15);
}

/* Literal.String.Heredoc */
.highlight .si {
  color: var(--code-color-15);
}

/* Literal.String.Interpol */
.highlight .sx {
  color: var(--code-color-15);
}

/* Literal.String.Other */
.highlight .sr {
  color: var(--code-color-14);
}

/* Literal.String.Regex */
.highlight .s1 {
  color: var(--code-color-15);
}

/* Literal.String.Single */
.highlight .ss {
  color: var(--code-color-5);
}

/* Literal.String.Symbol */
.highlight .bp {
  color: var(--code-color-13);
}

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: var(--code-color-7);
}

/* Name.Variable.Class */
.highlight .vg {
  color: var(--code-color-7);
}

/* Name.Variable.Global */
.highlight .vi {
  color: var(--code-color-7);
}

/* Name.Variable.Instance */
.highlight .il {
  color: var(--code-color-14);
}

/* Literal.Number.Integer.Long */

/*# sourceMappingURL=main-dark.css.map */