@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure, strong, em {
  margin: 0;
  font-weight: normal !important;
}

main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 11.2px;
}

h1, h2,
.highlight {
  margin-top: 56px;
}

.wrapper {
  max-width: -webkit-calc(680px);
  max-width: calc(680px);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 680px) {
  .wrapper {
    max-width: -webkit-calc(680px);
    max-width: calc(680px);
  }
}

header {
  top: 0;
}

.site-header {
  height: auto;
  max-width: 100vw;
  color: #EBDABD;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 16.8px;
  padding-right: 16.8px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  text-shadow: 4px 4px 40px rgba(30, 39, 30, 0.7);
}

#header-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100% !important;
  width: 100%;
  flex-wrap: wrap;
}

.site-header-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-self: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 33.6px;
  margin-top: 11.2px;
}

.site-header-nav-links {
  padding-left: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
}

.page-link {
  padding-left: 2rem;
}

.site-header-emoji-background {
  letter-spacing: -1vw;
  font-size: 606.5px;
  text-align: center;
  position: absolute;
  z-index: 0;
  filter: blur(50px) saturate(3);
  transform: translate3d(0, 0, 0);
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  overflow: hidden;
  min-width: 4000px;
  z-index: -1;
}

.site-header-page-info {
  margin-bottom: 11.2px;
  height: auto;
}

.post-meta {
  text-shadow: none !important;
}

