@import url("/assets/fonts/m-plus-2/m-plus-2.css");
@import url("/assets/font-awesome/css/all.min.css");
@import url("/assets/styles/omg.lol-icons.css");
/**** OPEN COLOR ****/
.bg-byegreen {
  background: #77b19d;
  color: #fdfdfd;
}

.bg-secondary {
  background: #2f2f2f;
  color: #fdfdfd;
}

.bg-warning {
  background: #f03e3e;
  color: white;
}

html {
  font-family: "M PLUS 2", "M PLUS 1", Helvetica, Arial, sans-serif;
  line-height: 1.1;
}

a {
  color: #77b19d;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.external::after {
  height: 8px;
  width: 8px;
  margin-left: 0.25rem;
  vertical-align: middle;
  content: url("https://byecorps.b-cdn.net/global/icons/Fugue%20Icons/icons/external.png");
}

h1, h2, .as-h1, .as-h2 {
  margin: 0.2em 0 0.5em;
}

h1, .as-h1 {
  font-size: 32px;
}

h3 {
  margin: 0.25em 0 0.5em;
}

h4 {
  margin: 0.3em 0 0.5em;
}

h5, h6 {
  margin: 0.5em 0;
}

p {
  margin: 0.5em 0;
}

.fnt-byefont {
  font-family: ByeFont, monospace;
}

.fnt-comicsans {
  font-family: "Comic Sans MS", "Chalkboard SE", cursive;
}

.fnt-bold {
  font-weight: bold;
}

.fnt-subtitle {
  font-size: 0.8em;
  color: #adadad;
}

.marquee {
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 1ch;
}

/**** VARIABLES ****/
/**** ACTUAL CSS ****/
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  height: 100vh;
  background: radial-gradient(circle at 100% 0, rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.6)), url("/assets/img/bkg.png");
}

header {
  max-width: 1104px;
  margin: auto;
  padding-left: 200px;
  font-family: "FOT-RodinNTLG Pro", Helvetica, Arial, sans-serif;
  height: 75px;
  overflow-y: clip;
  background: #2f2f2f;
  color: #fdfdfd;
  position: relative;
}
header #breadcrumbs {
  background: #495057;
  padding: 0 1ch;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
}
header #headernav {
  height: 59px;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 4px;
  display: flex;
}
header #headernav .header-nav-item {
  position: relative;
  border-bottom: 1px #a0d9c2 solid;
  display: inline-block;
  display: inline-flex;
  height: 100%;
  width: 175px;
  flex: 1;
  background: linear-gradient(to bottom, rgba(156, 206, 187, 0.1) 0%, rgba(156, 206, 187, 0.2) 50%, rgba(156, 206, 187, 0.6));
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
}
header #headernav .header-nav-item a {
  color: inherit;
}
header #headernav .header-nav-item:hover {
  border-bottom: 3px #a0d9c2 solid;
}
header #headernav .header-nav-item:nth-of-type(2) {
  background: linear-gradient(to bottom, rgba(51, 154, 240, 0.1) 0%, rgba(51, 154, 240, 0.2) 50%, rgba(51, 154, 240, 0.6));
  border-bottom: 1px #339af0 solid;
}
header #headernav .header-nav-item:nth-of-type(2):hover {
  border-bottom: 3px #339af0 solid;
}
header #headernav .header-nav-item:nth-of-type(3) {
  background: linear-gradient(to bottom, rgba(92, 124, 250, 0.1) 0%, rgba(92, 124, 250, 0.2) 50%, rgba(92, 124, 250, 0.6));
  border-bottom: 1px #5c7cfa solid;
}
header #headernav .header-nav-item:nth-of-type(3):hover {
  border-bottom: 3px #5c7cfa solid;
}
header #headernav .header-nav-item:nth-of-type(4) {
  background: linear-gradient(to bottom, rgba(132, 94, 247, 0.1) 0%, rgba(132, 94, 247, 0.2) 50%, rgba(132, 94, 247, 0.6));
  border-bottom: 1px #845ef7 solid;
}
header #headernav .header-nav-item:nth-of-type(4):hover {
  border-bottom: 3px #845ef7 solid;
}
header #site-title {
  line-height: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
