@font-face {
  font-family: 'Jersey 25';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/jersey25/v3/ll8-K2eeXj2tAs6F9BX4IIoI.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: semi-expanded;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v18/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CLzU9upHZIbMV51Q42ptrp5F5bxqqtQ1yiU4G1ilntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: semi-expanded;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v18/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CLxU9upHZIbMV51Q42ptrp5F5bxqqtQ1yiU4G1ilntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: semi-expanded;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v18/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL_U8upHZIbMV51Q42ptrp5F5bxqqtQ1yiU4G1ilntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: semi-expanded;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v18/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL-U8upHZIbMV51Q42ptrp5F5bxqqtQ1yiU4G1ilntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: semi-expanded;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v18/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL9U8upHZIbMV51Q42ptrp5F5bxqqtQ1yiU4G1ilntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: semi-expanded;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v18/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL8U8upHZIbMV51Q42ptrp5F5bxqqtQ1yiU4G1ilntA.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: semi-expanded;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunitosans/v18/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptrp5F5bxqqtQ1yiU4G1ilntA.ttf) format('truetype');
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body,
html {
  margin: 0;
}
::selection,
::-moz-selection {
  background: #bd93f9;
  color: #282a36;
}
body {
  font-family: "Nunito Sans", sans-serif;
  font-variation-settings: "wdth" 112.5, "YTLC" 500;
  line-height: 1.5rem;
  background: #282a36;
  color: #f8f8f2;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main {
  flex: 2;
  text-align: justify;
}
.container {
  margin: 0 auto;
  position: relative;
  width: 90%;
  max-width: 1200px;
}
@media (max-width: 719px) {
  .container {
    width: 95%;
  }
}
code {
  background: #22242e;
  font-family: Monaco, monospace;
  font-size: 0.9rem;
}
#post-main h2,
#category-tag h2,
#post-main h3,
#category-tag h3 {
  font-family: "Jersey 25", Monaco, monospace;
  color: #bd93f9;
  font-size: 1.8rem;
  border-bottom: 1px solid #ff79c6;
}
.post-tags {
  flex: none;
  font-family: "Jersey 25", Monaco, monospace;
  font-size: 0.75rem;
}
.post-tags::before {
  content: "\f02c";
  font-family: FontAwesome;
}
.post-tags a {
  display: inline-block;
  padding: 0 8px;
  position: relative;
  border-radius: 9999px;
  transition: all 0.3s ease;
}
.post-tags a:hover {
  padding: 0 10px;
}
header {
  font-family: "Jersey 25", Monaco, monospace;
  font-size: 1.5rem;
  color: #bd93f9;
  background: #44475a;
  min-height: 50px;
  position: fixed;
  z-index: 10;
  width: 100%;
  text-shadow: 2px 2px 4px rgba(40, 42, 54, 0.5);
}
@media (max-width: 719px) {
  header {
    font-size: 0.9rem;
  }
}
header > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .brand {
  flex: 1;
}
header .brand .logo {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
header .brand .logo img {
  display: block;
  max-height: 32px;
  width: auto;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.25));
}
@media (max-width: 719px) {
  header .brand .logo {
    display: none;
  }
}
header .brand .brand-text {
  display: inline-block;
  vertical-align: middle;
  color: #bd93f9;
  transition: all 0.3s ease;
}
header nav ul > li {
  display: inline-block;
  list-style: none;
}
header nav ul > li > a {
  padding: 10px;
  transition: all 0.3s ease;
  color: #bd93f9;
}
header nav ul > li > a:hover {
  padding: 5px 10px;
  background: #bd93f9;
  color: #44475a;
}
.header-padding {
  padding-top: 50px;
  background-color: #bd93f9;
}
#header.headroom,
#header.headroom--pinned {
  transform: translateY(0);
  transition: all 0.25s ease;
}
#header.headroom--unpinned {
  transform: translateY(-100%);
}
.tagline,
.meta-header,
.post-header {
  background: #44475a;
  display: inline-block;
}
.tagline .container,
.meta-header .container,
.post-header .container {
  text-align: center;
  font-family: "Jersey 25", Monaco, monospace;
  font-size: 1.4rem;
  line-height: 1.1;
  color: #bd93f9;
}
@media (max-width: 719px) {
  .tagline .container,
  .meta-header .container,
  .post-header .container {
    font-size: 0.9rem;
  }
}
.tagline .post-meta,
.meta-header .post-meta,
.post-header .post-meta {
  font-family: "Nunito Sans", sans-serif;
  font-variation-settings: "wdth" 112.5, "YTLC" 500;
  line-height: 1.5rem;
}
footer {
  background: #44475a;
  color: #bd93f9;
  padding: 20px 0;
  text-shadow: 2px 2px 4px rgba(40, 42, 54, 0.5);
}
footer .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 719px) {
  footer .container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
footer .social .social-entry {
  display: inline-block;
  margin: 0 10px;
}
footer .social .social-entry > a {
  padding: 10px;
  transition: all 0.3s ease;
  color: #bd93f9;
}
footer .social .social-entry > a:hover {
  padding: 5px 10px;
  background: #bd93f9;
  color: #44475a;
}
footer .copyright a,
footer .copyright a:focus {
  outline: none;
  text-decoration: none;
  color: #bd93f9;
}
footer .copyright a:hover {
  border-bottom: 2px solid #ff79c6;
}
.post-entry {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.post-entry .post-time {
  flex: none;
  margin-right: 70px;
  position: relative;
  display: inline-block;
  top: 1px;
  font-family: "Jersey 25", Monaco, monospace;
  font-size: 1.5rem;
  color: #bd93f9;
  border-bottom: 2px solid transparent;
  transition: border all 0.3s ease;
}
.post-entry .post-time::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: calc(8rem - 20px / 2 + 3px);
  top: 0.15rem;
  background: #bd93f9;
  border-radius: 100%;
  transition: background 0.3s ease;
}
.post-entry .post-time::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: calc(8rem - 16px / 2 + 3px);
  top: calc(0.15rem + 2px);
  background: #44475a;
  border-radius: 100%;
  transition: background 0.3s ease;
}
.post-entry .post-time:hover {
  border-bottom: 2px solid #ff79c6;
  transition: all 0.3s ease;
}
.post-entry .post-time:hover::after {
  background: #ff79c6;
}
.post-entry .post-desc {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-entry .post-desc .post-title {
  flex: none;
  flex-basis: 100%;
  order: 1;
  font-family: "Jersey 25", Monaco, monospace;
  font-size: 1.5rem;
  color: #bd93f9;
}
.post-entry .post-desc .post-title a {
  color: #bd93f9;
  transition: all 0.3s ease;
}
.post-entry .post-desc .post-title a:hover {
  padding: 0 5px;
  background: #bd93f9;
  color: #282a36;
}
.post-entry .post-desc .post-description {
  flex: none;
  flex-basis: 100%;
  order: 2;
}
.post-entry .post-desc .post-tags {
  order: 3;
}
.post-entry .post-desc .post-tags::before {
  color: #ff79c6;
}
.post-entry .post-desc .post-tags a {
  background: #44475a;
  color: #bd93f9;
}
.post-entry .post-desc .post-tags a:hover {
  background: #bd93f9;
  color: #282a36;
}
#index-main {
  margin: 20px 0;
}
#index-main .container {
  position: relative;
}
#index-main .container::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 100%;
  margin-left: 8rem;
  background: #bd93f9;
  opacity: 0.75;
}
div.code {
  margin: 0 3em 1em;
}
@media (max-width: 720px) {
  div.code {
    margin-left: 0;
    margin-right: 0;
  }
}
pre.code.literal-block {
  margin: 0;
  white-space: pre;
  overflow-x: auto;
  display: block;
  background: #22242e;
  border: 1px solid #bd93f9;
  padding: 1em 1em 1em 1em;
  border-radius: 6px;
  font-family: Monaco, monospace;
  font-size: 0.9rem;
}
blockquote {
  position: relative;
  margin: 0 3em 1em;
  border-radius: 6px;
  border: 1px dotted #bd93f9;
  background: #44475a;
  font-style: italic;
}
@media (max-width: 720px) {
  blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
blockquote p {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
blockquote::before {
  content: '«';
  font-size: 4rem;
  position: absolute;
  top: 0em;
  left: 0em;
  color: #ff79c6;
}
blockquote::after {
  content: '»';
  font-size: 4rem;
  position: absolute;
  bottom: 0.1em;
  right: 0.12em;
  color: #ff79c6;
}
#post-main h4,
#post-main h5,
#post-main h6 {
  font-family: "Jersey 25", Monaco, monospace;
  color: #bd93f9;
  font-size: 1.5rem;
}
#post-main a {
  color: #bd93f9;
}
#post-main a:visited {
  color: #ff79c6;
}
#post-main a:hover,
#post-main a:visited:hover {
  transition: all 0.3s ease;
  color: #282a36;
  background-color: #bd93f9;
}
#post-main img,
#post-main video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem auto;
  border-radius: 6px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
}
#post-main img:hover,
#post-main video:hover {
  transform: scale(1.01);
  transition: all 0.3s ease;
  will-change: transform;
}
.post-meta {
  background: #bd93f9;
  color: #282a36;
  border-top: 1px dashed #ff79c6;
  border-bottom: 1px dashed #ff79c6;
}
.meta {
  display: flex;
  justify-content: space-around;
  padding: 2px 0px;
  font-family: "Jersey 25", Monaco, monospace;
  color: #bd93f9;
  font-size: 1rem;
}
.meta .authordate {
  color: #282a36;
}
.meta .authordate #sourcelink {
  transition: all 0.3s ease;
  color: #282a36;
  background: #bd93f9;
}
.meta .authordate #sourcelink:hover {
  padding: 0px 2px;
  color: #bd93f9;
  background: #282a36;
}
@media (max-width: 719px) {
  .meta .post-tags {
    display: none;
  }
}
.meta .post-tags::before {
  color: #44475a;
}
.meta .post-tags a {
  background: #44475a;
  color: #bd93f9;
}
.meta .post-tags a:hover {
  background: #282a36;
  color: #bd93f9;
}
.slider {
  -webkit-appearance: none;
  width: 150px;
  height: 6px;
  background: #44475a;
  border-radius: 3px;
  cursor: pointer;
  margin: 0.5rem 0;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background: #bd93f9;
  border-radius: 50%;
  border: none;
}
.slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: #bd93f9;
  border: none;
  border-radius: 50%;
}
.meta-header .rss-icon {
  font-size: 1.8rem;
  margin-left: -0.4rem;
  padding: 10px;
  transition: all 0.3s ease;
  color: #bd93f9;
}
.meta-header .rss-icon:hover {
  padding: 5px 10px;
  background: #bd93f9;
  color: #44475a;
}
.meta-header .tag-description {
  font-size: 2rem;
}
@media (max-width: 719px) {
  .meta-header .tag-description {
    font-size: 0.9rem;
  }
}
ul.postlist {
  list-style: none;
  padding-left: 0;
  margin: 2em 0;
}
ul.postlist li {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 0.5em 0;
  border-bottom: 1px dashed rgba(189, 147, 249, 0.25);
  transition: background 0.3s ease;
}
@media (max-width: 719px) {
  ul.postlist li {
    flex-direction: column;
    align-items: flex-start;
  }
}
ul.postlist li:hover {
  background: rgba(189, 147, 249, 0.05);
}
ul.postlist li .post-time {
  font-family: Monaco, monospace;
  font-size: 0.9rem;
  color: rgba(248, 248, 242, 0.5);
  font-size: 1.1rem;
  flex: none;
  min-width: 7rem;
}
ul.postlist li a,
ul.postlist li .listtitle {
  flex: 1;
  font-family: "Jersey 25", Monaco, monospace;
  font-size: 1.5rem;
  color: #bd93f9;
  color: #f8f8f2;
  transition: all 0.3s ease;
}
ul.postlist li a:hover,
ul.postlist li .listtitle:hover {
  color: #bd93f9;
}
