:root {
  --c-themePrimaryLight: #EFEFEF;
  --c-themePrimaryDark: #101010;
  --c-themeSecondaryLight: #DADADA;
  --c-themeSecondaryDark: #252525;
  --c-themeTerniaryLight: #AEAEAE;
  --c-themeTerniaryDark: #515151;
  --c-themeQuaternaryLight: #919191;
  --c-themeQuaternaryDark: #888888;
  --c-themeHueRed: #C02717;
  --c-themeHueGreen: #8EA604;
  --c-themeHueBlue: #2E86AB;
  --c-themeHueOrange: #E59500;
  --c-themeHuePurple: #9F00CE;
  --c-themeHueBrown: #230007;
}

:root {
  --c-articleHeading: var(--c-themePrimaryDark);
  --c-articleParagraph: var(--c-themeSecondaryDark);
  --c-articleBackground: var(--c-themePrimaryLight);
  --c-pageBackground: var(--c-themePrimaryLight);
  --c-headerImageFilter: none;
  --c-menuLinks: var(--c-themePrimaryDark);
  --c-menuDepth0: var(--c-themeSecondaryLight);
  --c-menuItemsFilter: brightness(0);
  --c-menuItemsFilterHover: none;
  --c-menuShadow: rgba(0,0,0,0.5);
  --c-snippetBackgroundExternal: rgba(239, 239, 239, 0.425);
  --c-snippetBackgroundInternal: var(--c-pageBackground);
  --c-snippetHeading: var(--c-themePrimaryDark);
  --c-snippetDate: var(--c-themeSecondaryDark);
  --c-snippetAuthor: var(--c-themePrimaryDark);
  --c-snippetShadowHover: rgba(0,0,0,0.5);
  --c-snippetShadow: rgba(0, 0, 0, 0);
  --c-postTitle: var(--c-themePrimaryDark);
  --c-postText: var(--c-themePrimaryDark);
  --c-pageTitle: var(--c-themePrimaryDark);
  --c-pageText: var(--c-themePrimaryDark);
  --c-feed-title: var(--c-themePrimaryDark);
  --c-link: var(--c-themeTerniaryDark);
  --c-linkVisited: var(--c-themeQuaternaryDark);
  --c-linkHover: var(--c-themePrimaryDark);
  --c-linkActive: var(--c-themePrimaryDark);
  --c-footerText: var(--c-themePrimaryDark);
  --c-footerImageFilter: none;
  --c-codeShadow: rgba(0, 0, 0, 0.5);
  --c-codeShadowHover: rgba(0, 0, 0, 0.1);
  --c-navigator: var(--c-themePrimaryDark);
  --c-navigatorFilter: none;
  --c-noCategoryBackground: var(--c-themePrimaryDark);
  --c-noCategoryText: var(--c-themePrimaryLight);
  --c-tableBorder: var(--c-themePrimaryDark);
  --c-subtitle: var(--c-themeTerniaryDark);
  /* Comment */
  /* Error */
  /* Generic */
  /* Keyword */
  /* Literal */
  /* Name */
  /* Operator */
  /* Other */
  /* Punctuation */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Date */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Other */
  /* Name.Property */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */
}
:root .highlight .hll {
  background-color: #ffffcc;
}
:root .highlight .c {
  color: #8f5902;
  font-style: italic;
}
:root .highlight .err {
  color: #a40000;
  border: 1px solid #ef2929;
}
:root .highlight .g {
  color: #000000;
}
:root .highlight .k {
  color: #204a87;
  font-weight: bold;
}
:root .highlight .l {
  color: #000000;
}
:root .highlight .n {
  color: #000000;
}
:root .highlight .o {
  color: #ce5c00;
  font-weight: bold;
}
:root .highlight .x {
  color: #000000;
}
:root .highlight .p {
  color: #000000;
  font-weight: bold;
}
:root .highlight .cm {
  color: #8f5902;
  font-style: italic;
}
:root .highlight .cp {
  color: #8f5902;
  font-style: italic;
}
:root .highlight .c1 {
  color: #8f5902;
  font-style: italic;
}
:root .highlight .cs {
  color: #8f5902;
  font-style: italic;
}
:root .highlight .gd {
  color: #a40000;
}
:root .highlight .ge {
  color: #000000;
  font-style: italic;
}
:root .highlight .gr {
  color: #ef2929;
}
:root .highlight .gh {
  color: #000080;
  font-weight: bold;
}
:root .highlight .gi {
  color: #00A000;
}
:root .highlight .go {
  color: #000000;
  font-style: italic;
}
:root .highlight .gp {
  color: #8f5902;
}
:root .highlight .gs {
  color: #000000;
  font-weight: bold;
}
:root .highlight .gu {
  color: #800080;
  font-weight: bold;
}
:root .highlight .gt {
  color: #a40000;
  font-weight: bold;
}
:root .highlight .kc {
  color: #204a87;
  font-weight: bold;
}
:root .highlight .kd {
  color: #204a87;
  font-weight: bold;
}
:root .highlight .kn {
  color: #204a87;
  font-weight: bold;
}
:root .highlight .kp {
  color: #204a87;
  font-weight: bold;
}
:root .highlight .kr {
  color: #204a87;
  font-weight: bold;
}
:root .highlight .kt {
  color: #204a87;
  font-weight: bold;
}
:root .highlight .ld {
  color: #000000;
}
:root .highlight .m {
  color: #0000cf;
  font-weight: bold;
}
:root .highlight .s {
  color: #4e9a06;
}
:root .highlight .na {
  color: #c4a000;
}
:root .highlight .nb {
  color: #204a87;
}
:root .highlight .nc {
  color: #000000;
}
:root .highlight .no {
  color: #000000;
}
:root .highlight .nd {
  color: #5c35cc;
  font-weight: bold;
}
:root .highlight .ni {
  color: #ce5c00;
}
:root .highlight .ne {
  color: #cc0000;
  font-weight: bold;
}
:root .highlight .nf {
  color: #000000;
}
:root .highlight .nl {
  color: #f57900;
}
:root .highlight .nn {
  color: #000000;
}
:root .highlight .nx {
  color: #000000;
}
:root .highlight .py {
  color: #000000;
}
:root .highlight .nt {
  color: #204a87;
  font-weight: bold;
}
:root .highlight .nv {
  color: #000000;
}
:root .highlight .ow {
  color: #204a87;
  font-weight: bold;
}
:root .highlight .w {
  color: #f8f8f8;
  text-decoration: underline;
}
:root .highlight .mf {
  color: #0000cf;
  font-weight: bold;
}
:root .highlight .mh {
  color: #0000cf;
  font-weight: bold;
}
:root .highlight .mi {
  color: #0000cf;
  font-weight: bold;
}
:root .highlight .mo {
  color: #0000cf;
  font-weight: bold;
}
:root .highlight .sb {
  color: #4e9a06;
}
:root .highlight .sc {
  color: #4e9a06;
}
:root .highlight .sd {
  color: #8f5902;
  font-style: italic;
}
:root .highlight .s2 {
  color: #4e9a06;
}
:root .highlight .se {
  color: #4e9a06;
}
:root .highlight .sh {
  color: #4e9a06;
}
:root .highlight .si {
  color: #4e9a06;
}
:root .highlight .sx {
  color: #4e9a06;
}
:root .highlight .sr {
  color: #4e9a06;
}
:root .highlight .s1 {
  color: #4e9a06;
}
:root .highlight .ss {
  color: #4e9a06;
}
:root .highlight .bp {
  color: #3465a4;
}
:root .highlight .vc {
  color: #000000;
}
:root .highlight .vg {
  color: #000000;
}
:root .highlight .vi {
  color: #000000;
}
:root .highlight .il {
  color: #0000cf;
  font-weight: bold;
}
@media (prefers-color-scheme: dark) {
  :root {
    --c-headerImageFilter: invert(1);
    --c-menuLinks: var(--c-themePrimaryLight);
    --c-menuDepth0: var(--c-themeSecondaryLight);
    --c-menuItemsFilter: none;
    --c-menuItemsFilterHover: brightness(100);
    --c-menuShadow: rgba(255, 255, 255, 0.2);
    --c-articleHeading: var(--c-themePrimaryLight);
    --c-articleParagraph: var(--c-themeSecondaryLight);
    --c-articleBackground: var(--c-themePrimaryDark);
    --c-snippetHeading: var(--c-themePrimaryLight);
    --c-snippetDate: var(--c-themeSecondaryLight);
    --c-snippetAuthor: var(--c-themePrimaryLight);
    --c-snippetShadowHover: rgba(255, 255, 255, 0.5);
    --c-snippetShadow: rgba(0, 0, 0, 0);
    --c-postTitle: var(--c-themePrimaryLight);
    --c-postText: var(--c-themePrimaryLight);
    --c-pageTitle: var(--c-themePrimaryLight);
    --c-pageText: var(--c-themePrimaryLight);
    --c-feed-title: var(--c-themePrimaryLight);
    --c-pageBackground: var(--c-themePrimaryDark);
    --c-link: var(--c-themeTerniaryLight);
    --c-linkVisited: var(--c-themeQuaternaryLight);
    --c-linkHover: var(--c-themePrimaryLight);
    --c-linkActive: var(--c-themePrimaryLight);
    --c-footerText: var(--c-themePrimaryLight);
    --c-footerImageFilter: invert(1);
    --c-codeShadow: rgba(0, 0, 0, 0);
    --c-codeShadowHover: rgba(0, 0, 0, 0);
    --c-navigator: var(--c-themePrimaryDark);
    --c-navigatorFilter: invert(1);
    --c-noCategoryBackground: var(--c-themePrimaryLight);
    --c-noCategoryText: var(--c-themePrimaryDark);
    --c-tableBorder: var(--c-themePrimaryLight);
    --c-subtitle: var(--c-themeTerniaryLight);
    /* Comment */
    /* Error */
    /* Keyword */
    /* Literal */
    /* Name */
    /* Operator */
    /* Punctuation */
    /* Comment.Multiline */
    /* Comment.Preproc */
    /* Comment.Single */
    /* Comment.Special */
    /* Generic.Emph */
    /* Generic.Strong */
    /* Keyword.Constant */
    /* Keyword.Declaration */
    /* Keyword.Namespace */
    /* Keyword.Pseudo */
    /* Keyword.Reserved */
    /* Keyword.Type */
    /* Literal.Date */
    /* Literal.Number */
    /* Literal.String */
    /* Name.Attribute */
    /* Name.Builtin */
    /* Name.Class */
    /* Name.Constant */
    /* Name.Decorator */
    /* Name.Entity */
    /* Name.Exception */
    /* Name.Function */
    /* Name.Label */
    /* Name.Namespace */
    /* Name.Other */
    /* Name.Property */
    /* Name.Tag */
    /* Name.Variable */
    /* Operator.Word */
    /* Text.Whitespace */
    /* Literal.Number.Float */
    /* Literal.Number.Hex */
    /* Literal.Number.Integer */
    /* Literal.Number.Oct */
    /* Literal.String.Backtick */
    /* Literal.String.Char */
    /* Literal.String.Doc */
    /* Literal.String.Double */
    /* Literal.String.Escape */
    /* Literal.String.Heredoc */
    /* Literal.String.Interpol */
    /* Literal.String.Other */
    /* Literal.String.Regex */
    /* Literal.String.Single */
    /* Literal.String.Symbol */
    /* Name.Builtin.Pseudo */
    /* Name.Variable.Class */
    /* Name.Variable.Global */
    /* Name.Variable.Instance */
    /* Literal.Number.Integer.Long */
    /* Generic.Subheading & Diff Unified/Comment? */
    /* Generic.Deleted & Diff Deleted */
    /* Generic.Inserted & Diff Inserted */
  }
  :root .highlight pre {
    background-color: #272822;
  }
  :root .highlight .hll {
    background-color: #272822;
  }
  :root .highlight .c {
    color: #75715e;
  }
  :root .highlight .err {
    color: #960050;
    background-color: #1e0010;
  }
  :root .highlight .k {
    color: #66d9ef;
  }
  :root .highlight .l {
    color: #ae81ff;
  }
  :root .highlight .n {
    color: #f8f8f2;
  }
  :root .highlight .o {
    color: #f92672;
  }
  :root .highlight .p {
    color: #f8f8f2;
  }
  :root .highlight .cm {
    color: #75715e;
  }
  :root .highlight .cp {
    color: #75715e;
  }
  :root .highlight .c1 {
    color: #75715e;
  }
  :root .highlight .cs {
    color: #75715e;
  }
  :root .highlight .ge {
    font-style: italic;
  }
  :root .highlight .gs {
    font-weight: bold;
  }
  :root .highlight .kc {
    color: #66d9ef;
  }
  :root .highlight .kd {
    color: #66d9ef;
  }
  :root .highlight .kn {
    color: #f92672;
  }
  :root .highlight .kp {
    color: #66d9ef;
  }
  :root .highlight .kr {
    color: #66d9ef;
  }
  :root .highlight .kt {
    color: #66d9ef;
  }
  :root .highlight .ld {
    color: #e6db74;
  }
  :root .highlight .m {
    color: #ae81ff;
  }
  :root .highlight .s {
    color: #e6db74;
  }
  :root .highlight .na {
    color: #a6e22e;
  }
  :root .highlight .nb {
    color: #f8f8f2;
  }
  :root .highlight .nc {
    color: #a6e22e;
  }
  :root .highlight .no {
    color: #66d9ef;
  }
  :root .highlight .nd {
    color: #a6e22e;
  }
  :root .highlight .ni {
    color: #f8f8f2;
  }
  :root .highlight .ne {
    color: #a6e22e;
  }
  :root .highlight .nf {
    color: #a6e22e;
  }
  :root .highlight .nl {
    color: #f8f8f2;
  }
  :root .highlight .nn {
    color: #f8f8f2;
  }
  :root .highlight .nx {
    color: #a6e22e;
  }
  :root .highlight .py {
    color: #f8f8f2;
  }
  :root .highlight .nt {
    color: #f92672;
  }
  :root .highlight .nv {
    color: #f8f8f2;
  }
  :root .highlight .ow {
    color: #f92672;
  }
  :root .highlight .w {
    color: #f8f8f2;
  }
  :root .highlight .mf {
    color: #ae81ff;
  }
  :root .highlight .mh {
    color: #ae81ff;
  }
  :root .highlight .mi {
    color: #ae81ff;
  }
  :root .highlight .mo {
    color: #ae81ff;
  }
  :root .highlight .sb {
    color: #e6db74;
  }
  :root .highlight .sc {
    color: #e6db74;
  }
  :root .highlight .sd {
    color: #e6db74;
  }
  :root .highlight .s2 {
    color: #e6db74;
  }
  :root .highlight .se {
    color: #ae81ff;
  }
  :root .highlight .sh {
    color: #e6db74;
  }
  :root .highlight .si {
    color: #e6db74;
  }
  :root .highlight .sx {
    color: #e6db74;
  }
  :root .highlight .sr {
    color: #e6db74;
  }
  :root .highlight .s1 {
    color: #e6db74;
  }
  :root .highlight .ss {
    color: #e6db74;
  }
  :root .highlight .bp {
    color: #f8f8f2;
  }
  :root .highlight .vc {
    color: #f8f8f2;
  }
  :root .highlight .vg {
    color: #f8f8f2;
  }
  :root .highlight .vi {
    color: #f8f8f2;
  }
  :root .highlight .il {
    color: #ae81ff;
  }
  :root .highlight .gu {
    color: #75715e;
  }
  :root .highlight .gd {
    color: #f92672;
  }
  :root .highlight .gi {
    color: #a6e22e;
  }
}

