﻿@font-face {
  font-family: derk;
  src: url("/old/fonts/derk.otf");
}
@font-face {
  font-family: metro;
  src: url("/old/fonts/metro.otf");
}
@import url("../../../css2");
#overlay-toggle:checked ~ [class~="overlay"],
#overlay-toggle:checked ~ [class~="overlay"] label {
  animation-fill-mode: forwards;
}
#brand,
html {
  font-family: "Roboto Mono", monospace;
}
[class~="overlay"] label {
  display: grid;
}
*::before,
*,
*::after,
* {
  box-sizing: inherit;
}
html {
  overflow-y: hidden;
}
#brand {
  margin-left: 7.8pt;
}
html {
  overflow-x: hidden;
}
*::after,
*::before,
*,
* {
  margin-left: 0;
}
*::after,
*,
*,
*::before {
  margin-bottom: 0;
}
*,
*::after,
*,
*::before {
  margin-right: 0;
}
[class~="example"]::-webkit-scrollbar {
  display: none;
}
#brand {
  text-decoration: none;
}
html {
  -ms-overflow-style: none;
}
*,
*::after,
*::before,
* {
  margin-top: 0;
}
html {
  scrollbar-width: none;
}
*,
*::before,
*::after,
* {
  padding-left: 0;
}
[class~="back"] {
  width: 100%;
}
#brand {
  text-shadow: 0 0 0.4em #e4e3e3;
}
.overlay {
  z-index: 1;
}
*,
*,
*::before,
*::after {
  padding-bottom: 0;
}
.overlay {
  background-color: rgb(0, 0, 0);
}
*::before,
*,
*,
*::after {
  padding-right: 0;
}
#overlay-toggle:checked ~ [class~="overlay"] label {
  animation-name: fade;
}
[class~="overlay"] label {
  place-items: center;
}
*::after,
*,
*::before,
* {
  padding-top: 0;
}
#brand {
  font-weight: bold;
}
[class~="overlay"] label {
  width: 100vw;
}
[class~="no-hover"] {
  display: block;
}
#overlay-toggle {
  position: absolute;
}
[class~="overlay"] label {
  height: 100vw;
}
#overlay-toggle,
[class~="hover"] {
  display: none;
}
#center,
[class~="fullscreen"],
#socials {
  position: fixed;
}
[class~="fullscreen"],
#center {
  top: 50%;
}
#center,
[class~="fullscreen"] {
  left: 50%;
}
[class~="fullscreen"],
#center {
  transform: translate(-50%, -50%);
}
[class~="overlay"] label {
  color: #fff;
}
[class~="fullscreen"] {
  min-height: 100vh;
}
[class~="fullscreen"] {
  min-width: 100vw;
}
#overlay-toggle:checked ~ [class~="overlay"] {
  animation-name: fade, hide;
}
#overlay-toggle:checked ~ [class~="overlay"] label {
  animation-delay: 0s;
}
[class~="bg-video"] {
  z-index: -1;
  opacity: 0.7;
}
html,
body {
  font-family: "Roboto Mono", monospace;
}
*::before,
*::after {
  box-sizing: inherit;
}
*::after,
*::before {
  margin-left: 0;
}
#overlay-toggle:checked ~ [class~="overlay"] {
  animation-delay: 0s, 600ms;
}
*::after,
*::before {
  margin-bottom: 0;
}
*::before,
*::after {
  margin-right: 0;
}
*::before,
*::after {
  margin-top: 0;
}
*::before,
*::after {
  padding-left: 0;
}
*::before,
*::after {
  padding-bottom: 0;
}
[class~="overlay"] label {
  font-size: 2.5rem;
}
*::after,
*::before {
  padding-right: 0;
}
#center,
#socials {
  text-align: center;
}
#socials,
#center {
  font-family: "Consolas", monospace;
}
#overlay-toggle:checked ~ [class~="overlay"] {
  animation-duration: 600ms, 1ms;
}
*::after,
*::before {
  padding-top: 0;
}
#socials {
  top: 58.5%;
}
#socials {
  left: 40%;
}
a:hover {
  transition: 0.4s !important;
}
body,
a:hover {
  color: #fff !important;
}
body {
  background: #111;
}
#overlay-toggle:checked ~ [class~="overlay"] label {
  animation-duration: 500ms;
}
#socials {
  right: 40%;
}
body {
  background-color: #000 !important;
}
a {
  text-decoration: none;
}
a {
  color: gray !important;
}
@media (hover: hover) {
  [class~="hover"] {
    display: block;
  }
  [class~="no-hover"] {
    display: none;
  }
}
@keyframes fade {
  to {
    opacity: 0;
  }
}
@keyframes hide {
  to {
    visibility: hidden;
  }
}
[class~="typed-cursor"] {
  font-size: 1.875pc;
}
[class~="typed-cursor"] {
  opacity: 1;
}
[class~="typed-cursor"] {
  -webkit-animation: blink 0.7s infinite;
}
[class~="typed-cursor"] {
  -moz-animation: blink 0.7s infinite;
}
[class~="typed-cursor"] {
  animation: blink 0.7s infinite;
}

/* Icons*/
.icon img {
  z-index: 2;
  height: 30px;
  color: #ffffff;
  padding: 10px 15px;
  flex-direction: row;
  transition: ease-out 0.1s;
}
.icon {
  text-align: center;
  padding: 5px 5px;
  flex-direction: column;
  background-position: center;
}
.icon img {
  padding: 0px 5px;
}
.icon img:hover {
  transform: scale(1.3);
  transition: ease-in 0.05s;
}
/* Disable Highlight */
::selection {
  color: none;
  background: none;
}
::-moz-selection {
  color: none;
  background: none;
}
.flex {
  display: flex;
}