header #site-title img {
  width: 198px;
  object-fit: cover;
}

#wrapper {
  display: block;
  height: calc(100vh - 115px);
  max-width: 1104px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

aside {
  width: 200.5px;
  background: #1a1a1a;
  color: #fdfdfd;
  border-right: #495057 4px double;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
aside .contents {
  position: sticky;
  top: 0;
}
aside .pad-properly {
  padding: 0 0.5em;
}

#rss-cta {
  background: #2f2f2f;
  margin: 0;
}

#profile-card {
  border-top: #fdfdfd dotted 1px;
  border-bottom: #fdfdfd dotted 1px;
  position: relative;
  padding-left: 52px;
  height: 72px;
  background: url("/assets/img/wallpapers/Windows XP.jpg");
  background-size: cover;
  background-position-y: 75%;
}
#profile-card #profile-texts {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 54px;
}
#profile-card #profile-name {
  font-weight: bold;
}
#profile-card #profile-avatar {
  position: absolute;
  left: -16px;
  top: 2.5px;
}

.links {
  white-space: none;
}
.links ul {
  margin: 0;
  padding-left: 0;
}
.links ul li {
  display: inline-block;
}

aside nav ul {
  padding: 0;
  margin: 0;
  line-height: 1;
}
aside nav ul li {
  margin-left: 0;
  list-style: none;
  border-top: #1a1a1a 1px solid;
  background: #2f2f2f;
  transition: background-color 0.1s ease-in-out;
}
aside nav ul li a {
  padding: 0.25em 0.5em;
  display: block;
}
aside nav ul li:hover {
  background: #495057;
}
aside nav ul li.current {
  font-weight: bold;
  background: #77b19d;
}
aside nav ul li.current a {
  color: #fdfdfd;
}

main {
  display: block;
  padding: 16px;
  height: 100%;
  background-color: #1a1a1a;
  color: #fdfdfd;
  padding-bottom: 5em;
  margin-left: 200.5px;
  max-width: 904px;
  overflow-y: auto;
}

footer {
  font-size: 0.9em;
  font-family: "M PLUS 2", "M PLUS 1", Helvetica, Arial, sans-serif;
  background: #2f2f2f;
  color: #fdfdfd;
  padding: 0.2em;
  border-top: #1a1a1a 1px solid;
  text-align: center;
  margin-top: auto;
  height: 40px;
  max-width: 1104px;
  width: 100%;
  margin: auto;
  grid-area: footer;
}

.mobile-only {
  display: none;
}

@media screen and (max-width: 800px) {
  header {
    margin: unset;
    overflow-x: auto;
    width: 100vw;
    display: flex;
  }
  aside {
    display: none;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
  }
  aside.shown {
    display: block;
    width: calc(100vw - 256px);
    min-width: 200px;
  }
  aside nav #nav-list .nav-item a {
    padding: 1em;
  }
  aside nav #nav-list .nav-item a #nav-blog-badge {
    width: 32px;
    height: 32px;
    transform: translateY(-25%);
    image-rendering: pixelated;
  }
  aside #wrapper {
    padding: 0;
    max-width: unset;
    width: 100%;
  }
  body {
    height: 100%;
    width: 100vw;
    overflow-x: clip;
    display: flex;
    flex-direction: column;
  }
  #wrapper {
    height: 100%;
  }
  main {
    margin-left: 0;
    width: 100vw;
    transition: margin-left 0.2s ease-in-out;
  }
  .mobile-only {
    display: block;
  }
}
table {
  width: 100%;
}

.float-right {
  float: right;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.flex > * {
  flex: 1;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink {
  flex-shrink: 1;
}

.mb-8 {
  margin-bottom: 8px;
}

table.fluid {
  width: 100%;
}
table.fluid td {
  text-align: center;
}

.reallybigspacer {
  height: 100vh;
  width: 10px;
  display: block;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

#sidebar {
  display: none;
}

header {
  display: block;
}
header .logo {
  color: black;
}
header nav {
  display: none;
}

ul, ol {
  list-style: none;
}
ul li, ol li {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  margin-left: 0;
}

ul li::before {
  content: "- ";
}

footer {
  display: block;
}
footer span {
  display: block;
}
footer .links {
  display: none;
}

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