:root {
  --s-p: 1rem;
}

:root {
  --f-header: Roboto;
  --f-text: Roboto Slab;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-family: var(--f-text);
  font-size: 16px;
}
@media (max-width: 768px) {
  html {
    font-size: 18px;
  }
}

body {
  background: var(--c-pageBackground);
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h1, h2, h3, h4, h5, h5, h6 {
  font-family: var(--f-header);
}

h1 {
  font-size: 2rem;
}

p {
  font-size: var(--s-p);
}

a:link {
  color: var(--c-link);
}
a:visited {
  color: var(--c-linkVisited);
}
a:hover {
  color: var(--c-linkHover);
}
a:active {
  color: var(--c-linkActive);
}

table:not([class]) {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--c-tableBorder);
}
table:not([class]) th, table:not([class]) td {
  padding: 0.25rem;
  border: 1px solid var(--c-tableBorder);
}

.highlight {
  margin: 2rem 0;
  transition: ease 0.5s;
  box-shadow: inset 0px 0px 14px -4px var(--c-codeShadow);
  max-width: calc(100vw - 2rem);
  overflow-x: auto;
}
.highlight:hover {
  box-shadow: inset 0px 0px 14px -4px var(--c-codeShadowHover);
}
.highlight pre {
  margin: 0;
  padding: 1rem;
}

