body {
  font-family: "Funnel Sans", sans-serif;
  font-size: larger;
  }

  /**
 * Site header
 */
.site-header {
  background-color: #ffffff;
  height: 110px;
  width: 100%;
  transition: height 0.2s, text-shadow 0.2s, top 0.2s;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
  position: sticky;
  position: -moz-sticky; /* <-- fix sticky compatibility issue */
  position: -ms-sticky;
  position: -o-sticky;
  position: -webkit-sticky;
  align-self: flex-start; /* <-- fix the sticky not work issue */
  transform: scale(0.9999); /* <-- fix the sticky x overflow issue */
  top: 0;
  z-index: 1000;
  font-family: "Cagliostro", sans-serif;
}
.site-header > .wrapper {
  margin: 15px 60px;
  padding: 0;
  max-width: 100%;
  transition: 0.2s margin;
}
@media screen and (max-width: 1024px) {
  .site-header > .wrapper {
    max-width: unset;
  }
}
.site-header a {
  text-decoration: none;
}
.site-header .site-header-inner {
  position: relative;
}

.site-brand {
  line-height: 4em;
  margin-right: 50px;
}
.site-brand .site-brand-inner {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -1px;
  transition: 0.1s filter color;
}
.site-brand .site-brand-inner, .site-brand .site-brand-inner:visited {
  color: black;
}
.site-brand .site-brand-inner .site-favicon {
  display: inline-block;
  height: 80px;
  margin-right: 15px;
}

.site-nav {
  font-size: 24px;
  line-height: 77px;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: none;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  line-height: 1.6;
  color: black;
  transition: 0.1s ease-in-out;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 24px;
}
.site-nav .page-link:not(:last-child):hover {
  text-decoration: underline;
}
@media screen and (max-width: 1400px) {
  .site-nav {
    position: absolute;
    top: 0;
    text-align: left;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgba(0, 0, 0, 0.8);
    transition: 0.1s fill;
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.06);
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    background: #ffffff;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 25px;
  }
}


/**
 * Page banner
 */
.page-banner {
  display: block;
  position: relative;
  height: 640px;
  background-color: rgba(0, 0, 0, 0.8);
  transition: height 0.2s;
  font-family: "Cagliostro", sans-serif;
}
.page-banner .page-banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-banner .page-banner-img > *:first-child {
  height: 100%;
  max-width: 1000%;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  transition: 0.1s all ease-in-out;
}
.page-banner .page-banner-img > video {
  width: 100vw;
  object-fit: cover;
}
.page-banner .page-banner-img > img.img-placeholder {
  display: none;
}
.page-banner .wrapper {
  height: 100%;
}
.page-banner .page-banner-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #fdfdfd;
  padding: 10px 5px;
  text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.3333333333);
}
.page-banner .page-banner-inner > *:first-child {
  margin: 0;
}
.page-banner .page-banner-inner > *:first-child > :nth-child(1) {
  font-size: 54.6px;
  letter-spacing: -1px;
  margin-bottom: 0.1em;
  font-weight: normal;
  transition: 0.2s all;
}
@media screen and (max-width: 600px) {
  .page-banner .page-banner-inner > *:first-child > :nth-child(1) {
    font-size: 27.65px;
  }
}
.page-banner .page-banner-inner > *:first-child > :nth-child(2) {
  font-weight: lighter;
  margin-bottom: 0.8em;
  transition: 0.2s all;
}
@media screen and (max-width: 600px) {
  .page-banner .page-banner-inner > *:first-child > :nth-child(2) {
    font-size: 16.45px;
  }
}
.page-banner .page-banner-inner > *:first-child > :last-child {
  margin-bottom: 0;
}
.page-banner .page-banner-inner .post-subtitle {
  font-size: 21.35px;
  color: rgba(255, 255, 255, 0.8);
  padding-right: 280px;
}
@media screen and (max-width: 600px) {
  .page-banner .page-banner-inner .post-subtitle {
    padding-right: 0;
  }
}
.page-banner .page-banner-inner .post-meta {
  color: rgba(255, 255, 255, 0.8);
}
.page-banner .page-banner-inner .left-vsplit:before {
  background: rgba(227, 227, 227, 0.5333333333);
}
.page-banner .page-banner-inner .post-tags {
  color: #999;
  padding-right: 280px;
}
@media screen and (max-width: 600px) {
  .page-banner .page-banner-inner .post-tags {
    padding-right: 0;
  }
}
.page-banner .page-banner-inner .post-tags .post-tag {
  font-size: 15.75px;
  display: inline-block;
  text-decoration: none;
  margin: 9px 12px 0 0;
  color: #fff;
}
.page-banner .page-banner-inner .post-tags .post-tag:hover {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .page-banner {
    height: 426.6666666667px;
  }
}


.site-footer {
  font-size: 16px;
  color: rgb(63.75, 63.75, 63.75);
  background-color: rgb(242.25, 242.25, 242.25);
  text-align: left;
  transition: background-color 0.2s;
}

.cagliostro-regular {
  font-family: "Cagliostro", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.funnel-sans-aslbl {
  font-family: "Funnel Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.theme-toggle .names {
  font-size: 0.7em;
  font-weight: bolder;
  width: 76%;
  margin-left: 12%;
  position: relative;
  display: flex;
  justify-content: space-between;
  user-select: none;
}

table img {
  border-radius: 50%;
}

.highlight {
  background-color: rgb(13, 33, 35);
  color: #ffffff;
}