@font-face {
    font-family: "flexi_ibm";
    src: url('/static/fonts/Flexi_IBM_VGA_False.ttf') format('woff2');
}

html,
body {
    overflow-x: hidden;
    background-color: white;
}

:root {
    --border-color: rgb(123, 123, 123);
}

html {
    background-color: white;
    color: white;
}

body {
  font-family:ms ui gothic;
  font-size:16px;
  color:white;
  background-color:#F5F9FF;
  background-image:url("");
  padding:10px;
  overflow:auto;
}

h1 {
    font-family: "flexi_ibm";
    font-size: 25px;
    color: black;
}

a {
    color: #c8c8c8;
}

p {
    color: black;
    text-align: justify;
    text-justify: inter-word;
}

.stretch {
    text-align: justify;
    text-align-last: justify;
}

a:visited {
    color: rgb(15, 4, 59);
}

ul {
    color: gainsboro;
}

.index-center {
    display: flex;
    justify-content: center;
}

.bannerbuttonholder {
    border-radius: 10px;
    display: flex;
    align-self: center;
    position: absolute;
    bottom: 0;
}

.social {
    padding-left: 3.5px;
    padding-right: 3.5px;
}

.middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.plain-button {
    position: absolute;
    bottom: 0;
    right: 0;

    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    text-decoration: underline;
    color: black;
    text-shadow: 1px 1px 1px white;
}

.plain-button-news {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    text-decoration: underline;
    color: black;
}

.headercomment {
    position: absolute;
    bottom: 0;
    right: 0;

    background: none;
    border: none;
    color: inherit;
    font: inherit;
    color: rgb(205, 205, 205);
}

p {
    margin-top: 0;
}

.project-right {
    display: flex;
    flex-direction: column;
    width: 43.3%;
}

.project-right>* {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 1px var(--border-color) solid;
}

.project-right iframe {
    width: 100%;
    min-height: 190px;
    height: auto;
    border: none;
    border: 1px var(--border-color) solid;
}

.social-distance {
    margin-top: 30px;
}

.social-fancy {
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.0) 0%,
            rgba(44, 44, 44, 0.2) 20%,
            rgba(227, 227, 227, 0.489) 80%);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    text-align: center;
    border: 1px solid;
    border-top-color: #979797;
    border-left-color: #323232;
    border-right-color: #323232;
    border-bottom-color: #181818;
    border-radius: 3px;
    padding: 3px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: solid;
    color: white;
    transition: filter 0.4s ease, transform 0.4s ease, padding 0.4s ease;
    text-shadow:
        2px 2px 2px rgba(0, 0, 0, 0.999),
        -2px -2px 2px rgba(0, 0, 0, 0.999),
        2px -2px 2px rgba(0, 0, 0, 0.999),
        -2px 2px 2px rgba(0, 0, 0, 0.999);
    background-size: 100% 100%;
    box-shadow: 0px 3px 2px white;
    white-space: nowrap;
}

.social-fancy-header {
    backgroundrgb: (39, 39, 39) 80%);
    background-size: 100% 100%;
    box-shadow: 0px 3px 2px white;
    transform: translateY(12px);
}


.social-fancy:visited {
    color: white;
}

.social-fancy:hover {
    filter: brightness(1.2);
    padding-left: 20px;
    padding-right: 20px;
    background-size: 100% 150%;
    box-shadow: 0px 3px 3px white;
}

.social-fancy::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -75%;
    width: 50%;
    height: 200%;
    transform: translateX(-100%) rotate(25deg);
    opacity: 0;
    pointer-events: none;
    animation: none;
}

.social-fancy:hover::after {
    animation: sheen 0.5s forwards;
}

.social-twitter {
    border-top-color: #76a0cd;
    border-left-color: #3969b5;
    border-right-color: #3969b5;
    border-bottom-color: #052368;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.0) 0%,
            rgba(7, 14, 51, 0.5) 20%,
            rgba(115, 128, 225, 0.8) 80%);
    background-size: 100% 100%;
}

