body {
    background-color: #000000;
    color: #ffffff;
    font-family: monospace;
    font-size: 120%;
}

pre {
    white-space: pre-wrap;
    /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    color: #d478ee;
}

img {
    max-width: 100%;
}

.letter {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    color: white;
    display: block;
    max-width: 800px;
}

.post {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    color: white;
    display: block;
    max-width: 800px;
    font-size: larger;
    margin: 0;
    padding: 0;
}

.contact a {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

hr {
    width: 45%;
    border-top: 1px solid white;
}

.main {
    margin: auto;
    max-width: 80%;
    padding-top: 25px;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.post-main {
    margin: auto;
    max-width: 80%;
    padding-top: 25px;
    padding-bottom: 8px;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
}

.title {
    text-align: center;
    margin-bottom: 0px;
}

.subtitle {
    text-align: center;
}

.subtitle p {
    font-size: x-large;
}

.record {
    max-width: 600px;
}

.cap-image-container {
    display: flex;
}

.cap-image img {
    width: 100%;
    max-width: 700px;
    border: 3px solid #181818;
    margin-bottom: 0;
    height: auto;
}

.cap-image figcaption {
    font-size: medium;
    text-align: center;
    margin-top: 0;
}

.main-image {
    text-align: center;
}

.main-image img {
    width: 100%;
    max-width: 800px;
    border: 3px solid #181818;
}

.main-image figcaption {
    font-size: xx-small;
}

.main-video {
    margin: auto;
    width: 80%;
    padding-top: 25px;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    flex-direction: column;
}

.main-video video {
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.video-holder {
    border: 15px groove midnightblue;
}

.image-html {
    margin: auto;
    width: 80%;
    padding-top: 25px;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    flex-direction: column;
}

.image-html img {
    width: 50%;
    height: 50%;
    display: block;
    margin: auto;
    padding: 10px;
    border: 5px solid #d478ee;
    border-width: 10px 10px 80px 10px;
}

.announcement-box {
    max-width: 800px;
    width: 90%;
    padding: 10px;
    padding-top: 4px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.announcement-header-container {
    border-bottom: 4px double #d478ee;
    border-top: 4px double #d478ee;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
}

.announcement-header {
    margin: 0;
    color: #ffffff;
}
.announcement-subheader {
    color: #ffffff;
    margin: 0;
}

.announcement-footer-container {
    border-top: 1px solid #d478ee;
    border-bottom: 1px solid #d478ee;
    padding-top: 2px;
    padding-bottom: 2px;
}

.announcements-container {
    height: 500px;
    overflow-y: auto;
}

.announcements {
    padding: 10px;
}

.announcement img {
    width: 50%;
}

.announcement-st img {
    width: 80%;
}

.a-date {
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

.a-date::before,
.a-date::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #d478ee;
}

.a-date:not(:empty)::before {
    margin-right: 0.25em;
}

.a-date:not(:empty)::after {
    margin-left: 0.25em;
}

.song-detail-artist {
    color: plum;
}

.song-detail-date {
    color: #d478ee;
}

.center {
    text-align: center;
}

.center2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.links {
    text-align: left;
}

.friends hr {
    width: 80%;
    border: 1px dashed white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.friends {
    max-width: 1000px;
}

.link-button {
    display: inline-flex;
    height: fit-content;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    border-color: white;
    border-style: groove;
    border-width: 1px;
    border-radius: 2px;
    margin-top: 10px;
    box-shadow: 0px 2px 6px rgba(222, 120, 238, 0.5);
    transition: box-shadow 0.3s;
    cursor: pointer;
    position: relative;
}

.link-button .block-display {
    display: block;
}

.linkspan {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.link-button h2 {
    margin-bottom: 0px;
}

.link-button:hover {
    box-shadow: 0px 4px 6px rgba(41, 41, 41, 0.5);
}

.link-button:hover .ll {
    filter: brightness(1.5);
}

.influences {
    border-radius: 10px 0px 20px 0px;
    border-color: #d478ee;
    border-style: solid;
    padding: 10px;
    margin-bottom: 20px;
    max-width: 450px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
}

.influences hr {
    width: 95%;
}

code {
    color: plum;
    background-color: #0e0e0e;
    padding: 2px;
    border-radius: 5px;
}

.pink {
    color: #d478ee;
}

.grey {
    color: #303030;
}

.censored {
    display: inline-block;
    background-color: #161616;
    color: #161616;
    text-align: center;
    margin-top: 2px;
}

.kaz-text {
    color: #000f70;
}

.show-date {
    color: #d478ee;
    font-weight: bold;
}

.show-band {
    color: #d478ee;
    font-weight: bold;
    text-decoration: underline wavy;
}

.accent {
    color: #d478ee;
}

.dim {
    color: #666;
}

.post-thoughts {
    color: #d478ee;
}

a {
    color: #1d75d4;
    text-decoration: underline;
}

a:hover {
    color: #c5d5d5;
}

a.hlink {
    color: inherit;
    text-decoration: none;
}

a.hlink:hover {
    cursor: pointer;
}

a.c:hover {
    color: #c5d5d5;
}

.faal-link {
    color: #970101;
}

.msuki {
    color: #bb2be3;
}

.dv-link {
    color: #555555;
}

.l3-link {
    color: #b5a7f1;
}

.g-link {
    color: #27ff27;
}

.d3-link {
    color: #aaf0c1;
}

.h3-link {
    color: #c6a1cf;
}

.g3-link {
    color: #f0e2b6;
}

.cb-link {
    color: #e4717a;
}

.fm-link {
    color: #e25822;
}

.pc-link {
    color: #7bdef2;
}

.s-link {
    color: #501a36;
}

.sep-link {
    color: #bf961c;
}

.gv-link {
    color: #99ff66;
}

.v-link {
    color: #e74e4f;
}

.db-link {
    color: #ffffff;
}

.shs-link {
    color: #71d6db;
}

.spanbox {
    display: inline-block;
    border: 1px;
    border-style: solid;
    border-radius: 1px;
    border-color: white;
    padding-left: 2px;
    padding-right: 2px;
    box-shadow: 2px 2px 4px rgba(222, 120, 238, 0.5);
    transition: box-shadow 0.3s;
}

.spanbox:hover {
    box-shadow: 2px 4px 6px rgba(41, 41, 41, 0.5);
}

.flash {
    animation: blinker 2s linear infinite;
}


.kiosk {
    border: 6px groove midnightblue;
    max-width: 1000px;
    padding: 10px 40px 20px 20px;
}

.clickme {
    border: 2px solid white;
    padding: 15px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.demo-index {
    border: 6px groove midnightblue;
    max-width: 500px;
    padding: 10px 40px 20px 20px;
}

.demo-index h1 {
    margin-bottom: 0px;
}

.demo-index hr {
    width: 90%;
}

.demo-index .link-button {
    width: 100%;
}

.img-warn {
  position: relative;
  display: inline-block;
  max-width: 700px;
  width: 100%;
  height: auto;
}

.img-warn img {
  display: none;
}

.content-warning {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 20px;
  box-sizing: border-box;
}

.img-warn:hover .content-warning {
  display: none;
}

.img-warn:hover img {
  display: block;
}

.stat-label, .stat-value {
    display: inline-block;
}

.stat-page, .stat-value {
    color: #d478ee;
    font-weight: bold;
}



/* START GALLERY AUTO GENERATION STYLES */

.gallery-body {
    text-align: center;
}

.gallery-body header h1 {
    margin-bottom: 0px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-gap: 2px;
}

.gallery-item {
    text-align: center;
}

.gallery-item img {
    max-width: 100%;
    height: 400px;
    object-fit: cover;
}

.stand-alone-gallery {
    text-align: center;
}

.stand-alone-gallery img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* END GALLERY AUTO GENERATION STYLES */

/* START NOISE AUTO GENERATION STYLES */
.demo-entry {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-left: 10px ridge #d478ee;
    padding: 10px;
}

.demo-entry audio {
    width: 80%;
}

.band-main ul {
    list-style: none;
    padding-left: 0;
}

.band-main {
    max-width: 1500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.demo-entry hr {
    border: 2px solid white;
    margin-left: 20px;
}

.demo-entry img {
    width: 200px;
    height: 200px;
    min-width: 200px;
    min-height: 200px;
    object-fit: cover;
    margin-right: 20px;
}

.demo-details {
    flex-grow: 1;
}

.demo-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2px;
}

.demo-artist {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.demo-audio {
    margin-bottom: 5px;
}

.demos ul li:nth-child(even) hr {
    border: 2px solid #d478ee;
}

.demo-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.demo-link {
    font-size: 14px;
}

.demo-comment {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.band-title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    border-color: white;
    border-style: groove;
    border-width: 4px;
}

.band-main p {
    font-size: large;
}

.subdirs {
    float: left;
}

.subdirs ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
    float: left;
}

.subdirs ul li {
    float: left;
    margin: 0;
    padding: 0 10px 0 0;
    border: 0;
}

.subdirs ul li:before {
    content: "|";
    padding-right: 5px;
}

.song {
    max-width: 400px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.song-details {
    max-width: 400px;
    border: 3px solid white;
    padding: 30px 10px 30px 10px;
    text-align: center;
}

.song-details audio {
    width: 100%;
}

.song-details img {
    border: 5px double #181818;
    padding: 10px;
    width: 200px;
    height: 200px;
}

.lyric-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 20px;
    padding: 20px;
}

.lyric-grid-item {
    position: relative;
    background: #110c20;
    border: 2px solid midnightblue;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    overflow: hidden;
    height: fit-content;
}

.lyric-grid-item h3 {
    margin-top: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.lyric-grid-item p {
    margin-bottom: 5px;
    background: black;
}

.lyric-grid-item small {
    font-size: 12px;
    color: #666;
    background: black;
}

.lyrics-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2px;
    padding: 10px;
    max-width: 1000px;
}

.lyrics-container .text-content {
    padding: 20px;
}

.lyrics-container .text-content h1 {
    margin-top: 0;
}

.lyrics-container .text-content p,
.lyrics-container .text-content small {
    margin: 0;
}

.lyrics-container .text-content pre {
    white-space: pre-wrap;
}

.lyrics-container .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lyrics-container .image-lyrics-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.lyrics-body #moridori {
    background: linear-gradient(
        to bottom right,
        black 0%,
        black 50%,
        #d478ee 50%,
        #d478ee 100%
    );
}

.lyrics-body #futureasaletterbomber {
    background: #E0C9A6;
}

.lyrics-body #futureasaletterbomber p {
    background: none;
    color: black;
}
.lyrics-body #futureasaletterbomber small {
    color: #970101;
    background: none;
}


/* END NOISE AUTO GENERATION STYLES */

@media screen and (max-width: 767px) {
    .main {
        height: auto;
        width: 100%;
    }

    .logo img {
        width: 80%;
        object-fit: scale-down;
        display: block;
        margin: auto;
    }

    .image-html {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

    .image-html img {
        width: 90%;
        height: 90%;
        object-fit: scale-down;
    }
}

@media screen and (max-width: 450px) {
    .influences {
        width: auto;
    }
    .demo-entry {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .demo-entry img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 10px;
    }
    .demo-details {
        text-align: center;
    }
    .lyrics-container {
        grid-template-columns: 1fr;
    }
    .gallery {
        grid-template-columns: 1fr;
    }

    .main {
        margin-left: 0;
        margin-right: 0;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
    }

    .cap-image img {
        max-width: 90%;
        width: 100%;
    }
    .announcement img {
        max-width: 90%;
        width: 100%;
    }
}

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.link-button:hover {
    --border-radius: 1px;
    --border-size: 5px;
    --border-bg: conic-gradient(
        black,
        #d478ee,
        black,
        #d478ee,
        black,
        #d478ee,
        black
    );
    --speed: 3s;

    overflow: hidden;

    &::before {
        content: "";
        display: inline-block;
        background: var(--border-bg);
        width: calc(100% * 1.41421356237);
        padding-bottom: calc(100% * 1.41421356237);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 100%;
        z-index: -2;
        animation: spin var(--speed) linear infinite;
    }

    &--reverse::before {
        animation-direction: reverse;
    }

    &::after {
        content: "";
        position: absolute;
        inset: var(--border-size);
        background: black;
        z-index: -1;
        border-radius: calc(var(--border-radius) - var(--border-size));
    }
}

.link-button--faal:hover {
    --border-bg: conic-gradient(
        black,
        #970101,
        black,
        #970101,
        black,
        #970101,
        black
    );
}

.link-button--dv:hover {
    --border-bg: conic-gradient(
        black,
        #555555,
        black,
        #555555,
        black,
        #555555,
        black
    );
}

.link-button--l3:hover {
    --border-bg: conic-gradient(
        black,
        #b5a7f1,
        black,
        #b5a7f1,
        black,
        #b5a7f1,
        black
    );
}

.link-button--g:hover {
    --border-bg: conic-gradient(
        black,
        #27ff27,
        black,
        #27ff27,
        black,
        #27ff27,
        black
    );
}
.link-button--d3:hover {
    --border-bg: conic-gradient(
        black,
        #aaf0c1,
        black,
        #aaf0c1,
        black,
        #aaf0c1,
        black
    );
}

.link-button--h3:hover {
    --border-bg: conic-gradient(
        black,
        #c6a1cf,
        black,
        #c6a1cf,
        black,
        #c6a1cf,
        black
    );
}

.link-button--g3:hover {
    --border-bg: conic-gradient(
        black,
        #f0e2b6,
        black,
        #f0e2b6,
        black,
        #f0e2b6,
        black
    );
}

.link-button--cb:hover {
    --border-bg: conic-gradient(
        black,
        #e4717a,
        black,
        #e4717a,
        black,
        #e4717a,
        black
    );
}
.link-button--fm:hover {
    --border-bg: conic-gradient(
        #801100,
        #b62203,
        #d73502,
        #fc6400,
        #ff7500,
        #fac000,
        #feed19
    );
}
.link-button--pc:hover {
    --border-bg: conic-gradient(
        black,
        #7bdef2,
        black,
        #7bdef2,
        black,
        #7bdef2,
        black
    );
}
.link-button--s:hover {
    --border-bg: conic-gradient(
        black,
        #501a36,
        black,
        #501a36,
        black,
        #501a36,
        black
    );
}
.link-button--sep:hover {
    --border-bg: conic-gradient(
        black,
        #bf961c,
        black,
        #bf961c,
        black,
        #bf961c,
        black
    );
}
.link-button--gv:hover {
    --border-bg: conic-gradient(
        black,
        #99ff66,
        black,
        #99ff66,
        black,
        #99ff66,
        black
    );
}
.link-button--v:hover {
    --border-bg: conic-gradient(
        black,
        #e74e4f,
        black,
        #e74e4f,
        black,
        #e74e4f,
        black
    );
}
.link-button--db:hover {
    --border-bg: conic-gradient(
        black,
        #ffffff,
        black,
        #ffffff,
        black,
        #ffffff,
        black
    );
}
.link-button--shs:hover {
    --border-bg: conic-gradient(
        #e03244,
        #71d6db,
        #e03244,
        #71d6db,
        #e03244,
        #71d6db,
        #e03244
    );
}
