
html,
html:before {
  --s: 100px; /* control the size */
  --c1: #1adab0;
  --c2: #44c4a4;
  
  background:
    radial-gradient(25% 50%,var(--c1) 98%,#0000)
     var(--s) 0/calc(2*var(--s)) var(--s),
    radial-gradient(25% 50%,var(--c2) 98%,#0000)
     0 0/calc(2*var(--s)) var(--s),
    repeating-conic-gradient(var(--c1) 0 25%,var(--c2) 0 50%) 
     0 0/calc(2*var(--s)) calc(2*var(--s));
  animation: g1 700s linear infinite;
}
html:before {
  content:"";
  position: fixed;
  z-index: -1;
  inset: 0;
  -webkit-mask: linear-gradient(#0000 50%,#000 0) 0 0/100% calc(2*var(--s));
  animation-direction: reverse;
}
@keyframes g1{
  to {background-position: calc(3*var(--s)) 0,calc(2*var(--s)) 0,calc(2*var(--s)) 0}
}


@keyframes m {
  to {
    background-position:
      var(--s) 0,
      calc(var(--s)/-2) calc(3*var(--s)/4),
      calc(3*var(--s)/2) 0,
      calc(-1*var(--s)) calc(3*var(--s)/4),
      0 0
  }
}








@font-face {
    font-family: 'Olde Tome';
    src: url('fonts/OldeTome.woff2') format('woff2'),
        url('fonts/OldeTome.woff') format('woff'),
        url('fonts/OldeTome.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Pixuf';
    src: url('fonts/Pixuf.woff2') format('woff2'),
        url('fonts/Pixuf.woff') format('woff'),
        url('fonts/Pixuf.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Salmon Typewriter 9';
    src: url('fonts/SalmonTypewriter9Regular.woff2') format('woff2'),
        url('fonts/SalmonTypewriter9Regular.woff') format('woff'),
        url('fonts/SalmonTypewriter9Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'monogram';
    src: url('fonts/monogram.woff2') format('woff2'),
        url('fonts/monogram.woff') format('woff'),
        url('fonts/monogram.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BoldPixels';
    src: url('fonts/BoldPixels.woff2') format('woff2'),
        url('fonts/BoldPixels.woff') format('woff'),
        url('fonts/BoldPixels.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 


.jacquarda-bastarda-9-regular {
  font-family: "Jacquarda Bastarda 9", serif;
  font-weight: 400;
  font-style: normal;
}

.jersey-25-regular {
  font-family: "Jersey 25", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tiny5-regular {
  font-family: "Tiny5", sans-serif;
  font-weight: 400;
  font-style: normal;
}











.titlebar {
    background: radial-gradient(circle at top left,transparent 25%,#BD806C 25.5%, #BD806C 36%, transparent 37%, transparent 100%),radial-gradient(circle at bottom right,transparent 34%,#BD806C 34.5%, #BD806C 45.5%, transparent 46%, transparent 100%);
    background-size: 1em 1em;
    background-color: #c8997b;
    opacity: 1;
    font-family: Nabla;
    box-shadow: -5px 5px #318a74;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000,-2px 2px 0 #000, 2px 2px 0 #000;
    font-size: 300%;
    width: 800px;
    text-align: center;
    margin: 10px auto 3px auto;
    border: 5px dashed black;
}


.marquee {
  font-family: 'Salmon Typewriter 9';
  font-size: 12px;
  width: 800px;
  margin: 0 auto;
  line-height: 1px;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 40s linear infinite;
}
@keyframes marquee {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}



.navcontainer {
    text-align: center;
}

.navbar {
    background: radial-gradient(circle at top left,transparent 25%,#BD806C 25.5%, #BD806C 36%, transparent 37%, transparent 100%),radial-gradient(circle at bottom right,transparent 34%,#BD806C 34.5%, #BD806C 45.5%, transparent 46%, transparent 100%);
    background-size: 2em 2em;
    background-color: #c8997b;
    opacity: 1;
    font-family: Nabla;
    width: fit-content;
    padding: 10px;
    color: yellow;
    text-shadow: -2px -1px 0 #000, 2px -1px 0 #000,-2px 1px 0 #000, 2px 1px 0 #000;
    font-size: 150%;
    text-decoration: none;
    text-align: center;
    margin: 5px;
    border: 4px solid black;
    box-shadow: -5px 5px #318a74;
    display: inline-block;
}

.navbar a {
  text-decoration: none;
  color: yellow;
}
.navbar a:hover {
  text-decoration: none;
}

.guestbox {
    width: 800px;
    height: 800px;
    background-color: #c8997b;
    border: 4px solid black;
    box-shadow: -5px 5px #318a74;
    display: block;
    padding: 6px;
    margin: 10px auto;
}

.postbox {
    width: 800px;
    background: radial-gradient(circle at top left,transparent 25%,#BD806C 25.5%, #BD806C 36%, transparent 37%, transparent 100%),radial-gradient(circle at bottom right,transparent 34%,#BD806C 34.5%, #BD806C 45.5%, transparent 46%, transparent 100%);
    background-size: 3em 3em;
    background-color: #c8997b;
    opacity: 1;
    border: 4px solid black;
    box-shadow: -5px 5px #318a74;
    display: block;
    padding: 6px;
    margin: 10px auto;
}

.postbox_content {
    font-family: 'monogram';
    font-size: 24px;
    text-indent: 30px;
    margin: 0px;
    display: inline-block;
    background-color: #BD806C;
}

.postbox_content p{
    padding-top: 20px;
}

.postbox_date {
    font-family: Pixuf;
    display: inline-block;
    float: right;
    color: #1adab0;
    background-color: #BD806C;
    text-shadow: -2px -1px 0 #000, 2px -1px 0 #000,-2px 1px 0 #000, 2px 1px 0 #000;
    padding: 2px 6px;
    margin: 0;
    text-align: right;
}

.posticon {
    border: 4px solid black;
    box-shadow: -5px 5px black;
    display: inline-block;
    line-height: 0;
    margin: 4px 0 4px 4
    ;
    vertical-align: middle;
}

.posticon img {
    display: block;
}

.postbox_title {
    display: inline;
    width: fit-content;
    font-family: 'BoldPixels';
    color: #1adab0;
    text-shadow: -4px -1px 0 #000, 2px -1px 0 #000,-2px 1px 0 #000, 2px 1px 0 #000;
    font-size: 40px;
    background-color: #BD806C;
    text-align: left;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0px;
    margin-top: 0px;
    transform: translateY(30px);
    padding-right: 10px;
    padding-left: 10px;
}

.postbox_image {
    text-align: center;
    margin: 10px 0;
}

.postbox_image img {
    border: 5px solid black;
    display: inline-block;
    max-width: 100%;
    height: auto;
    box-shadow: -5px 5px #634339;
}

.update_bg {
    background-image: url('/images/gridpaper.png');
    background-size: contain;
    background-position: center;
    width: 800px;
    height: 90px;
    padding: 6px;
    margin: 10px auto;
    overflow: hidden;
}

.update_content {
    height: 100%;
    overflow: auto;
    scrollbar-width: none;
}

.update_content h3 {
    overflow: auto;
    margin-top: 0px;
    font-family: 'Salmon Typewriter 9';
    font-size: 12px;
    text-decoration: underline;
    text-align: center;
}

.update_content p {
    overflow: visible;
    padding-left: 40px;
    font-family: 'Salmon Typewriter 9';
    font-size: 11px;
}
















#section3 midi-player {
  display: block;
  
  width: 800px;
    padding: 6px;
    margin: 10px auto;
}
#section3 midi-player::part(control-panel) {
    box-shadow: -5px 5px #318a74;
    background: radial-gradient(circle at top left,transparent 25%,#BD806C 25.5%, #BD806C 36%, transparent 37%, transparent 100%),radial-gradient(circle at bottom right,transparent 34%,#BD806C 34.5%, #BD806C 45.5%, transparent 46%, transparent 100%);
    background-size: 3em 3em;
    background-color: #c8997b;
    opacity: 1;
  border: 4px solid #000;
  border-radius: 0px 0px 0 0;
}
#section3 midi-player::part(play-button) {
  color: #279e7a;
  border: 2px solid currentColor;
  background-color: #15f3b0;
  border-radius: 20px;
  transition: all 0.2s;
  content: 'hello';
}
#section3 midi-player::part(play-button):hover {
  color: #c85523;
  background-color: #ee733e;
  border-radius: 10px;
}
#section3 midi-player::part(time) {
  font-family: tiny5;
}

/* Custom cursor + trail */
* {
  cursor: url('images/cursor_shiny.png') 0 0, auto;
}

.cursor-trail {
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
  z-index: 9999;
  will-change: transform, opacity;
  opacity: 0.9;
  transform-origin: 0 0;
  transition: opacity 0.45s ease-out, transform 0.45s ease-out;
}


