@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Ubuntu-Regular.ttf") format("ttf"); }

@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Ubuntu-Bold.ttf") format("ttf"); }

@font-face {
  font-display: swap;
  font-family: 'Fira-code';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FiraCode-Regular.ttf") format("ttf"); }

@font-face {
  font-display: swap;
  font-family: 'Exo';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Exo2-Regular.ttf") format("ttf"); }

html {
  font-family: -apple-system, BlinkMacSystemFont, 'Ubuntu', 'Exo', 'Fira-code';
  -webkit-font-smoothing: antialiased;
  font-size: 95%; }
  @media screen and (min-width: 800px) {
    html {
      font-size: 100%; } }
  @media screen and (min-width: 1400px) {
    html {
      font-size: 115%; } }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem; }

h1 {
  font-size: 2.121rem;
  line-height: 2.25rem;
  margin-top: 2.25rem; }

h2 {
  font-size: 1.414rem; }

h3 {
  font-size: 1.17833333rem; }

h4 {
  font-size: 0.98194444rem; }

h5 {
  font-size: 0.81828704rem; }

p {
  margin-top: 1.5rem;
  margin-bottom: 0;
  line-height: 1.5rem; }

ul,
ol {
  padding-left: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  ul li,
  ol li {
    line-height: 1.5rem; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-top: 0;
    margin-bottom: 0; }

blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
  color: #111; }
  blockquote::before {
    position: absolute;
    content: '\201C';
    font-size: 6em;
    font-family: 'Roboto', serif;
    margin-top: 0.1em;
    margin-left: -0.2em;
    z-index: -1;
    color: #ededed; }
  blockquote cite {
    font-style: italic;
    font-size: 0.95em;
    color: #717171; }
    blockquote cite::before {
      content: '— '; }

pre {
  line-height: 1.45;
  margin-top: 1.5rem;
  padding: 16px;
  word-wrap: normal;
  overflow: auto;
  background-color: #f6f8fa;
  border-radius: 3px; }

code {
  font-size: 85%;
  font-family: 'Fira-code';
  padding: 0.2em 0.4em;
  margin: 0;
  background-color: rgba(5, 5, 5, 0.2);
  border-radius: 3px; }

pre > code {
  word-break: normal;
  white-space: pre; }

pre code {
  display: inline;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0; }

.lead {
  font-size: 1.414rem; }

abbr[title] {
  text-decoration: underline double; }

@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Ubuntu-Regular.ttf") format("ttf"); }

@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Ubuntu-Bold.ttf") format("ttf"); }

@font-face {
  font-display: swap;
  font-family: 'Fira-code';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FiraCode-Regular.ttf") format("ttf"); }

@font-face {
  font-display: swap;
  font-family: 'Exo';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Exo2-Regular.ttf") format("ttf"); }

html {
  box-sizing: border-box; }

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

body {
  background-color: #fcfcfc;
  color: #333;
  font-size: 100%;
  line-height: 1.5;
  margin: 0 auto;
  font-family: "Ubuntu", "Exo", "Fira-code", Monaco, Consolas, Ubuntu Mono, monospace; }

.content {
  margin-bottom: 2rem;
  padding: 1rem 12rem 0;
  flex: 1; }

main {
  margin: 0 0.1vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.name {
  font-size: 1.6em;
  font-family: "Ubuntu";
  color: #fff; }

.container {
  display: flex;
  padding: 10px; }

.post-date {
  color: #e7a339;
  font-size: 0.8rem;
  align-self: center;
  padding-right: 1rem; }

.title {
  font-family: "Ubuntu";
  text-decoration: none !important;
  color: #17323b; }

.summary {
  font-family: "Exo";
  color: #17323b; }

.summary-text {
  font-size: 1rem;
  margin-top: 0.1rem; }

.metadata {
  font-family: "Exo";
  font-size: 0.8rem;
  margin-top: 0.5rem;
  display: flex;
  justify-content: flex-start; }

.tags-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0rem; }

figcaption {
  padding: 0.5em;
  color: #9b9b9b;
  font-size: 1rem;
  text-align: center; }

figure {
  max-width: fit-content; }

body.dark-mode,
body.dark-mode main * {
  background: #2d2d2d;
  color: #f5f5f5; }

.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  background: #17323b;
  padding: 0 0 0 15vw; }

.navbar__left {
  font-size: large;
  font-weight: bold; }
  .navbar__left a {
    text-decoration: none !important; }

.navbar__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Exo";
  font-size: medium;
  min-width: 30vw; }

.navbar__right a {
  text-decoration: none;
  margin-right: 10px;
  transition: all 100ms; }

.navbar__right a:hover {
  text-decoration: underline;
  font-weight: bold; }

.nav-link {
  color: #e7a339;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: none;
  transition: all 100ms; }

.blog__details {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.blog__info {
  margin-top: 0.5rem;
  margin-left: 20px; }

.blog__info p {
  margin-block-start: 2px;
  margin-block-end: 2px;
  font-size: 14px; }

.blog__image > img {
  height: auto;
  width: 100%;
  object-fit: contain;
  margin: 10px 0; }

.blog__categories {
  display: flex;
  align-items: center; }

.category {
  padding: 5px 5px;
  background: #f07979;
  font-size: 12px;
  border-radius: 5px;
  width: auto;
  margin-right: 5px; }

.content img {
  height: auto;
  width: 100%;
  object-fit: contain;
  margin: 10px 0; }

.section {
  flex-grow: 1;
  min-width: 0;
  margin-bottom: 2rem;
  padding: 1rem; }

.post {
  width: 100%;
  font-family: "Exo";
  max-width: 45rem;
  margin: 0 auto; }
  .post h2,
  .post h3 {
    position: relative;
    padding-top: 10px;
    font-family: "Ubuntu"; }
    .post h2 .anchor,
    .post h3 .anchor {
      top: 0.5rem;
      text-decoration: none;
      position: absolute;
      left: -1rem;
      color: #9b9b9b;
      font-size: 1.2rem;
      font-weight: 400; }
    .post h2 .anchor:hover,
    .post h3 .anchor:hover {
      color: #717171; }
  .post blockquote {
    width: 95%;
    margin: 0 auto;
    font-size: 1rem; }
    .post blockquote a {
      color: #717171;
      text-decoration: underline; }
  .post img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: block; }

#post__title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: "Ubuntu";
  font-size: 2em; }
  #post__title a {
    text-decoration: none !important; }

.post__date {
  color: #9b9b9b;
  font-size: 0.8rem; }

.post__footer {
  padding-top: 3rem; }

.note__footer {
  width: 40%;
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: absolute;
  text-align: center;
  bottom: 0;
  justify-content: center; }

.toc-container {
  position: sticky;
  align-self: start;
  top: 3rem;
  max-width: 350px; }

.toc-post-title {
  font-size: 0.9rem;
  margin-bottom: 0.8rem; }

#TableOfContents ul {
  list-style: none;
  margin: 0; }

#TableOfContents a {
  text-decoration: none;
  color: #9b9b9b;
  font-size: 0.9rem; }

#TableOfContents a.active {
  color: #333333; }

.tags__list {
  padding-right: 1.5rem;
  margin: 0rem 0 0;
  list-style: none;
  display: flex;
  justify-content: flex-start; }

.tag__item {
  margin-right: 1rem;
  display: inline-block; }
  .tag__item:last-child {
    margin-right: 0; }

.tag__link {
  display: inline-block;
  text-decoration: none;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  background: #e9eee8;
  color: #1a2118;
  font-size: 0.8rem; }
  .tag__link:hover {
    color: #e7a339;
    background: #fcf3e6; }

.tag__link__list {
  text-decoration: none;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  background: #e9eee8;
  color: #1a2118;
  font-size: 0.8rem; }
  .tag__link__list:hover {
    color: #e7a339;
    background: #fcf3e6; }

.tag__selected {
  text-decoration: none;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  color: #e7a339;
  background: #fcf3e6;
  font-size: 1.2rem;
  margin-top: 0.2em;
  margin-bottom: 0.2em; }

.gif {
  margin-top: 1.5rem; }
  .gif img {
    max-width: 375px; }

.pagination {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem; }
  @media screen and (min-width: 600px) {
    .pagination {
      flex-direction: row;
      justify-content: space-between; } }
.pagination__item {
  text-decoration: none;
  display: flex;
  flex-direction: column; }
  .pagination__item:nth-child(2) {
    margin-top: 1.5rem; }
  @media screen and (min-width: 600px) {
    .pagination__item {
      width: 275px;
      padding: 15px;
      border-radius: 4px; }
      .pagination__item:first-of-type {
        padding-right: 15px; }
      .pagination__item:last-of-type {
        margin-top: 0; }
      .pagination__item:hover {
        background-color: #f6f9fc; } }
.pagination__label {
  color: #9b9b9b;
  font-size: 0.8rem; }

.pagination__title {
  color: #111;
  font-weight: 700;
  margin-top: 0.25rem; }

footer {
  text-align: center;
  padding: 0 1.5rem;
  background: #fff; }
  footer p {
    margin-top: 1rem;
    color: #9b9b9b;
    font-size: 0.65rem; }

/* overrides */
.post__content ul {
  list-style: none; }
  .post__content ul li {
    margin-bottom: 0.5rem; }
    .post__content ul li::before {
      content: "-";
      color: #717171;
      position: absolute;
      margin-left: -15px; }

.twitter-tweet.twitter-tweet-rendered {
  margin: 1.5rem auto !important;
  width: 375px !important; }

table {
  max-width: 100%;
  border-spacing: 0; }
  table thead {
    background: #f7f7f7; }
  table th,
  table td {
    padding: 0.5em 1em;
    border: 1px double #eeeeee; }

.block {
  margin: 1.5em 10px;
  padding: 0.25em 10px; }
  .block p {
    margin: 0.1rem;
    font-style: italic; }
  .block.info {
    border-left: 5px solid #00bcd4;
    background-color: #d4faff; }
  .block.warning {
    border-left: 5px solid #ff9800;
    background-color: #ffd699; }
  .block.error {
    border-left: 5px solid #f44336;
    background-color: #fccbc7; }
  .block.normal {
    border-left: 5px solid #9b9b9b;
    background-color: #e8e8e8; }

.post img {
  max-width: fit-content; }

.post Blockquote {
  margin: 1.5em 10px;
  padding: 0.25em 10px; }
  .post Blockquote::before {
    font-size: 4em;
    margin-top: 0.1em;
    margin-left: -0.42em;
    color: #a6a6a6; }
  .post Blockquote p {
    margin: 0.1rem;
    font-style: italic;
    background-color: #f7f7f7; }
  .post Blockquote cite::before {
    content: "\a— ";
    white-space: pre; }

.footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  background: #17323b;
  padding: 10px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  line-height: 2rem;
  margin-top: 1rem; }

.h-card {
  padding: 10px; }

.footer__container {
  color: #e7a339; }

.js-toggle-wrapper {
  display: table;
  margin-top: 5px;
  margin-right: 10px; }

.js-toggle {
  touch-action: pan-x;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

.js-toggle-screenreader-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.js-toggle-track {
  width: 50px;
  height: 24px;
  padding: 0;
  border-radius: 30px;
  background-color: #0f1114;
  transition: all 0.2s ease; }

.js-toggle-track-check {
  position: absolute;
  width: 17px;
  height: 17px;
  left: 5px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  opacity: 0;
  transition: opacity 0.25s ease; }

.js-toggle--checked .js-toggle-track-check {
  opacity: 1;
  transition: opacity 0.25s ease; }

.js-toggle-track-x {
  position: absolute;
  width: 17px;
  height: 17px;
  right: 5px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 0;
  opacity: 1;
  transition: opacity 0.25s ease; }

.js-toggle--checked .js-toggle-track-x {
  opacity: 0; }

.js-toggle-thumb {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fafafa;
  box-sizing: border-box;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transform: translateX(0); }

.js-toggle--checked .js-toggle-thumb {
  transform: translateX(26px);
  border-color: #19ab27; }

.js-toggle--focus .js-toggle-thumb {
  box-shadow: 0px 0px 2px 3px #e7a339; }

.js-toggle:active .js-toggle-thumb {
  box-shadow: 0px 0px 5px 5px #e7a339; }

/*
SOLARIZED HEX
--------- -------
base03    #002b36
base02    #073642
base01    #586e75
base00    #657b83
base0     #839496
base1     #93a1a1
base2     #eee8d5
base3     #fdf6e3
yellow    #b58900
orange    #cb4b16
red       #dc322f
magenta   #d33682
violet    #6c71c4
blue      #268bd2
cyan      #2aa198
green     #859900
*/
@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Ubuntu-Regular.ttf") format("ttf"); }

@font-face {
  font-display: swap;
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Ubuntu-Bold.ttf") format("ttf"); }

@font-face {
  font-display: swap;
  font-family: 'Fira-code';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FiraCode-Regular.ttf") format("ttf"); }

@font-face {
  font-display: swap;
  font-family: 'Exo';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Exo2-Regular.ttf") format("ttf"); }

code[class*="language-"],
pre[class*="language-"] {
  color: #657b83;
  /* base00 */
  font-family: 'Fira-code', monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  /* line-height: 1.5; */
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  background: #073642;
  /* base02 */ }

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  background: #073642;
  /* base02 */ }

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  border-radius: 0.3em; }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background-color: #fdf6e3;
  /* base3 */ }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #93a1a1;
  /* base1 */ }

.token.punctuation {
  color: #586e75;
  /* base01 */ }

.token.namespace {
  opacity: .7; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #268bd2;
  /* blue */ }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.url,
.token.inserted {
  color: #2aa198;
  /* cyan */ }

.token.entity {
  color: #657b83;
  /* base00 */
  background: #eee8d5;
  /* base2 */ }

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #859900;
  /* green */ }

.token.function,
.token.class-name {
  color: #b58900;
  /* yellow */ }

.token.regex,
.token.important,
.token.variable {
  color: #cb4b16;
  /* orange */ }

.token.important,
.token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }

pre[data-file]::before {
  content: attr(data-file);
  position: absolute;
  top: 0;
  right: 0; }

.splash-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px; }
  @media screen and (min-width: 800px) {
    .splash-container {
      font-size: 18px; } }
.splash h1 {
  font-size: 3em;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0; }

.splash h2 {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.25;
  max-width: 22em;
  letter-spacing: -0.03em; }

.fancy {
  color: #9013fe; }

.handle {
  display: inline-block;
  margin-top: 0.275em;
  color: #9b9b9b;
  letter-spacing: 0.5px; }

.writing {
  text-decoration: none;
  color: #9013fe; }

.subheading {
  padding-right: 15vw; }

.about {
  padding-top: 25vh;
  padding-bottom: 0;
  padding-left: 25vw; }

/* overrides */
.social-icons {
  justify-content: flex-start;
  padding-top: 1rem;
  margin-left: -0.8rem; }