.social-patreon {
    border-top-color: rgb(56, 73, 78);
    border-left-color: rgb(30, 41, 45);
    border-right-color: rgb(30, 41, 45);
    border-bottom-color: rgb(15, 20, 22);
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.0) 0%,
            rgba(15, 20, 22, 0.5) 20%,
            rgba(56, 73, 78, 0.8) 80%);
    background-size: 100% 100%;
}

.social-kofi {
    border-top-color: rgb(212, 145, 116);
    border-left-color: rgb(199, 84, 66);
    border-right-color: rgb(199, 84, 66);
    border-bottom-color: rgb(99, 25, 25);
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.0) 0%,
            rgba(7, 14, 51, 0.5) 20%,
            rgba(211, 78, 20, 0.8) 80%);
    background-size: 100% 100%;
}

.social-discord {
    border-top-color: rgb(149, 134, 237);
    border-left-color: rgb(76, 55, 194);
    border-right-color: rgb(76, 55, 194);
    border-bottom-color: rgb(31, 5, 40);
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.0) 0%,
            rgba(7, 14, 51, 0.5) 20%,
            rgba(76, 55, 194, 0.8) 80%);
    background-size: 100% 100%;
}

@keyframes sheen {
    0% {
        transform: translateX(-100%) rotate(25deg);
        opacity: 0;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        transform: translateX(200%) scaleX(-200%) rotate(25deg);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 5px rgba(115, 128, 225, 0.6);
    }

    50% {
        box-shadow: 0 0 15px rgba(115, 128, 225, 1);
    }

    100% {
        box-shadow: 0 0 5px rgba(115, 128, 225, 0.6);
    }
}


.pagediv {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px;
    border-style: dotted;
    border-color: var(--border-color)
}

.center {
    display: flex;
    justify-content: center;
}

.distance {
    display: flex;
    justify-content: space-between;
}

#profession_element {
    min-height: 15.2px;
    margin-bottom: 25px;
}

.subtext {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: rgb(183, 183, 183);
    position: relative;

}

.subtext-left {
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.subtext-right {
    position: relative;
    right: 0;
    bottom: 0;
    margin-left: 5px;
}

#project-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 22px;
    align-content: space-between;
    justify-items: center;
    min-height: 82.5px;
}

.project-element {
    border-radius: 10px;
    position: relative;
    transition: filter 0.3s ease, transform 0.3s ease;
    flex: 0 0 auto;
    width: 160px;
    height: 120px;
    margin: 0;
    padding: 0;
    filter: grayscale(85%);
    z-index: 1;
}

.project-element::after {
    border-radius: 10px;
    content: '';
    position: absolute;
    top: -50%;
    left: -75%;
    width: 65%;
    height: 200%;
    background: linear-gradient(-120deg,
            rgba(255, 255, 255, 0.4) 0%,
            rgba(255, 255, 255, 0.1) 80%,
            rgba(255, 255, 255, 0) 100%);
    transform: translateX(28%) rotate(32deg) scaleX(129%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s ease, transform 0.35s ease;
    z-index: 2;
}

.project-element img,
.project-element video {
    border-radius: 10px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    filter: brightness(1);
    transition: filter 0.3s ease;
}

.project-element::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 25;
}

.project-card {
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border 0.1s ease;
    width: 160px;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    color: inherit;
    border: 1px solid var(--border-color);
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    user-select: none;
}

.project-element.sheen-in::after {
    transform: translateX(35%) rotate(32deg) scaleX(135%);
    opacity: 0.83;
}

.project-element.sheen-out::after {
    transform: translateX(28%) rotate(32deg) scaleX(129%);
    opacity: 0;
}

.project-card:hover {
    transform: translateY(-5px);
    border: 1px rgb(189, 189, 189) solid;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.9);
}

.project-card:hover .project-element {
    filter: grayscale(0%);
}

.project-card:hover .project-element::before {
    opacity: 0;
}

.project-card:hover .project-element img,
.project-card:hover .project-element video {
    filter: brightness(1.2);
}

.project-card.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.project-card.animate-in {
    animation: slideAppear 0.25s ease;
    visibility: visible;
    opacity: 100%;
    pointer-events: auto;
}

.project-title {
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--border-color);
    background: #694f24;
    z-index: 10;
}

