* {
    overscroll-behavior: none;
}

body {
    background-color: #0a0a0a;
}

h1 {
    text-align: center;
}

p {
    font-size: 24px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

p:empty:before {
    content: ' ';
    white-space: pre;
}

a {
    font-size: 24px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

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

.flex-around {
    display: flex;
    justify-content: space-around;
}

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

.hor-ver-center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95vw;
    height: 95vh;
}

.full-page {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
}

img {
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.partway {
    width: min(864px, 90vw);
}

ul.no-bullets {
    list-style-type: none;
}

.seventyheight {
    height: 70vh;
}

.pointer {
    cursor: pointer;
}

.clickable-area {
    fill: transparent;
    stroke: transparent;
}

.clickable-area:hover {
    cursor: pointer;
}





















.more {
    color: #ff0080;
}

#more-head {
    height: 160px;
    display: flex;
    align-items: center;
}
#more-head img {
    width: min(300px,90vw);
}

.more a {
    color: #ff0080;
    font-size: 20px;
}

#morelinks li {
    padding: 10px 0;
    text-align: center;
}

.social-link {
    max-width: 170px;
}

#secretsprout {
    position: fixed;
    bottom: 0px;
    width: 27px;
}

#morebw {
    width: 80vw;
    max-width: 500px;
    cursor: pointer;
}








.sprout {
    color: #ec3cdf;
}

.sprout a {
    color: #ec3cdf;
}

#fishy {
    display: block;
    object-fit: contain;
    max-width: min(500px, 80vw);
    height: auto;
}

.shaky {
    animation: shake 0.6s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% { transform: translate(2px, 3px) rotate(0deg); }
    10% { transform: translate(-2px, -2px) rotate(-2deg); }
    20% { transform: translate(-3px, 0px) rotate(3deg); }
    30% { transform: translate(4px, 1px) rotate(1deg); }
    40% { transform: translate(2px, -5px) rotate(-2deg); }
    50% { transform: translate(-5px, 2px) rotate(2deg); }
    60% { transform: translate(-1px, 0px) rotate(-4deg); }
    70% { transform: translate(9px, -10px) rotate(-1deg); }
    80% { transform: translate(3px, 4px) rotate(3deg); }
    90% { transform: translate(5px, 1px) rotate(1deg); }
    100% { transform: translate(12px, -1px) rotate(-3deg); }
}

.flex-double {
    display: flex;
    justify-content: space-around;
}
















#fandb {
    width: min(700px, 90vw);
}










#lyrics-aus {
    width: 98vw;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#lyrics-aus svg {
    width: min(350px, 80vw);
}

#lyrics-header {
    width: min(300px, 40vw);
}

#cave_entrance {
    position: absolute;
    bottom: 5vh;
    left: 2vw;
    width: min(15vw, 90px);
}

.lyrbttv {
    font-size: min(3vw, 20px);
}

#lyrbw {
    position: absolute;
    top: 5vh;
    right: 1vw;
    width: min(24vw, 190px);
}






#prog {
    width: 40%;
    position: absolute;
    top: 10vw;
    right: 10%;
}

.black {
    color: black;
    -webkit-text-stroke: 0;
}

#birdclerk {
    width: min(90vw, 90vh);
}




















.lyrics {
    color: #F80000;
}

.lyrics a {
    color: #F80000;
}

.lyrics ol {
    color: #F80000;
}

.album-logo {
    height: 10vh;
    max-width: 40vw;
}

.lyrics-page {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    height: 80vh;
    width: 97vw;
}

.tracklist {
    height: 75vh;
    width: 13vw;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
    color: white;
    overflow-y: scroll;
    overflow-x: hidden;
}



.tracklist ol {
    display: flex;
    height: 90%;
    flex-direction: column;
    justify-content: space-evenly;
    transform: translateX(-10px);
    font-size: min(calc(1.3vw + 8px), 18px);
    text-wrap: wrap;
}

.tracklist ol li {
    padding: 0 0 10px 0;
    cursor: pointer;
}

.lyrics-content {
    height: 68vh;
    width: 80vw;
    border-style: solid;
    border-width: 2px;
    border-color: #ffffff;
}

.lyrics-content iframe {
    height: 68vh;
    width: 80vw;
    border: none;
}

.selected-track {
    text-decoration: underline;
}

@media (max-width: 1000px) {

    .tracklist {
        width: 20vw;
    }

    .lyrics-content {
        width: 70vw;
    }

    .lyrics-content iframe {
        width: 70vw;
    }

    .tracklist ol {
        list-style-type: none;
        width: 80%;
        transform: translateX(-25px);
    }


}

















#gallery {
    width: 98vw;
    display: flex;
    justify-content: center;
}

.gallerydiv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

#gallery img {
    width: 17vw;
    min-width: 150px;
    margin: 3vw;
    object-fit: contain;
    border: solid;
    border-color: #0a0a0a;
    cursor: pointer;
}

.galel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: solid;
    border-color: #0a0a0a;
}

.galel p {
    font-size: 20px;
    max-width: 17vw;
    text-align: center;
}

.galel:hover {
    border: solid;
    border-color: #ec3cdf;
    transition: border-color 1s;
}

#gallery div .gallery-image-full {
    width: 80vw;
    max-height: 90vh;
}


#bcembed {
    max-width: 60vw;
}

@media (max-width: 535px) {
    .album-logo {
        display: none;
    }

    #bcembed {
        max-width: none;
    }

}