:root {
    --taskbarheight: 35px;
    --titlebark-height: 30px;
}
@font-face {
    font-family: "SenorSaturno";
    src: url("fonts/SenorSaturno-Aw9g.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Comic Sans";
    src: url("fonts/Qdbettercomicsans-jEEeG.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Pixeloid";
    src: url("fonts/PixeloidSans-lxa3y.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Pixeloid";
    src: url("fonts/PixeloidSansBold-1jpBg.ttf") format("truetype");
    font-weight: bold;
    font-style: bold;
    font-display: swap;
}

@font-face {
    font-family: "w95fa";
    src: url("fonts/W95F.otf") format("truetype");
    font-weight: bold;
    font-style: bold;
    font-display: swap;
}


* {
    margin: 0px;
}

body {
    overflow: hidden;
    background-color: #00309D;
    background: #00309d;
    height: 100dvh;
    width: 100vw;
    display: flex;
    flex-flow: column nowrap;
}
main {
        height: calc((100% - 20px) - var(--taskbarheight)) !important;
        top: 0px;
        padding: 10px;
        position: absolute;
        width: 100vw;
}

#login-screen {
    /* background-image: url("img/login-temp.png")*/
    width: 100vw;
    height: 100dvh;
    z-index: 999999;
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
}

.login-spotlight {
width: 30vw;
  height: 30vw;
  position: absolute;
  background: radial-gradient(circle, rgb(255 255 255 / 38%) 9%, rgba(255, 255, 255, 0) 50%);
  top: -7vw;
  left: -12vw;
}
.login-top,
.login-bottom {
    background-color: #00309d;
    display: flex;
    width: 100%;
}

.login-top {
    height: 10%;
    align-items: flex-end;
    z-index: inherit;
}

.login-top-gradient,
.login-bottom-gradient {
    height: 2%;
    width: 100%;
}

.login-bottom {
    height: 12%;
    align-items: flex-start;
}

.login-top-gradient {
    background: linear-gradient(90deg, #667eea00 0%, #dddddd 10%, #dddddd 49%, #764ba200 90%, #764ba200 100%);
}

.login-bottom-gradient {
    background: linear-gradient(90deg, #667eea00 0%, #e7903d 10%, #e7903d 49%, #764ba200 90%, #764ba200 100%);
}

.login-main-body {
    background-color: #5a7edc;
    height: -webkit-fill-available;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.login-main-divider {
    background: linear-gradient(120deg, #667eea00 10%, #dddddd36 20%, #ffffff8c 35%, #ffffff8c 60%, #dddddd36 80%, #764ba200 90%);
    width: 1px;
}

.login-main-right,
.login-main-left {
    display: flex;
    align-items: center;
    width: 50%;
}

.login-main-left {
    justify-content: flex-end;
}

.login-section-outer {
    height: 100px;
    background: linear-gradient(90deg, #e0e0e08c 10%, #e0e0e08c 20%, #e0e0e08c 35%, #e0e0e08c 50%, #dddddd36 60%, #764ba200 70%);
    overflow: hidden;
    padding: 1px;
    width: 80%;
    border-radius: 10px 0px 0px 10px;
    margin-left: 30px;
    cursor: pointer;
}

.login-section-inner {
    display: flex;
    align-items: center;
    border-radius: 10px 0px 0px 10px;
    height: 100%;
/*    background: linear-gradient(90deg, #1242a6 10%, #1242a6 20%, #1242a6 35%, #1242a6 50%, #1242a6 60%, #1241a6c5 65%, #1241a685 70%, #1241a600 80%);*/
background: linear-gradient(102deg, #1242a6 10%, #1242a6 20%, #1242a6 35%, #1242a6e3 50%, #1242a6ba 60%, #1241a68a 65%, #1241a64d 70%, #1241a600 80%);
}

.login-user-icon-outer {
    height: 80px;
    margin-left: 10px;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 1/1;
    background-color: #000000;
}

.login-user-icon-border-box {
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
}

.login-user-icon-border-box::after {
    border: 3px solid #ffffff;
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    position: absolute;
    content: " ";
    inset: 0px;
}

.login-user-icon {
    height: 100%;
    padding: 1px;
    height: auto;
    width: auto;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.login-user-name {
    color: #ffffff;
    font-family: system-ui;
    margin-left: 10px;
    align-self: baseline;
    margin-top: 10px;
}

.login-user-name>p {
    font-size: 25px;
}

.login-user-name>p+p {
    font-size: 12px;
}

.login-hint-outer {
    width: 70%;
    color: #ffffff;
    font-family: system-ui;
    margin-right: 25px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    gap: 10px;
}
.login-hint-outer p {
    font-size: 25px;
    margin-right: 35px;
}

.login-logo {
    display: flex;
    flex-flow: column;
    width: fit-content;
}

.login-logo-line-one,
.login-logo-line-two {
    display: flex;
    flex-flow: row nowrap;
    gap: 5px;
    justify-content: flex-start;
    align-items: flex-end;
}

.login-logo-line-one img {
    width: 120px;
}

.login-logo-line-one span {
        font-size: 13px;
}

.login-logo-line-two {
    font-size: 40px;
    margin-top: -11px;
}
.login-logo-line-two>span {
font-weight: 600;
}
.xp-text {
    color: #eb7f3d;
    top: -10px;
    position: relative;
    font-size: 35px;
    font-weight: normal;
}





/*
@media (orientation: portrait) {
    .background-container {
        background-image: url("img/spencer-demera-cJc0Rzyhcio-unsplash.webp");
        background-position: bottom;
    }
}

@media (orientation: landscape) {
    .background-container {
        background-image: url("img/spencer-demera-IoGwDF35nwk-unsplash.webp");
        background-position: right bottom;
    }
} */

.background-container {
    background-image: url("img/spencer-demera-IoGwDF35nwk-unsplash compressed.png");
    background-position: bottom;
    image-rendering: pixelated;
    background-color: #dddddd;
    background-size: cover;
    height: calc(100vh - var(--taskbarheight)) !important;
    width: 100vw;
    overflow: hidden;
}

.taskbark-button-container {
    margin-left: 10px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    user-select: none;
    margin-left: 105px;
}

.taskbark-button {
    height: 80%;
    line-height: 90%;
    background: #ffffff2e;
    border-radius: 6px;
    border: 1px solid #5d5db7c4;
    padding-left: 5px;
    padding-right: 20px;
    cursor: pointer;
    color: #ffffff;
    font-family: "Comic Sans";
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .1s ease all;
}

.taskbark-button.minimized {
    background: #2d2d5170;
    transition: .1s ease all;
}

.taskbark-button img {
    height: 80%;
    position: relative;
}

.taskbark-button span {
    top: 2px;
    white-space: nowrap;
    position: relative;
}

.link-subheading {
    color: #666666;
    font-family: monospace;
display: block;
}

div.hidden {
    display: none !important;
}

.title-bark-icon {
    margin-right: 7px;
    margin-left: 5px;
}

.title-bark-icon img {
    width: 25px;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.5));
    top: 1px;
    position: relative;
}



.taskbark {
    display: flex;
    position: absolute;
    bottom: 0px;
    height: var(--taskbarheight);
    background-color: blue;
    width: 100vw;
    background: #245EDC;
    background: linear-gradient(180deg,
            rgba(36, 94, 220, 1) 0%,
            rgba(181, 181, 232, 1) 3%,
            rgba(41, 98, 220, 1) 7%,
            rgba(36, 94, 220, 1) 51%,
            rgba(36, 94, 220, 1) 95%,
            rgba(20, 54, 122, 1) 100%);
    z-index: 9999;
    overflow: scroll;
}

/*bark menu*/
.bark-menu {
    height: 300px;
    background: #245EDC;
    background: linear-gradient(180deg, rgba(36, 94, 220, 1) 0%, rgba(181, 181, 232, 1) 1%, rgba(41, 98, 220, 1) 2%, rgba(181, 181, 232, 1) 21%, rgba(36, 94, 220, 1) 51%, rgba(181, 181, 232, 1) 83%, rgba(36, 94, 220, 1) 95%, rgba(38, 96, 212, 1) 100%);
    display: flex;
    flex-flow: column nowrap;
    width: 500px;
    max-width: 98vw;
    position: absolute;
    bottom: var(--taskbarheight);
    height: calc(var(--taskbarheight) * 16);
    z-index: 1;
    box-shadow: -1px 2px 3px 1px #0000009e;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    z-index: 9999;
    transition: .1s ease all;
    user-select: none;
}

.bark-menu-middle {
    height: 76%;
    width: calc(100% - 4px);
    align-self: center;
    background-color: #ffffff;
    border-top: 1px solid #2660dccf;
    box-shadow: -1px 4px 7px 0px #0000002e;
    display: flex;
    flex-flow: row nowrap;
}

.bark-menu-inner-right {
    background-color: #d3e5fb;
    width: 50%;
    max-width: 50%;
    float: right;
    height: 100%;
    border-left: 1px solid #82a1c7;
}

.bark-menu-inner-left {
    background-color: #ffffff;
    max-width: 50%;
    width: 50%;
    float: left;
    height: 100%;
    border-left: 1px solid #82a1c7;
}

.bark-menu-link {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.app-list {
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
    padding: 10px;
}

.bark-menu-link img {
    height: 40px;
}

.bark-menu-divider {
    width: 100%;
    height: 1px;
    background: green;
    background: linear-gradient(90deg, #667eea00 0%, #a2a4a4 10%, #a2a4a4 49%, #a2a4a4 90%, #764ba200 100%);
    opacity: .7;
}


.bark-menu-botom {
    height: 9%;
    width: 100%;
    justify-self: flex-end;
    display: flex;
  justify-content: end;
}
.bark-bottom-button-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-right: 10px;
    gap: 10px;
}

.bark-bottom-button-container * {
cursor: pointer;
color: #ffffff;
}

.log-off-button,
.turn-off-button {
        display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: 5px;
}

.log-off-icon-outer,
 .turn-off-icon-outer {
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 6px;
}
.log-off-icon-inner,
 .turn-off-icon-inner {
    width: 26px;
    height: 26px;
    top: 2px;
    left: 2px;
    position: relative;
    border-radius: 4px;
}
.log-off-icon-inner {
    background-color: #ffbb00;
 }
 .turn-off-icon-inner {
    background-color: #ff1e00;
 }

 .turn-off-text a {
    text-decoration: none;
 }

/*bark button*/
.bark-button {
    user-select: none;
    z-index: 10000;
    width: 100px;
    background: #ebffeb;
    /*mine reused for hover state*/
    background: linear-gradient(180deg,
            rgba(235, 255, 235, 1) 0%,
            rgba(73, 176, 73, 1) 15%,
            rgba(73, 176, 73, 1) 51%,
            rgba(17, 84, 17, 1) 100%);
    /*claudes, a touch better*/
    background: linear-gradient(180deg,
            rgba(235, 255, 235, 1) 0%,
            rgba(73, 176, 73, 1) 15%,
            rgba(73, 176, 73, 1) 40%,
            rgba(17, 84, 17, 1) 95%,
            rgba(40, 130, 40, 1) 100%);
    height: 100%;
    display: flex;
    align-items: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    filter: drop-shadow(1px 1px 4px black);
    box-shadow: inset 0px 0px 7px -2px #000000;
    height: 35px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}

.bark-button:hover {
    background: linear-gradient(180deg,
            rgba(235, 255, 235, 1) 0%,
            rgba(73, 176, 73, 1) 15%,
            rgba(73, 176, 73, 1) 51%,
            rgba(17, 84, 17, 1) 100%);
    cursor: pointer;
}

.bark-button * {
    filter: drop-shadow(1px 0px 2px black);
}


.bark-button span {
    display: inline-block;
    flex-grow: 1;
    color: #ffffff;
    height: fit-content;
    font-style: italic;
    font-size: 20px;
    top: 1px;
    font-weight: bold;
    position: relative;
}

.bark-button-paw {
    width: auto;
    padding: 7px;
    max-height: 20px;
    justify-self: flex-start;
    /*  filter: drop-shadow(1px 0px 2px black); */
}

/*tray & components*/
.system-tray {
    width: auto;
    min-width: 180px;
    background: linear-gradient(180deg, #789ce9 0%, #b5b5e8 3%, #799dea 7%, #608be6 51%, #487ae1 91%, #14367a 100%);
    height: 100%;
    right: 0px;
    box-shadow: inset 4px 1px 5px -4px #000000;
    filter: drop-shadow(0px 0px 2px #1f1f1f);
    display: flex;
    padding-left: 10px;
    margin-left: auto;
}

#dog-o-clock {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    padding: 0px 10px;
    gap: 10px;
}

#play-time {
    color: #ffffff;
    font-family: monospace;
    font-size: 16px;
    cursor: default;
    word-spacing: -5px;
}

#play-date {
    pointer-events: none;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    bottom: 40px;
    right: 5px;
    white-space: nowrap;
    background-color: #ffffffc7;
    padding: 3px 5px;
    font-family: monospace;
    font-size: 16px;
    transition: opacity .2s ease;
}

#play-time:hover+#play-date {
    visibility: visible;
    opacity: 1;
    transition: opacity .2s ease;
    transition-delay: .5s;
}

#play-time+#play-date {
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease;
    transition-delay: .5s;
}

.nekobadge {
    height: 30px;
    overflow: hidden;
    top: 2px;
    position: relative;
}



.bark-menu-top {
    display: flex;
    justify-items: flex-start;
    align-items: center;
    padding-left: 10px;
    height: 15%;
    width: 100%;
    gap: 10px;
}

.user-icon-outer {
    height: 85%;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 1/1;
    background-color: #000000;
}

.user-icon-border-box {
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
}

.user-icon-border-box::after {
    border: 3px solid #ffffff;
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    position: absolute;
    content: " ";
    inset: 0px;
}

.user-icon {
    height: 100%;
    padding: 1px;
    height: auto;
    width: auto;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.username {
    color: #ffffff;
    font-family: system-ui;
    font-weight: 501;
    font-size: 24px;
    filter: drop-shadow(0px 0px 1px #1d1d1d);
}

.window div.window-content-section {
    padding: 10px;
    overflow: scroll;
    width: calc(100% - 20px);
    height: calc(100% - 50px);
    scrollbar-width: none;
}

.window p {
    margin: 10px 0px;
}

.window h2,
.window h3 {
    margin: 20px 0px;
    text-align: center;
    font-family: 'Comic Sans';
}

.window::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
}

.window {
    
  font-family: "w95fa";
    position: absolute;
    top: 25%;
    left: 25%;
    height: 600px;
    width: 700px;
    background: #e8e8d8;
    border-radius: 5px 5px 0px 0px;
    resize: none;
    overflow: auto;
    min-width: 150px !important;
    overflow: hidden;
    filter: drop-shadow(1px 1px 5px #0000005d);
}
.window>*:nth-child(3) {
    border: 3px solid #255fdc;
}


.window-top {
    background-color: #255fdc;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    display: flex;
    user-select: none;
    cursor: grab;
}

.window-title {
    font-family: "Comic Sans";
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    user-select: none;
}

.window-bar-buttons {
    height: 100%;
    width: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-right: 5px;
    gap: 5px
}

.minimize-button,
.maximize-button,
.close-button {
    width: 20px;
    height: 20px;
    border: 1px solid white;
    border-radius: 3px;
    cursor: pointer;
}

.minimize-button {
    background: linear-gradient(131deg, #ffffff 0%, #0077ff 16%, #0077ff 83%);
    background-image: url("img/minimize.png"), linear-gradient(131deg, #ffffff 0%, #0077ff 16%, #0077ff 83%);
    background-size: 20px;
}

.minimize-button:hover {
    background: linear-gradient(131deg, #ffffff 0%, #006be6 16%, #006be6 83%);
    background-image: url("img/minimize hover.png"), linear-gradient(131deg, #ffffff 0%, #006be6 16%, #006be6 83%);
    background-size: 20px;
}

.maximize-button {
    background-image: url("img/maximize.png"), linear-gradient(131deg, #ffffff 0%, #0077ff 16%, #0077ff 83%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.maximize-button:hover {
    background-image: url("img/maximize.png"), linear-gradient(131deg, #ffffff 0%, #006be6 16%, #006be6 83%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.close-button {
    background: linear-gradient(131deg, #ffffff 0%, #ff0700 16%, #ff0700 83%);
    background-image: url("img/close.png"), linear-gradient(131deg, #ffffff 0%, #ff0700 16%, #ff0700 83%);
    background-size: 20px;
}

.close-button:hover {
    background: linear-gradient(131deg, #ffffff 0%, #990500 16%, #aa0600 83%);
    background-image: url("img/close hover.png"), linear-gradient(131deg, #ffffff 0%, #c90700 16%, #d10700 83%);
    background-size: 20px;
}




.maximize {
    width: calc(100vw - 2px) !important;
    height: calc(100vh - var(--taskbarheight)) !important;
    top: 0px !important;
    left: 0px !important;
}

.desktop-icons-grid {
    display: flex;
    flex-flow: column wrap;
    gap: 10px;
    height: 100%;
    align-content: baseline;
}

.desktop-icon {
    min-height: 150px;
    width: 128px;
    text-align: center;
    user-select: none;
    cursor: pointer;
    color: #ffffff;
    height: auto;
}

.desktop-icon span,
.contact-icon img {
    filter: drop-shadow(0px 0px 2px #00000099);
}

.desktop-icon:nth-last-child(1) {
    height: auto;
}

.desktop-icon:active,
.desktop-icon:focus {
    border: 1px dashed #dddddd;
    width: 126px;
    height: 148px;
}

.desktop-icon:nth-last-child(1) {
    height: auto;
}

.desktop-icon img {
    width: 128px;
    image-rendering: pixelated;
}

.desktop-icon .guesboook-begging {
    word-break: keep-all;
    white-space: nowrap;
    font-size: 11px;
    text-align: center;
    filter: none;
}

.music-title-bar .title-bark-icon img {
    filter: brightness(10);
    top: 2px;
}

.music-icon-container {
    background-image: url("img/music icon.png");
    width: 128px;
    height: 128px;
    background-repeat: no-repeat;
    background-size: contain;
    image-rendering: pixelated;
}

.music-icon-container:hover {
    background-image: url("img/music player hover.gif");
    width: 128px;
    height: 128px;
    background-repeat: no-repeat;
    background-size: contain;
    image-rendering: pixelated;
}

.music-taskbark-button img {
    top: 1px;
    filter: brightness(10);
}

/* welcome to grabber hell, please do not enjoy your stay (made with help from claude) */

.window-grabber {
    position: absolute;
    user-select: none;
}

.vert-grabber {
    height: calc(100% - 20px);
    width: 5px;
    top: 10px;
    cursor: ew-resize;
}

.horizontal-grabber {
    width: calc(100% - 20px);
    height: 5px;
    right: 10px;
    cursor: ns-resize;
}

.ne-corner-grabber {
    width: 10px;
    height: 10px;
    cursor: ne-resize;
}

.sw-corner-grabber {
    width: 10px;
    height: 10px;
    cursor: nw-resize;
}

.top-grabber {
    top: 0px;
}

.right-grabber {
    right: 0px;
}

.bottom-grabber {
    bottom: 0px;
}

.left-grabber {
    left: 0px;
}

.top-right-grabber {
    right: 0px;
    top: 0px;
}

.bottom-right-grabber {
    right: 0px;
    bottom: 0px;
}

.bottom-left-grabber {
    left: 0px;
    bottom: 0px;
}

.top-left-grabber {
    left: 0px;
    top: 0px;
}


/* mobile overrides */
@media screen and (max-width: 500px) {
    .login-main-divider {
    background: linear-gradient(120deg, #667eea00 10%, #dddddd36 20%, #ffffff8c 35%, #ffffff8c 60%, #dddddd36 80%, #764ba200 90%);
    width: 100%;
    height: 1px;
}
.login-main-body {
    background-color: #5a7edc;
    height: -webkit-fill-available;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    gap: 25px;
}
.login-main-right,
.login-main-left {
    display: flex;
    align-items: center;
    width: 100%;
}
.login-hint-outer {
    width: 100%;
    color: #ffffff;
    font-family: system-ui;
      margin-right: 0px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-items: center;
    gap: 10px;
}
.login-hint-outer p {
    font-size: 25px;
    margin-right: 0px;
}

.desktop-icon img {
    width: 64px;
    image-rendering: pixelated;
}
.music-icon-container {
  background-image: url("img/music icon.png");
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: contain;
  image-rendering: pixelated;
}
.desktop-icon {
  min-height: 100px;
  width: 64px;
  text-align: center;
  user-select: none;
  cursor: pointer;
  color: #ffffff;
  height: auto;
}
.desktop-icon:active,
.desktop-icon:focus {
    width: 62px;
    height: 98px;
}
.music-icon-container:hover {
    background-image: url("img/music player hover.gif");
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: contain;
    image-rendering: pixelated;
}
.desktop-icons-grid {
    gap: 25px;
}

.window {
    width: calc(100vw - 2px) !important;
    height: calc(100% - 2px) !important;
    top: 0px !important;
    left: 0px !important;
}

}


/*music player god hepl me*/

.music-player-container {
    display: flex;
    flex-flow: column nowrap;
        background: #f7f8fd;
        color: #ffffff;
}
.media-player-main {
    height: 80%;
    width: 100%;
    background: rgb(26, 26, 26);
    display: flex;
    flex-flow: row nowrap;
}
.media-player-left {
    width: 70%;
    background: #000000;

}
.media-player-right {
    width: 30%;
    display: flex;
    flex-flow: column nowrap;
    background-color: #394472; 
}
.media-player-info-divider {
    height: 2px;
    background: grey;
}
.media-player-main-divider {
    width: 2px;
    background: grey;
}
.song-list-item {
    display: flex;
    flex-flow: row nowrap;
    width: -webkit-fill-available;
    justify-content: space-between;
    padding: 0px 5px;
      font-size: 13px;
}
.song-list-item>span:nth-child(1) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.song-list-item.playing {
    margin-left: 5px;
    background: #000000;
    color: rgb(107, 221, 0);
    width: calc(100% - 16px);
    padding: 2px 5px 2px 2px;
}
.song-list li {
    background: transparent;
}
.song-list {
    width: 100%;
    height: auto;
    overflow: scroll;
}
.song-list li:hover {
    background: #dddddd;
    color: black;
}
.media-player-section-divider {
    height: 1px;
        background: linear-gradient(120deg, #667eea00 10%, #dddddd36 20%, #ffffff8c 35%, #ffffff8c 60%, #dddddd36 80%, #764ba200 90%);
    width: 100%;
}
.media-player-controls-area {
    color: #2d5071;
    height: calc(20% - 1px);
    width: 90%;
    align-self: center;
    display: flex;
    flex-flow: column nowrap;
}
.album-info-title {
    height: 30px;
    background: #6071bf;
    text-align: center;
    line-height: 28px;
    font-size: .8em;
}
.album-info-outer {
}
.album-art-container {
    aspect-ratio: 1/1;
    width: auto;
    height: 140px;
    background: #252b44;
}
.album-art-container img {
    max-height: 100%;
}

.source-download {
    display: flex;
    justify-content: center;
    padding-top: 5px;
}
.source-download a {
    max-width: 100%;
}

.album-name {
display: flex;
  width: 100%;
  text-align: center;
  height: 30px;
align-items: center;
  justify-content: center;
}

.window-top + * {
        height: calc(100% - calc(var(--titlebark-height) + 6px));
        width: calc(100% - 6px);
} 
.album-view-inner {
    padding: 5px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}   
.album-view-outer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}
.song-1-album-art-large {
    background-image: url("img/megle.png");
    background-size: cover;
    height: 100%;
    width: 100%;
    background-color: #dddddd;
      background-position: center;
}

.album-view-info-container {
    padding-left: 5px;
  padding-top: 2px;
  white-space: nowrap;
}

.album-view-artist-scroll {
      font-size: 20px;
}
.album-view-song-name {
  font-size: 25px;
  font-weight: bold;
}

/* track seeker dragger handle thing */

/* Target Input */
.player-tracker {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  cursor: pointer;
  width: calc(100% - 50px);
  margin-left: auto;
  margin-right: auto;
}

/* --- both browsers --- */

.player-tracker::-webkit-slider-runnable-track,
.player-tracker::-moz-range-track {
  height: 10px;
  background: #94c793;
    background: linear-gradient(to right, #94c793 var(--range-pct, 0%), #cbd5e1 var(--range-pct, 0%));
  border-radius: 4px;
  border: 0px solid #cbd5e1;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.player-tracker::-moz-range-thumb,
.player-tracker::-webkit-slider-thumb {
height: 12px;
  width: 24px;
  background: #ddd;
  border-radius: 5px;
  border-left: 4px solid #1ab919;
  box-shadow: 0px 4px 6px rgba(6, 95, 70, 0.3);
  border-right: 4px solid #1ab919;
}

/* --- Webkit Browsers --- */


.player-tracker::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -7px;
}

/*-- volume slider --*/
/* Target Input */
.volume-tracker {
  -webkit-appearance: none;
  width: 100px;
  background: transparent;
  cursor: pointer;
  width: 100px;
}

/* --- both browsers --- */

.volume-tracker::-webkit-slider-runnable-track,
.volume-tracker::-moz-range-track {
  height: 10px;
  background: #94c793;
    background: linear-gradient(to right, #94c793 var(--range-pct, 0%), #cbd5e1 var(--range-pct, 0%));
  border-radius: 4px;
  border: 0px solid #cbd5e1;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.volume-tracker::-moz-range-thumb,
.volume-tracker::-webkit-slider-thumb {
height: 16px;
  width: 12px;
  background: #ddd;
  border-radius: 5px;
  border-top: 4px solid #1ab919;
  box-shadow: 0px 4px 6px rgba(6, 95, 70, 0.3);
  border-bottom: 4px solid #1ab919;
}

/* --- Webkit Browsers --- */


.volume-tracker::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -7px;
}

/* end sliders */

.player-rewind {
  position: relative;
  top: -15px;
  background: #fff;
  width: fit-content;
  padding: 0px 10px;
  color: #3c6e99;
  border-radius: 10px;
  height: 12px;
  font-size: 10px;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.5));
}

.player-fast-forward {
  position: relative;
  top: -25px;
  margin-left: auto;
  right: 0px;
  background: #fff;
  width: fit-content;
  padding: 0px 10px;
  color: #3c6e99;
  border-radius: 10px;
  height: 12px;
  font-size: 10px;
  filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.5));
}


.player-play-pause {
    width: 100px;
    height: 100px;
    border: 1px solid #dddddd;
    border-radius: 50%;
background: linear-gradient(145deg, #ffffff, #e6e6e6);
box-shadow:  20px 20px 60px #d9d9d9,
             -20px -20px 60px #ffffff;
}


.blog-window div.window-content-section {
    padding: 0px;
    display: flex;
    flex-flow: row nowrap;  
    width: calc(100% - 6px);
  height: calc(100% - 36px);
  font-family: "w95fa";
    background: linear-gradient(180deg, rgba(96, 116, 208, 1) 0%, rgba(96, 116, 208, 1) 12%, rgba(96, 116, 208, 1) 100%);
}

.blog-section-left {
background: #80A4E8;
background: linear-gradient(180deg, rgba(128, 164, 232, 1) 0%, rgba(128, 164, 232, 1) 12%, rgba(96, 116, 208, 1) 100%);
width: -webkit-fill-available;
    height: 100%;
    display: flex;
  flex-flow: row nowrap;
    max-width: 350px;
    min-width: 200px;
}

.blog-post-list {
    border-radius: 5px 5px 0px 0px;
    background-color: #d0dcf0;
    width: 85%;
    margin: 5% auto;
      height: fit-content;
}

.post-link-container {
    border: 1px solid #ffffff;
    border-top: none;
}

.blog-post-list p.post-list-title {
background: #F8FCF8;
background: linear-gradient(72deg, rgba(248, 252, 248, 1) 0%, rgba(248, 252, 248, 1) 60%, rgba(192, 212, 240, 1) 80%);
line-height: 30px;
margin: 0px;
padding-left: 15px;
    border-radius: 5px 5px 0px 0px;

}

.post-body-outer {
    color: #F8FCF8;
    width: auto;
    background: #6074D0;
background: linear-gradient(180deg, rgba(96, 116, 208, 1) 0%, rgba(96, 116, 208, 1) 12%, rgba(96, 116, 208, 1) 100%);
}
.blog-post-body {
    overflow: scroll;
  height: calc(100% - 10px);
}

.blog-sections-divider {
background: linear-gradient(180deg, #e5e5e59e 10%, #dddddd52 20%, #fff3 35%, #ffffff30 60%, #dddddd36 80%, #764ba200 90%);    
width: 1px;
}

.post-header-container {
    background: #3064C8;
background: linear-gradient(90deg, rgba(48, 100, 200, 1) 0%, rgba(96, 116, 208, 1) 100%);
display: flex;
flex-flow: row nowrap;
gap: 10px;
height: 40px;
position: sticky;
top: 0px;
}

.post-icon {
    height: 40px;
    position: relative;
    top: 10px;
    left: 10px;
    margin-right: 10px;
}

.blog-post-body h2 {
font-family: w95fa; 
font-weight: normal;
font-size: 14px;
line-height: 40px;
margin: 0px;
align-self: center;
justify-self: center;
position: relative;
top: 2px;
}

.post-content-body {
    padding: 5px;
}

.close-blog a {
    width: 100%;
  height: 100%;
  display: block;
}


.button-guides img {
    height: auto;
    max-width: 20px;
}
.close-hint,
.maximize-hint,
.minimize-hint {
    display: inline-block;
  position: absolute;
}

.close-hint {
  right: 6px;
  top: 35px;
}
.maximize-hint {
right: 33px;
  top: 35px;
}
.minimize-hint {
right: 60px;
  top: 35px;
}
.move-window-hint {
top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  color: #fff;
  filter: brightness(200);
  right: 200px;
  pointer-events: none;
}

.corner-arrow img,
.border-arrow img{
    max-width: 50px;
    max-height: 50px;
    padding: 10px;
    position: absolute;

}
.border-arrow img{
    max-width: 60px;
    max-height: 60px;
}

.upper-left-corner-arrow img {
    top: 30px;
    left: 0px;
}

.upper-right-corner-arrow img{
    top: 30px;
    right: 0px;
    display: none;
}

.bottom-left-corner-arrow img {
    bottom: 10px;
    left: 10px;
}

.bottom-right-corner-arrow img{
    bottom: 10px;
    right: 10px;
}

.resize-guides {
display: flex;
  align-content: center;
  justify-content: center;
}

.instructions-main-body-desktop,
.instructions-main-body-desktop * {
    user-select: none;
      align-content: center;
  justify-content: center;
}


.resize-guides div img::after {
    content: "grab me";
    display: inline-block;
}

.top-border-arrow img {
    top: 30px;
    margin: 0px auto;
    left: 45%;
}
.bottom-border-arrow img {
    bottom: 0px;
    margin: 0px auto;
    left: 45%;
}
.left-border-arrow img {
    left: 0px;
    margin: 0px auto;
    bottom: 45%;
}
.right-border-arrow img {
    right: 0px;
    margin: 0px auto;
    bottom: 45%;
}

.border-arrow img::after {
    background-image: url("img/grabby.png");
    content: " ";
    height: 10px;
    width: 10px;
    display: inline-block;
}

.resize-arrow-text {

}


article p {
    font-size: 18px;
}

/* lead form stuff */

.contact-window-send-inner {
background: #F8FCF8;
  background: linear-gradient(180deg, rgba(248, 252, 248, 1) 0%, rgba(245, 249, 244, 1) 18%, rgba(243, 247, 242, 1) 46%, rgba(211, 210, 195, 1) 100%);
  font-family: "w95fa";
  height: 22px;
  line-height: 22px;
  width: 80px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #0b4475;
  cursor:pointer;
  user-select: none;
}

.contact-window-send-inner:focus,
.contact-window-send-inner:active {
background: #F8FCF8;
background: linear-gradient(0deg, rgba(248, 252, 248, 1) 0%, rgba(245, 249, 244, 1) 18%, rgba(243, 247, 242, 1) 75%, rgba(211, 210, 195, 1) 100%);
}

.contact-send-buttons {
    bottom: 10px;
  position: absolute;
  right: 10px;
  font-size: 15px;
}

.contact-window-main-panel {
width: -webkit-fill-available;
  height: -webkit-fill-available;
  margin: 25px 10px 40px;
  background-color: #eff3e7;
  border: 1px solid #b8b8b8;
}

.contact-tabs {
    position: absolute;
  display: flex;
  flex-flow: row;
  top: 40px;
  gap: 5px;
  padding-left: 5px;
}

.tab.active {
background-color: #eff3e7;
  height: 20px;
  border-left: 1px solid;
  border-top: 1px solid orange;
  border-radius: 4px 4px 0px 0px;
  border-right: 1px solid;
  border-color: #b8b8b8;
  padding: 0px 5px;
  border-bottom: 1px solid #eff3e7;
  position: relative;
  top: -3px;
}

.contact-info {
    padding: 5px;
}