.project-title-text {
    position: relative;
    margin-left: 8px;
    color: white;
    text-shadow:
        2px 2px 0px rgba(0, 0, 0, 0.333),
        -2px -2px 0px rgba(0, 0, 0, 0.333),
        2px -2px 0px rgba(0, 0, 0, 0.333),
        -2px 2px 0px rgba(0, 0, 0, 0.333);
    z-index: 10;
}

@keyframes slideAppear {
    0% {
        transform: translateY(-10px);
        opacity: 0;
        pointer-events: none;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
        pointer-events: none;
    }
}

@keyframes slideDisappear {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}

.card-icon-group {
    position: absolute;
    top: 8px;
    display: flex;
    z-index: 2;
}

@keyframes flash {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

.card-icon-group.left {
    left: 8px;
    width: 20px;
    height: 20px;
    animation: flash 1s infinite;
}

.card-icon-group.right {
    right: 8px;
}

.card-icon {
    text-shadow: 1px 1px white;
}

#filter-options-parent {}

#filter-options {
    margin-top: 1px;
    margin-bottom: 3px;
    display: none;
    justify-content: end;
}

.contents {
    display: flex;
    justify-content: center;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    min-height: 100vh;
}

.doc {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 100%;
}

.header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px var(--border-color) solid;
    width: 100%;
    background: blue;
    min-height: 20px;
    flex-shrink: 0;
}

.header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: blue;
    z-index: 1;
    border: 1px var(--border-color) solid;
    border-top: 0;
    border-bottom: 0;
}

.news {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 25px;
    background: rgb(48, 1, 1);
    background: linear-gradient(180deg, rgb(28, 0, 0) 0%, rgb(49, 0, 0) 50%, rgb(28, 0, 0) 100%);
    border: 1px var(--border-color) solid;
    border-top: 0;
    padding-left: 5px;
    padding-right: 5px;
}

.news::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 85%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 0;
    pointer-events: none;
}

.newscontent {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.badges {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.badge {
    width: 88px;
    height: 31px;
    transition: transform 0.2s ease;
    user-select: none;
}

.badge:hover {
    transform: translateY(-5px);
}

#scrollingWrapper {
    display: flex;
    white-space: nowrap;
}

#scrollingWrapper {
    animation-play-state: running;
}

.newscontent:hover #scrollingWrapper {
    animation-play-state: paused;
}

#scrollingText {
    display: flex;
}

.scroll-item {
    display: inline-block;
    padding-right: 50px;
    white-space: nowrap;
    text-shadow: 1px 1px 1px white, 1px 1px 1px white;
}

.newstitle {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 27px;
    min-height: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(25, 25, 25, 1) 33%, rgba(0, 0, 0, 1) 100%);
    border: 1px var(--border-color) solid;
    border-bottom: 1px rgb(110, 110, 110) solid;
}

.newstitlecontent {
    flex: 1;
    padding-left: 5px;
    color: rgb(215, 215, 215);
}

.left {
    color: rgb(215, 215, 215);
    text-shadow: 1px 1px 1px white;
}

.newstitlecontent.center {
    text-align: center;
    color: rgb(231, 231, 231);
}

.newstitlecontent.right {
    text-align: right;
    padding-right: 5px;
    color: rgb(165, 165, 165);
}

.newstitlecontent:visited {
    color: rgb(165, 165, 165);
}

.navbar {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    max-height: 100%;
    z-index: 2;
}

.navbarbutton {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0;
    border: 1px rgb(27, 27, 27) solid;
    border-bottom: 2px solid #000000;
    border-top: 2px rgb(58, 58, 58) solid;
    min-width: 55px;
    background: linear-gradient(180deg, rgb(24, 24, 24) 10%, rgb(45, 45, 45) 100%);
    height: 20px;
}

.navbarbutton.active::after {
    content: "";
    position: absolute;
    inset: auto 0 -2px 0;

    background-color: var(--border-color);
    border-bottom: 2px solid #000000;
}

.navbarbuttoncontent {
    display: flex;
    align-items: center;
    text-shadow: 1px 1px 1px white;
}

