/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/sass/main.scss ***!
  \*********************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap);
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/normalize.css/normalize.css ***!
  \************************************************************************************************************************/
/*! normalize.css v8.0.1 | 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 iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/sass/main.scss (1) ***!
  \*************************************************************************************************************************************************************************/
* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  outline: 0;
  padding: 0;
  cursor: pointer; }

figure {
  margin: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit; }

p {
  margin: 0; }

cite {
  font-style: normal; }

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0; }

:root {
  --color-background: #000000;
  --color-footer:     #661100;
  --color-sides:      #222222;
  --color-emphasis:   #933c00;
  --color-link:       #f09a45;
  --color-hoverlink:  #ffffff;
  --color-text:       #ffffff; }

html, body {
  background-color: var(--color-sides);
  color: var(--color-text);
  font-family: "Pixelify Sans", sans-serif;
  font-size: 16px;
  font-smooth: never;
  image-rendering: pixelated;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale; }

#kevin81 {
  background-color: var(--color-background);
  display: block;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr;
  height: auto;
  margin: 0 auto;
  max-width: 1600px;
  min-height: 100vh;
  padding: 1rem;
  width: auto; }
  @media (min-width: 768px) {
    #kevin81 {
      display: grid; } }
  @media (min-width: 768px) {
    #kevin81 {
      padding: 3rem 1rem; } }
  #kevin81 > main {
    align-items: center;
    display: block;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 768px) {
      #kevin81 > main {
        display: flex; } }
  #kevin81 > aside {
    align-items: flex-start;
    display: block;
    flex-direction: column;
    justify-content: space-between;
    text-align: center; }
    @media (min-width: 768px) {
      #kevin81 > aside {
        display: flex;
        text-align: left; } }
    #kevin81 > aside nav {
      width: 100%; }

a {
  color: var(--color-link);
  font-size: 1.5rem;
  transition: color .4s; }
  a:hover {
    color: var(--color-hoverlink); }

h1 {
  font-size: 3.5rem;
  text-align: center; }
  h1 span {
    color: var(--color-emphasis);
    display: block;
    font-size: 1.5rem; }
    @media (min-width: 768px) {
      h1 span {
        font-size: 2rem; } }
  @media (max-width: 767px) {
    h1 {
      padding-bottom: 1rem; } }

h2 {
  font-size: 2rem; }

@media (max-width: 767px) {
  nav {
    padding-top: 2rem; } }

@media (min-width: 768px) {
  ul.inline li {
    display: inline; }
    ul.inline li::after {
      content: " - "; }
    ul.inline li:last-of-type::after {
      display: none; } }

footer {
  color: var(--color-footer);
  text-align: center; }
  @media (max-width: 767px) {
    footer {
      padding-top: 2rem; } }
  footer .copy {
    font-family: sans-serif; }

.pixels {
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(48, 1fr);
  margin: 0 auto;
  padding: 1px; }
  .pixels .p0, .pixels .p1, .pixels .p2, .pixels .p3 {
    background-color: #000000;
    display: inline-block;
    height: 6px;
    transition: background-color 2s;
    width: 6px; }
    .pixels .p0.on, .pixels .p1.on, .pixels .p2.on, .pixels .p3.on {
      transition: background-color 1s; }
    @media (max-width: 1199px) {
      .pixels .p0, .pixels .p1, .pixels .p2, .pixels .p3 {
        width: 5px;
        height: 5px; } }
    @media (max-width: 991px) {
      .pixels .p0, .pixels .p1, .pixels .p2, .pixels .p3 {
        width: 4px;
        height: 4px; } }
  .pixels .on.p0 {
    background-color: #000000; }
  .pixels .on.p1 {
    background-color: #661100; }
  .pixels .on.p2 {
    background-color: #933c00; }
  .pixels .on.p3 {
    background-color: #f09a45; }

@keyframes rainbow {
  from {
    filter: hue-rotate(360deg); }
  to {
    filter: hue-rotate(0deg); } }

body * {
  animation-delay: 8s;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-name: rainbow;
  animation-timing-function: linear; }
  body * > * {
    animation: none; }

.wobble {
  animation: wobble 100ms infinite; }
  @media (max-width: 767px) {
    .wobble {
      animation: morewobble 100ms infinite; } }

@keyframes wobble {
  0% {
    transform: translateY(0.6px); }
  100% {
    transform: translateY(0); } }

@keyframes morewobble {
  0% {
    transform: translateY(1px); }
  100% {
    transform: translateY(0); } }

.pixels {
  position: relative;
  filter: blur(1px); }
  @media (min-width: 768px) {
    .pixels {
      filter: blur(0.5px); } }

.scanlines {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  background-size: 100% 2px, 3px 100%;
  pointer-events: none; }

.player {
  align-items: center;
  display: flex;
  float: right;
  gap: 1rem;
  justify-content: space-between;
  justify-self: end;
  margin-right: 1rem;
  width: auto; }
  .player .player__button {
    background-color: #f09a45;
    color: #ffffff;
    cursor: pointer;
    height: 1.5rem;
    position: relative;
    width: 1.5rem; }
    .player .player__button::after {
      color: #ffffff;
      display: inline-block;
      font-size: 1rem;
      left: 0;
      line-height: 1.5rem;
      position: absolute;
      top: 0;
      width: 1.5rem; }
    .player .player__button[data-action="pause"]::after {
      content: "\23f8"; }
    .player .player__button[data-action="play"]::after {
      content: "\23f5"; }
  .player .player__scrub {
    align-items: center;
    background-image: linear-gradient(to bottom, transparent, transparent calc(50% - 1px), #933c00 calc(50% - 1px), #933c00 calc(50% + 1px), transparent calc(50% + 1px));
    display: flex;
    position: relative; }
  .player .player__seek {
    appearance: none;
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    width: 15rem;
    z-index: 1; }
    .player .player__seek::-webkit-slider-thumb {
      appearance: none; }
    .player .player__seek::-webkit-slider-runnable-track {
      background: transparent;
      height: 6px; }
    .player .player__seek::-webkit-slider-thumb {
      background: #f09a45;
      border: 0;
      border-radius: 0;
      cursor: pointer;
      height: 1rem;
      margin-top: -5px;
      position: relative;
      width: .25rem; }
    .player .player__seek::-moz-range-thumb {
      background: #f09a45;
      border: 0;
      border-radius: 0;
      cursor: pointer;
      height: 1rem;
      margin-top: -5px;
      position: relative;
      width: .25rem; }
  .player .player__scrubber {
    background-color: #f09a45;
    height: 2px;
    left: 0;
    position: absolute; }
  .player .player__time {
    color: #ffffff;
    font-size: .75rem;
    text-align: center;
    width: 2rem; }

p.hmm {
  background-color: #fff;
  color: #000;
  font-family: serif;
  font-size: 1rem;
  font-weight: normal;
  height: 2rem;
  line-height: 2rem;
  padding: 0 0 0 .5rem;
  width: 100%; }


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