.sx-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sx-button {
  width: 100%;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sx-button__content {
  text-decoration: none;
  width: fit-content;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.5s;
}
.sx-button__content:link, .sx-button__content:visited, .sx-button__content:hover, .sx-button__content:active {
  color: var(--c-themePrimaryLight);
}
.sx-button__content.red {
  background-color: var(--c-themeHueRed);
}
.sx-button__content.orange {
  background-color: var(--c-themeHueOrange);
}
.sx-button__content.green {
  background-color: var(--c-themeHueGreen);
}
.sx-button__content.blue {
  background-color: var(--c-themeHueBlue);
}
.sx-button__content.purple {
  background-color: var(--c-themeHuePurple);
}
.sx-button__content.brown {
  background-color: var(--c-themeHueBrown);
}
.sx-button__content img {
  margin-right: 1rem;
  height: 1rem;
  filter: brightness(0) invert(1);
}
.sx-button__content:hover {
  letter-spacing: 0.05rem;
}

.sx-subtitle {
  font-style: italic;
  color: var(--c-subtitle);
}

.sx-picture {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 1.5rem 0;
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-direction: column;
  padding-top: 2rem;
}
.header .logo__link {
  text-decoration: none;
  color: var(--c-themePrimaryDark);
  transition: ease 0.5s;
}
.header .logo__link:hover {
  letter-spacing: 0.5rem;
}
.header .logo__link h1 {
  margin: 0;
}
.header .logo__link__img {
  filter: var(--c-headerImageFilter);
  height: 2rem;
}
.header #menuToggle {
  display: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 2rem 0 1rem 0;
  padding: 0;
  font-size: 1rem;
  width: 3em;
}
@media (max-width: 768px) {
  .header #menuToggle {
    display: block;
  }
}
.header #menuToggle div {
  pointer-events: none;
  width: 100%;
  height: 0.25em;
  margin: 0.5em 0;
  background: black;
  transition: ease 0.5s;
}
.header #menuToggle.open div:nth-child(1) {
  transform: translateY(0.75em) rotateZ(45deg);
}
.header #menuToggle.open div:nth-child(2) {
  opacity: 0;
}
.header #menuToggle.open div:nth-child(3) {
  transform: translateY(-0.75em) rotateZ(-45deg);
}
.header .menu {
  max-width: 100vw;
  width: 100%;
  margin-top: 2rem;
}
.header .menu .list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .header .menu .list {
    flex-direction: column;
  }
}
.header .menu .list .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  cursor: pointer;
}
.header .menu .list .item .item-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
}
.header .menu .list .item .item-controls img, .header .menu .list .item .item-controls p {
  transition: ease 0.5s;
  filter: var(--c-menuItemsFilter);
}
@media (max-width: 768px) {
  .header .menu .list .item .item-controls img {
    margin: 0 0.5rem 0 0;
  }
}
@media (max-width: 768px) {
  .header .menu .list .item .item-controls p {
    margin: 0 0 0 0;
  }
}
.header .menu .list .item .item-controls a {
  text-decoration: none;
  color: var(--c-menuLinks);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 768px) {
  .header .menu .list .item .item-controls a {
    padding: 1rem;
  }
}
.header .menu .list .item .item-controls .button-submenu {
  display: none;
}
@media (max-width: 768px) {
  .header .menu .list .item .item-controls .button-submenu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}