.navbarbutton.active {
    text-decoration: none;
    background: radial-gradient(circle at -20% 400%, rgb(11, 11, 11) 92%, rgb(99, 99, 99) 100%);
    border: 1px rgb(9, 9, 9) solid;
    border-left: 1px rgb(87, 87, 87) solid;
    border-right: 1px rgb(109, 109, 109) solid;
    border-top: 2px rgb(153, 153, 153) solid;
    box-shadow: 0px 0px 2px rgb(8, 8, 8);
    box-shadow: 0px 0px 2px rgb(8, 8, 8);
    box-shadow: 0px 0px 2px rgb(8, 8, 8);
    color: white;
    height: 20px;
    text-shadow: 1px 1px 1px white;
}

.silkicon3 {
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid var(--border-color);
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 4px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(25, 25, 25, 1) 33%, rgba(0, 0, 0, 1) 100%);
}

.ue {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 1px;
    padding-bottom: 1px;
}

.ue-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ue:hover {
    background-color: rgba(235, 235, 235, 0.02);
}

.uebg:hover {
    background-color: rgba(235, 235, 235, 0.08);
}

.ue:hover .ue-left-contents {
    transform: translateX(8px);
    transition: transform 0.1s ease-in;
}

.ue-left {
    display: flex;
    flex-direction: row;
}

.ue-date {
    color: #888;
}

.ue-title {
    text-decoration: none;
    color: white;
    margin-left: 5px;
}

.ue-title-blog {
    text-decoration: none;
    color: white;
    margin-left: 5px;
    margin-right: 15px;
    white-space: nowrap;
}

a.ue-title-blog:visited {
    color: white;
}

.ue-left-contents {
    display: flex;
    flex-direction: row;
    transition: transform 1.2s ease-out;
}

.ue-title-dono {
    color: #dddddd;
    margin-left: 5px;
}

.ue-title-oldnews {
    color: #dddddd;
    text-decoration: none;
    margin-left: 5px;
}

a.ue-title:visited {
    color: white;
}

.ue-title:hover {
    text-decoration: underline;
}

.ue-note {
    margin-left: auto;
    text-align: right;
    color: black;
    white-space: nowrap;
}

.ue-note-blog {
    margin-left: auto;
    text-align: right;
    color: black;
    white-space: nowrap;
}

.uebg {
    background-color: rgba(235, 235, 235, 0.045);
}

.footerelement {
    margin-left: 15px;
    margin-right: 15px;
}

.docholder {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    margin-left: 0;
    margin-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;

    background: white;

    border-style: solid;
    border-width: 1px;
    border-top-width: 0;
    border-bottom-width: 0;
    border-color: rgb(92, 92, 92);
    max-width: 928px;
    width: 100%;
}



.docholder::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-left: 1px solid rgb(92, 92, 92);
    border-right: 1px solid rgb(92, 92, 92);
    pointer-events: none;
}

.background_element {
    width: 100vw;
    height: 100vh;
}