.site-title {
  font-size: 32.5px;
  font-weight: 300;
  line-height: 58.5px;
  letter-spacing: -1px;
  margin-bottom: 0;
  min-width: 200px !important;
  min-height: 80px !important;
  float: left;
  background-image: url("images/blog-le-wolfjay-logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.site-title, .site-title:visited {
  color: #263638;
}

.post-title {
  margin-top: 11.2px !important;
}

.post-subtitle {
  padding-top: 0px;
}

:root {
  --nemon-wght: 400;
  --nemon-ital: 0;
}

* {
  font-variation-settings: "wght" var(--nemon-wght), "ital" var(--nemon-ital);
}

body {
  font: 400 20px/1.3 nemon, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #EBDABD;
  background-color: #304749;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

p {
  line-height: 1.56;
  text-align: left;
}

strong {
  --nemon-wght: 600;
  font-style: normal !important;
}

em {
  --nemon-ital: 900;
}

hr {
  margin-top: 28px;
  margin-bottom: 28px;
  color: #EB8053;
  border-color: #EB8053;
}

h1 {
  font-size: 52.5px;
  color: #EBEEEF;
  font-family: monument;
  line-height: 1.17;
  letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
  h1 {
    font-size: 37px;
  }
}

h2 {
  font-size: 38.5px;
  font-family: nemon;
  color: #EBEEEF;
  --nemon-wght: 1000;
  line-height: 1.04;
}
@media screen and (max-width: 680px) {
  h2 {
    font-size: 31.1px;
  }
}

h3 {
  font-size: 26.5px;
  --nemon-wght: 400;
  line-height: 1.3;
}
@media screen and (max-width: 680px) {
  h3 {
    font-size: 24.5px;
  }
}

h4 {
  font-size: 24px;
  --nemon-wght: 400;
  line-height: 1.3;
}
@media screen and (max-width: 680px) {
  h4 {
    font-size: 23px;
  }
}

h5 {
  font-size: 26.5px;
  --nemon-wght: 700;
  line-height: 1.3;
  margin-bottom: -calc(22.4px);
  margin-top: 224px;
  color: #EBDABD;
}
@media screen and (max-width: 680px) {
  h5 {
    font-size: 24.5px;
  }
}

figcaption {
  --nemon-wght: 400;
  --nemon-ital: 900;
  margin-bottom: 56px;
  text-align: center;
  font-size: 14.5px;
}
@media screen and (max-width: 680px) {
  figcaption {
    font-size: 10.45px;
  }
}

p .bigger {
  font-size: 24px;
  --nemon-wght: 600;
}

br {
  height: 72.8px;
}

blockquote {
  color: #EBEEEF;
  font-size: 22.5px;
  letter-spacing: 0px;
  background-color: #415557;
  padding: 1rem;
  border-radius: 0.4rem;
}
blockquote > :last-child {
  margin-bottom: 0;
}

blockquote p {
  text-align: center;
  --nemon-ital: 600;
  --nemon-wght: 400;
}

a {
  color: #FFD600;
  text-decoration: none;
}
a:visited {
  color: #FFD600;
}
a:hover {
  color: #EB8053;
  text-decoration: underline;
}

article a {
  color: #FFD600 !important;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
  will-change: color;
}
article a:visited {
  color: #EB8053;
}
article a:hover {
  color: #EB8053 !important;
  text-decoration: underline;
}

.page-content {
  flex: 1;
  color: #EBDABD;
  background-color: #304749;
  z-index: 2;
  position: relative;
}

.home-header {
  padding-left: 16.8px;
  padding-right: 16.8px;
}

.page-heading {
  font-size: 40px;
}

.post-list-heading {
  font-size: 35px;
  margin-bottom: 56px;
}

.post-card-list a {
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  color: #EBDABD;
}

.post-card-list a:hover {
  text-decoration: none;
  transform: scale(1.03);
  color: #EBDABD;
}

.text-card {
  color: #EBDABD;
  margin-top: 22.4px;
  margin-bottom: 22.4px;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 680px) {
  .text-card {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.text-card p {
  font-size: 17px;
  line-height: 1.43;
}

.text-card a {
  color: #FFD600 !important;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
  will-change: color;
}
.text-card a:visited {
  color: #FFD600;
}
.text-card a:hover {
  color: #EB8053 !important;
  text-decoration: underline;
}

.post-card {
  padding: 22.4px;
  margin-bottom: 22.4px;
  border-radius: 4px;
  transition: transform 0.3s ease-in-out;
  will-change: transform;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 680px) {
  .post-card {
    padding: 11.2px;
    transform: scale(0.95);
  }
}

.post-card-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .post-card-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.post-card-header-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 75%;
  z-index: 3;
}
@media screen and (max-width: 680px) {
  .post-card-header-text {
    max-width: 100%;
  }
}

.post-card-header-text h2 {
  margin-bottom: 16.8px !important;
  margin-top: 16.8px !important;
  font-size: 38.5px;
  font-family: monument;
  color: #EBEEEF;
  line-height: 1.04;
}
@media screen and (max-width: 680px) {
  .post-card-header-text h2 {
    font-size: 31.1px;
  }
}

.post-card-body p {
  margin-bottom: 0px;
}

.post-card-header-emoji {
  max-width: 25%;
  font-size: 36.5px;
  z-index: 2;
}
@media screen and (max-width: 680px) {
  .post-card-header-emoji {
    max-width: 100%;
  }
}

.post-card:hover {
  text-decoration: none;
  transform: scale(1.01);
}

.post-meta {
  font-size: 19.5px;
  color: #415557;
  margin-bottom: 11.2px;
}

.post-link {
  display: block;
  font-size: 26px;
  line-height: 1;
  font-variation-settings: "wght" 300, "DIAC" 50;
  font-feature-settings: "liga" on, "cpsp" on, "kern" on;
}

.post-meta {
  color: #0B0A07 !important;
}

.post-content {
  margin-bottom: 67.2px;
  margin-top: 67.2px;
  z-index: 99;
}
@media screen and (max-width: 680px) {
  .post-content {
    padding-left: 16.8px;
    padding-right: 16.8px;
  }
}

article h2, h3, h4 {
  padding-top: 22.4px;
}

.post-content img {
  width: 80%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

.post-caption {
  text-align: center;
  font-size: 14px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.twitter-tweet {
  margin: 3rem auto 3rem auto !important;
}

.post-blog {
  background-color: #EBDABD;
  color: #304749;
  padding: 22.4px;
  margin-bottom: 56px;
}
@media screen and (max-width: 680px) {
  .post-blog {
    margin-bottom: 0px;
  }
}

.post-blog h3 {
  color: #304749 !important;
}

.post-blog a {
  color: #304749 !important;
  text-decoration: underline;
  transition: color 0.1s ease-in-out;
  will-change: color;
}
.post-blog a:visited {
  color: #304749;
}
.post-blog a:hover {
  color: #EB8053;
}

.landing-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 20%;
}

.landing-header p {
  font-size: 14px;
  line-height: 20.28px;
  text-align: center !important;
}

.wolfjay-logo {
  margin-bottom: 0;
  min-width: 200px !important;
  min-height: 80px !important;
  background-image: url("/assets/wolfjay-logo-2021.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.landing-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 16rem;
  padding: 5px;
}

.landing-links h3 {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}

.landing-links a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  background-color: #F4EADE;
  border-radius: 5px;
  margin-bottom: 8.4px;
  color: #0B0A07;
  text-decoration: none;
  padding: 6px 2px 6px 2px;
  box-shadow: 0;
  transition: all 0.3s ease-in-out;
  will-change: box-shadow, transform;
}

.landing-links a:hover {
  box-shadow: 5px 5px 10px -5px;
  transform: scale(1.01);
}

.landing-links p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 20.28px;
}

.landing-links ul {
  margin-left: 0px;
  padding-left: 0px;
}

.landing-links-icon {
  max-height: 20px;
  max-width: 20px;
}

.in-realtime-artwork {
  width: 300px;
  height: 300px;
  background-image: url("images/artwork/in-realtime-artwork-small.jpg");
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 1rem;
}

.wolfjay-portrait-square {
  margin-bottom: 1rem;
  width: 120px;
  height: 120px;
  box-shadow: 0px 0px 0px 1px #0B0A07;
  background: linear-gradient(124deg, #f9a230, #feb95f, #49d3b2, #22eaba, #633cfd, #4c28da);
  background-size: 1200% 1200%;
  -webkit-animation: wj-portrait-bg 42s ease infinite;
  -moz-animation: wj-portrait-bg 42s ease infinite;
  animation: wj-portrait-bg 42s ease infinite;
}

@-webkit-keyframes wj-portrait-bg {
  0% {
    background-position: 0% 22%;
  }
  50% {
    background-position: 100% 79%;
  }
  100% {
    background-position: 0% 22%;
  }
}
@-moz-keyframes wj-portrait-bg {
  0% {
    background-position: 0% 22%;
  }
  50% {
    background-position: 100% 79%;
  }
  100% {
    background-position: 0% 22%;
  }
}
@keyframes wj-portrait-bg {
  0% {
    background-position: 0% 22%;
  }
  50% {
    background-position: 100% 79%;
  }
  100% {
    background-position: 0% 22%;
  }
}
.wolfjay-portrait-square-fg {
  background-image: url("images/wolfjay-illu-la-portrait-svgomg.svg");
  background-size: 100px;
  background-position-y: -50%;
  background-position-x: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.wolfjay-portrait-rect {
  width: 200px;
  height: 240px;
  box-shadow: 0px 0px 0px 1px #0B0A07;
  margin-bottom: 2rem;
  margin-top: 2rem;
  background: linear-gradient(124deg, #f9a230, #feb95f, #49d3b2, #22eaba, #633cfd, #4c28da);
  background-size: 1200% 1200%;
  -webkit-animation: wj-portrait-bg 42s ease infinite;
  -moz-animation: wj-portrait-bg 42s ease infinite;
  animation: wj-portrait-bg 42s ease infinite;
}

@-webkit-keyframes wj-portrait-bg {
  0% {
    background-position: 0% 22%;
  }
  50% {
    background-position: 100% 79%;
  }
  100% {
    background-position: 0% 22%;
  }
}
@-moz-keyframes wj-portrait-bg {
  0% {
    background-position: 0% 22%;
  }
  50% {
    background-position: 100% 79%;
  }
  100% {
    background-position: 0% 22%;
  }
}
@keyframes wj-portrait-bg {
  0% {
    background-position: 0% 22%;
  }
  50% {
    background-position: 100% 79%;
  }
  100% {
    background-position: 0% 22%;
  }
}
.wolfjay-portrait-rect-fg {
  background-image: url("images/wolfjay-illu-la-portrait-svgomg.svg");
  background-size: 160px;
  background-position-y: bottom;
  background-position-x: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

ul, ol {
  margin-left: 56px;
}

ul {
  list-style: none; /* Remove default bullets */
  margin: 0px;
}

.post-content ul li::before {
  content: "•";
  color: #FEB95F;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

li > ul,
li > ol {
  margin-bottom: 0;
}

.post-content li {
  margin-bottom: 0.6em;
}

.post-content li p {
  margin-top: -1.16em !important;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

figure > img {
  display: block;
}

pre,
code {
  font-size: 18.75px;
  border: 1px solid #5D6F71;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #415557;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

table {
  margin-bottom: 56px;
  width: 100%;
  text-align: left;
  color: white;
  border-collapse: collapse;
  border: 1px solid #5D6F71;
}
table tr:nth-child(even) {
  background-color: #6b7f82;
}
table th, table td {
  padding: 18.6666666667px 28px;
}
table th {
  background-color: #647779;
  border: 1px solid #546466;
  border-bottom-color: #414e4f;
}
table td {
  border: 1px solid #5D6F71;
}

.site-footer {
  padding: 16.8px;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

@font-face {
  font-family: "nemon";
  src: url("fonts/ne-mon-var.woff2") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "nemon";
  font-style: italic;
  src: url("fonts/ne-mon-var.woff2") format("truetype");
  font-variation-settings: "ital" 900;
}
@font-face {
  font-family: "monument";
  src: url("fonts/monument-ultrabold.woff") format("truetype");
  font-style: normal;
}

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