.header .menu .list .item > .list {
  max-height: 0;
  width: 250px;
  overflow: hidden;
  box-shadow: inset 0px 0px 14px -4px var(--c-menuShadow);
  transition: ease 0.5s;
  flex-direction: column;
}
.header .menu .list .item > .list .item {
  width: 100%;
}
@media (min-width: 768px) {
  .header .menu .list .item > .list a {
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .header .menu .list .item > .list {
    position: static;
    width: 100%;
  }
}
.header .menu .list .item a:hover img {
  transform: scale(1.1);
  filter: var(--c-menuItemsFilterHover);
}
@media (max-width: 768px) {
  .header .menu .list .item a:hover img {
    transform: scale(1);
  }
}
.header .menu .list .item a:hover p {
  letter-spacing: 0.1rem;
  filter: var(--c-menuItemsFilterHover);
}
@media (max-width: 768px) {
  .header .menu .list .item a:hover p {
    letter-spacing: 0.2rem;
  }
}
.header .menu .list .item.open > .list {
  max-height: 1000px;
}
@media (max-width: 768px) {
  .header .menu .list .item {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .header .menu .list .item {
    display: block;
  }
  .header .menu .list .item:hover > .list {
    max-height: 1000px;
  }
}
.header .menu .list.primary > .item {
  margin: 0 1rem;
}
.header .menu .list.primary > .item > .item-controls > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-direction: column;
}
.header .menu .list.primary > .item > .item-controls > a.button-submenu {
  display: none;
}
.header .menu .list.primary > .item > .item-controls > a img {
  height: 5rem;
}
.header .menu .list.primary > .item > .item-controls > a p {
  margin: 1rem 0 0 0;
}
@media (max-width: 768px) {
  .header .menu .list.primary > .item > .item-controls > a p {
    margin: 0 0 0 0.5rem;
  }
}
.header .menu .list.primary > .item > .item-controls > a:hover p {
  letter-spacing: normal;
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .header .menu .list.primary > .item > .item-controls > a {
    flex-direction: row;
    width: unset;
  }
  .header .menu .list.primary > .item > .item-controls > a img {
    max-height: 1.5rem;
  }
  .header .menu .list.primary > .item > .item-controls > a.button-submenu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
}
.header .menu .list.primary > .item > .list {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  z-index: 1000;
  background: var(--c-pageBackground);
}
@media (max-width: 768px) {
  .header .menu .list.primary > .item > .list {
    position: static;
  }
}
@media (max-width: 768px) {
  .header .menu {
    box-shadow: inset 0px 0px 14px -4px var(--c-menuShadow);
    transition: ease 0.5s;
    max-height: 0;
    overflow: hidden;
    margin: 0;
  }
  .header .menu.open {
    max-height: 1000px;
  }
}
.header .button-submenu .arrow {
  pointer-events: none;
  border: solid black;
  border-width: 0 0.25rem 0.25rem 0;
  display: inline-block;
  padding: 0.25rem;
  transform: translateY(-0.125rem) rotate(45deg);
  transition: ease 0.5s;
}
.header .button-submenu.open .arrow {
  transform: translateY(0.125rem) rotate(-135deg);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 1rem 0 0 0;
  margin-top: auto;
  color: var(--c-footerText);
}
.footer__about {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.footer__about__copyright {
  margin: 0;
}
.footer__about .divider {
  margin: 0 1rem;
}
@media (max-width: 768px) {
  .footer__about .divider {
    display: none;
  }
}
.footer__about__theme {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.footer__about #simplex-logo img {
  vertical-align: middle;
  height: 1.25rem;
  margin: 0 0.5rem;
  transition: ease 0.5s;
  filter: var(--c-footerImageFilter);
}
.footer__about #simplex-logo img:hover {
  transform: scale(1.05) rotate(-5deg);
}
@media (max-width: 768px) {
  .footer__about {
    flex-direction: column;
  }
}

.feed {
  padding: 2rem;
  margin: 2rem;
  max-width: 1000px;
  width: 100%;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-direction: column;
}
.feed__description {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-direction: column;
  color: var(--c-feed-title);
  text-align: center;
  padding: 0 2rem;
  margin-bottom: 2rem;
  min-width: 80%;
}
.feed__description h1 {
  margin: 1rem 0 0 0;
}
@media (max-width: 768px) {
  .feed__description h1 {
    margin: 0;
  }
}
.feed .snippet {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: relative;
  width: 100%;
}
.feed .snippet__link {
  text-decoration: none;
  color: initial;
  width: 100%;
  height: 100%;
  margin: 1rem 0;
  padding: 1rem 2rem;
  box-shadow: inset 0px 0px 14px -4px var(--c-snippetShadow);
  transition: ease 0.5s;
}
.feed .snippet__link:hover {
  transform: scale(0.99);
  box-shadow: inset 0px 0px 14px -4px var(--c-snippetShadowHover);
}
@media (max-width: 768px) {
  .feed .snippet {
    width: 100%;
    padding: 0;
  }
}
.feed .snippet__data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-direction: column;
  align-items: flex-start;
}
.feed .snippet__data__metadata {
  font-family: var(--f-header);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.feed .snippet__data__metadata__category {
  text-transform: uppercase;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.feed .snippet__data__metadata__category__title {
  color: var(--c-noCategoryText);
  background: var(--c-noCategoryBackground);
  padding: 0.2rem 0.5rem;
}
@media (max-width: 768px) {
  .feed .snippet__data__metadata__category {
    flex-direction: column;
  }
  .feed .snippet__data__metadata__category p {
    text-align: center;
    width: 100%;
    margin: 0;
  }
}
.feed .snippet__data__metadata__date {
  margin: 0 0 0 1rem;
  color: var(--c-snippetDate);
}
@media (max-width: 768px) {
  .feed .snippet__data__metadata__date {
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 768px) {
  .feed .snippet__data__metadata {
    flex-direction: column;
  }
}
.feed .snippet__data__header {
  margin: 1rem 0 0 0;
  color: var(--c-articleHeading);
}
@media (max-width: 768px) {
  .feed .snippet__data__header {
    margin: 1rem 0 0 0;
    text-align: center;
  }
}
.feed .snippet__data__text {
  color: var(--c-snippetHeading);
  margin: 1rem 0 0 0;
}
.feed .snippet__data__author {
  margin: 1.5rem 0 0 0;
  color: var(--c-snippetAuthor);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-direction: row;
}
.feed .snippet__data__author img {
  height: 2rem;
  border-radius: 100%;
}
.feed .snippet__data__author p {
  margin: 0 0 0 1rem;
}
@media (max-width: 768px) {
  .feed .snippet__data {
    align-items: center;
  }
}
.feed .snippet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .feed .snippet::after {
    opacity: 0.3;
  }
}
@media (max-width: 768px) {
  .feed {
    padding: 0;
  }
}

.post {
  justify-self: center;
  margin: 0 2rem;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.post__title__text {
  text-align: center;
  color: var(--c-postTitle);
  margin-bottom: 0;
}
.post__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 100%;
}
.post__meta__divider {
  color: var(--c-postText);
  margin: 0 1rem;
}
@media (max-width: 768px) {
  .post__meta__divider {
    display: none;
  }
}
.post__meta__category {
  text-transform: uppercase;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.post__meta__category__title {
  color: var(--c-noCategoryText);
  background: var(--c-noCategoryBackground);
  padding: 0.2rem 0.5rem;
}
@media (max-width: 768px) {
  .post__meta__category {
    display: none;
    margin-top: 1rem;
    flex-direction: column;
  }
  .post__meta__category p {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
.post__meta__date {
  color: var(--c-postText);
}
@media (max-width: 768px) {
  .post__meta__date {
    margin-top: 0.5rem;
  }
}
.post__meta__author {
  color: var(--c-postText);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.post__meta__author__photo {
  margin: 0 1rem;
  width: 2rem;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .post__meta {
    flex-direction: column;
  }
}
.post__content {
  color: var(--c-postText);
}
.post__content h1 {
  font-size: 1.8rem;
}
.post__content img {
  max-width: 100%;
}
.post__navigator {
  margin-top: 1rem;
  width: 100%;
}
.post__navigator__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  justify-content: space-between;
}
.post__navigator__buttons a {
  transition: ease 0.5s;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.25rem;
  color: var(--c-navigator);
  filter: var(--c-navigatorFilter);
  display: flex;
  align-items: center;
}
.post__navigator__buttons a:hover {
  letter-spacing: 0.25rem;
}
.post__navigator__buttons a .arrow-left {
  margin-right: 0.5rem;
  height: 1em;
}
.post__navigator__buttons a .arrow-right {
  margin-left: 0.5rem;
  height: 1em;
}

.page {
  color: var(--c-pageText);
  justify-self: center;
  margin: 0 2rem;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.page img {
  max-width: 100%;
}

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