.bannerleft {
    overflow: hidden;
    overflow-x: hidden;
    position: absolute;
    left: -50px;
    margin-right: 50px;
    width: 50px;
    height: 100%;
    background: linear-gradient(90deg, rgba(23, 23, 23, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.bannerright {
    overflow: hidden;
    overflow-x: hidden;
    position: absolute;
    right: -50px;
    margin-left: 50px;
    width: 50px;
    height: 100%;
    background: linear-gradient(270deg, rgba(23, 23, 23, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.img-default {
    width: 320px;
    height: 240px;
    object-fit: cover;
    object-position: center;
    border: 1px var(--border-color) solid;
}

.elmetal {
    position: relative;
    background-image: url("../resources/cover.webp");
    background-size: 100% 100%;
}

.elmetal::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    pointer-events: none;
}

.elmetal-inside {
    position: relative;
    filter: drop-shadow(0px -1px 0px white) drop-shadow(0px 1px 0px white) drop-shadow(1px 0px 0px white) drop-shadow(-1px 0px 0px white);
}

.lightbox-leftright {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
}

.lightbox-leftright.active {
    display: flex;
}

.lightbox-title {
    padding-left: 5px;
    padding-bottom: 3px;
}

.lightbox-title.active {
    display: flex;
}

.lightbox-date {
    padding-right: 5px;
    padding-bottom: 3px;
}

.lightbox-viewable {
    cursor: pointer;
}

.lightbox-center {
    border: 1px solid var(--border-color);
}

.lightbox-caption {
    border-top: 1px solid var(--border-color);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
    word-wrap: break-word;
}

.proj-img {
    min-height: 240px;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.8);
    transition: filter 0.1s ease, transform 0.14s ease;
}

.proj-img:hover {
    filter: brightness(1.0);
    transform: translateX(-5px);
}

.lightbox-img {
    display: block;
    margin: auto;
    min-width: 25vw;
    min-height: 25vh;
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    z-index: 1;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox-close {
    position: absolute;
    top: 9px;
    right: 30px;
    font-size: 2rem;
    color: white;
    cursor: pointer;
    z-index: 2;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: white;
    cursor: pointer;
    z-index: 2;
    user-select: none;
}

.lightbox-prev {
    left: 30px;
    display: none;
}

.lightbox-next {
    right: 30px;
    display: none;
}

.lightbox-counter {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 1rem;
    color: white;
    z-index: 2;
}

.lightbox.active {
    display: flex;
}

.lightbox-counter {
    display: none;
}

.lightbox-counter.active {
    display: inline;
}

.lightbox-next.active {
    display: inline;
}

.lightbox-prev.active {
    display: inline;
}

.lbcaptionholder {
    display: none;
    width: 200px;
}

.lbcaptionholder.active {
    display: flex;
}

.lightbox-bg {
    background: #194dd1;
    background: linear-gradient(0deg, rgb(21, 68, 187) 0%, rgb(4, 3, 34) 100%);
}

.top-donor {
    font-weight: bold;
    color: gold;
    border: 2px solid gold;
}

@keyframes pulsate-gold {
    0% {
        text-shadow: 0 0 10px #FFD700, 0 0 20px #ffd900dd;
        left: 0;
    }

    50% {
        text-shadow: 0 0 20px #FFCC00, 0 0 30px #ffcc00e1;
        left: 0.5px;
    }

    100% {
        text-shadow: 0 0 10px #FFD700, 0 0 20px #ffd900d2;
        left: 0;
    }
}

@keyframes pulsate-silver {
    0% {
        color: #c1cdde;
        text-shadow: 0 0 5px #ffffff20, 0 0 10px #ffffffac;
    }

    50% {
        color: #c7d2e0;
        text-shadow: 0 0 10px #ffffff20, 0 0 20px #ffffff50;
    }

    100% {
        color: #c1cdde;
        text-shadow: 0 0 5px #ffffff20, 0 0 10px #ffffffb4;
    }
}

@keyframes shine {
    0% {
        background-position: -100%;
    }

    100% {
        background-position: 100%;
    }
}

#profession_element span {
    display: inline-block;
}

#headerlogo {
    margin-top: 43px;
    align-self: center;
    max-width: 512px;
    width: 100%;
    cursor: pointer;
    z-index: 10;
    user-select: none;
}

.logobannerholder {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 10px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid var(--border-color);
    height: 223px;
}

#logobanner {
    position: absolute;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.15);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.15s ease-in;
    user-select: none;
}

.beforewavy {
    color: #ffffff00;
}

.wavy {
    animation: wavy 1.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
    position: relative;
    top: 0;
    left: 0;
    color: rgb(255, 255, 255);
    text-shadow:
        2px 2px 2px rgba(0, 0, 0, 0.999),
        -2px -2px 2px rgba(0, 0, 0, 0.999),
        2px -2px 2px rgba(0, 0, 0, 0.999),
        -2px 2px 2px rgba(0, 0, 0, 0.999);
}

.socialbutton-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 1rem;
    max-height: 35px;
}

.dottedline {
    width: 100%;
    height: 0px;
    border: 1px;
    border-style: dotted;
    border-color: var(--border-color)
}

@keyframes wavy {

    0%,
    100% {
        transform: translateY(1.5px);
    }

    50% {
        transform: translateY(-1.5px);
    }
}

.gold {
    color: #FFD700;
    position: relative;
    display: inline-block;
    background: linear-gradient(45deg, #ffffff, #FFD700, #ffffff);
    background-size: 200% 100%;
    background-position: 100%;
    background-clip: text;
    color: transparent;
    animation: shine 2s infinite, pulsate-gold 2s infinite ease-in-out;
}

.silver {
    animation: pulsate-silver 2s infinite ease-in-out;
}

.bronze {
    color: #CD7F32;
}

.rank {
    font-size: 1.2em;
    padding-left: 10px;
}

.silkicon {
    padding-left: 4px;
    width: 12px;
    height: 12px;
}

.silkicon2 {
    margin-right: 12px;
    width: 16px;
    height: 16px;
}

.project-left {
    width: 56.7%;
    min-width: 300px;
}

.project-left img {
    max-width: 100%;
    height: auto;
    margin: 1rem auto;
    display: block;
}

.project-page {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: nowrap;
}

.features {}


.blog-img {
    border: 1px var(--border-color) solid;
    display: flex;
    flex-direction: column;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.8);
    transition: filter 0.1s ease, transform 0.14s ease;
    height: 200px;
    width: 240px;
}

.blog-img:hover {
    filter: brightness(1.0);
    transform: translateY(-5px);
}

.page-middle {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 23px;
}

.img-comment {
    display: flex;
    align-items: center;
    padding-left: 5px;
    height: 100%;
    background-color: white;
    border-top: 1px var(--border-color) solid;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 100%;
    box-sizing: border-box;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    transition: transform 0.3s ease, filter 0.3s ease, border-color 0.3s ease;
    filter: saturate(0.5) brightness(0.5);
    border: 1px solid var(--border-color);
}

.gallery-item .minicaption {
    position: absolute;
    bottom: 7px;
    left: 7px;
    background: rgba(0, 0, 0, 0.08);
    padding: 1px 1px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
    filter: drop-shadow(0px -1px 0px white) drop-shadow(0px 1px 0px white) drop-shadow(1px 0px 0px white) drop-shadow(-1px 0px 0px white);
    user-select: none;
}

.gallery-item:hover .minicaption {
    opacity: 1;
}

.gallery-item:hover {
    transform: translate(3px, -5px);
    filter: saturate(1) brightness(1) drop-shadow(-10px 10px 7px white);
    border: 1px solid rgb(201, 201, 201);
}

.gallery-item::before {
    position: absolute;
    mask-clip: 1px, 1px, 5px, 4px;
    background-color: white;
    z-index: 5;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 930px) {
    .docholder {
        border: none;
        border-style: none;
        border-width: 0;
        min-width: 100%;
        width: 100%;
    }

    .contents {
        padding: 0;
        margin: 0;
    }

    .project-page {
        flex-direction: column;
    }

    .project-left {
        width: 100%;
        min-width: 100px;
    }

    .project-right {
        width: 100%;
        min-width: 100px;
    }

    .hide-on-less {
        display: none;
    }

    .docholder::before {
        display: none;
    }

    .header::after {
        border-left: 0;
        border-right: 0;
    }

    .page-middle {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .blog-img {
        width: 90%;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 930px) {
    .show-on-less {
        display: none;
    }
}

@media (max-width: 558px) {
    .features {
        display: none;
    }

    #filter-options {
        justify-content: center;
    }

    .header::after {
        background-color: white;
    }

    .header {
        background-color: white;
    }

    .logobannerholder {
        height: 30vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #headerlogo {
        margin: 0;
        transform: translateY(10px);
    }

    .bannerbuttonholder {
        justify-content: space-between;
        width: 100%;
    }

    .social-fancy-header {
        margin-left: 2px;
        margin-right: 2px;
    }

    .badges {
        justify-content: space-evenly;
    }

    .ue-note-blog {
        line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .navbar {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        height: 100%;
        width: 100%;
        z-index: 2;
    }

    .navbarbutton {
        width: 100%;
        height: 33px;
        border-left: none;
        border-right: none;
        text-align: center;
        flex-shrink: 0;
    }

    .navbarbutton.active {
        height: 33px;
    }

    .header {
        min-height: 213px;
    }

    .navbarbutton.active::after {
        border-bottom: 0;
    }
}

@media (min-width: 558px) {
    .notfeatures {
        display: none;
    }
}

@media (max-width: 372px) {
    .project-card {
        width: 160px;
    }

    #project-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}