@import url('https://fonts.googleapis.com/css2?family=Solway:wght@300;400;500;700;800&family=Young+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titan+One&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

html {
    background-image: url(assets/backgrounds/backgroundvinyl.gif);
    background-color: rgba(0, 0, 0, 0.2);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* background img credit: https://unsplash.com/photos/brown-concrete-pavement-7L82u3GVNe0 */

.mainheader, .mainheader-short {
    background-image: linear-gradient(rgba(36, 1, 1, 0.9), rgba(0, 0, 0, 0));
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.header {
    display: flex;
    max-width: fit-content;
    margin-inline: auto;
}

.header-short {
    display: flex;
    width: 100%;
    max-width: 100vw;
    margin-inline: auto;
    justify-content: center;
    align-items: center;
}

.logo, .logo-short {
    width: 22rem;
    height: auto;
    padding: 1rem;
    display: block;
    margin: auto;
    opacity: .8;

    transition-duration: 0.1s;
}

.logo-short {
    width: clamp(10rem, 40vw, 40rem);
    padding: .5rem;
    margin-top: .5rem;
}

.logo:hover, .logo-short:hover {
    opacity: 1;
    scale: 105%;
    filter: drop-shadow(0 10px 50px rgb(171, 229, 236));
}
.logo:active, .logo-short:active {
    scale: 100%;
    opacity: .9;
    filter: drop-shadow(0 0px 20px rgb(96, 176, 230));
}

.leftnav, .rightnav {
    font-size: 1.5em;
    font-weight: bolder;
    font-family: Solway;
}

.leftnav ul, .rightnav ul {
    margin-top: 2.5em;
    padding: 0em;
}

.leftnav li, .rightnav li {
    display: inline;
    color: rgba(228, 228, 228, .8);
    padding: 1em;

    transition-duration: 0.05s;
}

.leftnav li:hover, .rightnav li:hover {
    color: white;
    text-shadow: 0 10px 20px rgb(53, 0, 0);
}

.leftnav li:active, .rightnav li:active {
    color: rgba(255, 255, 255, .5);
    text-shadow: 0 0 15px rgb(53, 0, 0);
}

.leftnav a, .rightnav a {
    text-decoration: none;
}

.leftnav-short ul, .rightnav-short ul {
    display: flex;
    margin-top: clamp(2rem, 5vw, 5rem);
    padding: 0;
    gap: clamp(0.5rem, 2vw, 2rem);
    list-style-type: none;
}

.leftnav-short li, .rightnav-short li {
    display: inline;
    padding: 0;
    margin-right: clamp(.25rem, .5vw, 1.5rem);
    margin-left: clamp(.25rem, .5vw, 1.5rem)
}

.headericon {
    width: clamp(1.75rem, 5vw, 5rem);
    height: auto;
    filter: brightness(0) saturate(100%) invert(93%) sepia(6%) saturate(844%) hue-rotate(327deg) brightness(90%) contrast(93%);
    opacity: 0.8;

    transition-duration: 0.05s;
}
.headericon:hover {
    filter: drop-shadow(0 10px 20px rgb(8, 0, 36));
    opacity: 1;
    scale: 105%;
}
.headericon:active {
    scale: 95%;
    opacity: 0.5;
    filter: drop-shadow(0 0 15px rgb(8, 0, 36));
}

.emptyspace {
    height: 164px;
    width: auto;
}

@media screen and (min-width: 903px)
{
    .mainheader-short {
        display: none;
    }
}
@media screen and (max-width: 902px) {
    .mainheader {
        display: none;
    }
}

/* start of section */

h1, h2, h3 {
    z-index: 2;
    font-family: ultra;
    color: rgb(214, 180, 141);
}

h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    text-align: center;
    font-weight: bolder;
    margin-left: 1rem;
    margin-right: 1rem;

    background-image: url(assets/wood.jpg);
    background-color: rgba(207, 83, 0, 0.2);
    text-shadow: 0 0 20px rgba(114, 38, 0, 0.3);
    background-blend-mode:darken;
    background-size: 100%;
    background-clip: text;
    color: transparent;

    filter: drop-shadow(0 0 20px black);
}

/* text background img credit: https://unsplash.com/photos/brown-wooden-surface-with-white-and-black-textile-JH_R66BihvA */

.bio {
    text-align: left;
    margin-left: 15%;
    margin-right: 20%;
    font-size: clamp(1.1rem, 3vw, 2rem);
}

.recordsetup {
    display: block;
    margin: auto;
    margin-top: 3rem;
    width: 50vw;
    height: auto;
    
    border-radius: 20px;
    box-shadow: 0 10px 30px black;
}
@media screen and (max-width: 700px) {
    .bio {
        margin-left: 5%;
        margin-right: 5%;
    }
    .recordsetup {
        width: calc(100% - 10%);
        margin-top: 5%;
        margin-left: 5%;
        margin-right: 1rem;
    }
}

.record {
    display: flex;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 6rem;
    transform-origin: top center;
}

.cover {
    width: 22rem;
    height: 22rem;
    margin-right: 2rem;
    position: relative;
}

.cover img {
    width: 22rem;
    height: 22rem;
    border-radius: 5px;
    box-shadow: 0 10px 60px black;
}

.container {
    display: grid;
    grid-template-areas: "stack";
    width: 22rem;
    height: 22rem;
    margin-right: 2rem;
    position: relative;
}

.imgstack1, .imgstack2, .imgstack3 {
    grid-area: stack;
    position: relative;
    transition-duration: .2s;
    border-radius: 5px;
    width: 22rem;
    box-shadow: 0 10px 60px rgb(0, 0, 0, 0.67);
}

.imgstack3 {
    z-index: 1;
    scale: 90%;
}
.imgstack3:hover {
    translate: 0 -4rem;
}

.imgstack2 {
    margin-top: 2rem;
    z-index: 2;
    scale: 95%;
}
.imgstack2:hover {
    translate: 0 -4rem;
}

.imgstack1 {
    margin-top: 4rem;
    z-index: 3;
}

.descc {
    padding-bottom: 4rem;
    padding-top: 1rem;
    translate: 0 -24px;
    margin-left: 25%;
    margin-right: 25%;
    font-size: clamp(1.1rem, 3vw, 2rem);
}

.desc {
    width: 35rem;
}

.desc p, .desc h2, .desc h3 {
    text-align: left;
}

.desc p {
    margin: 0;
    margin-bottom: .1rem;
}

.desc h2 {
    font-size: 3rem;
    color: rgb(223, 205, 194);
    margin-bottom: 0;
    margin-top: 0;
}

.desc h3 {
    font-size: 2rem;
    color: rgba(223, 205, 194, .65);
    margin-top: 0;
    margin-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
    .cover, .cover img, .imgstack1, .imgstack2, .imgstack3, .container {
        width: clamp(10rem, 22vw, 22rem);
        height: auto;
        aspect-ratio: 1 / 1;
        margin-right: 1rem;
    }
    .desc p {
        font-size: clamp(1rem, 3vw, 2rem);
    }
    .desc h2 {
        font-size: clamp(1.4rem, 3vw, 3rem);
    }
    .desc h3 {
        font-size: clamp(1.2rem, 3vw, 2rem);
    }
    .record {
        width: calc(100% - 10%);
        margin-left: 5%;
        margin-right: 5%;
    }

}

.extratextwrap {
    word-break: break-all;
}

.rankings {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 256px;
}

.tier {
    margin-bottom: 72px;
    margin-left: 10%;
    margin-right: 10%;
}

.tier img {
    width: 200px;
    margin-right: 16px;
    margin-bottom: 16px;

    border-radius: 10px;
    box-shadow: 0 10px 30px black;
}

.tier h2 {
    font-size: 96px;
    color: rgb(223, 205, 194);
    margin-bottom: 0;
    margin-top: 0;
}

.descp {
    text-align: left;
    margin: 0;
    padding-bottom: 64px;
    width: 55550rem;
}

small {
    font-size: 32px;
    color: rgb(155, 150, 194);
}

p {
    font-size: 32px;
    text-align: center;
    margin-left: 128px;
    margin-right: 128px;
    font-family: solway;
    color: rgb(223, 205, 194);
}

a {
    text-decoration: none;
}

.teaser {
    color: rgb(223, 205, 194);
    text-decoration: underline;
}

/* spinner wheel */

.spinnerwheel-container {
    position: relative;
    display: block;
    margin-top: 5rem;
    margin-bottom: 5rem;
    height: fit-content;
}

.spinnerwheel-main {
    position: relative;
    width: 15rem;
    height: 15rem;
    filter: drop-shadow(0 30px 15px black);
    margin: auto;
}

.spinnerwheel-stand, .spinnerwheel-wheel, .spinnerwheel-frame {
    position: absolute;
    transition-duration: .2s;
    transform-origin: 50% 38%;
}

.spinnerwheel-wheel:hover {
    scale: 105%;
    rotate: 10deg;
}
.spinnerwheel-wheel:active {
    scale: 95%;
    rotate: -5deg;
}

.spinnerwheel-wheel:hover + .spinnerwheel-frame {
    scale: 105%;
}
.spinnerwheel-wheel:active + .spinnerwheel-frame {
    scale: 95%;
}

.spinnerwheel-frame {
    pointer-events: none;
}

.spinnerwheel-result {
    position: relative;
    width: 100%;
    height: 10rem;
    align-content: baseline;
    top: 0;
}

.spinnerwheel-resultbg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: max-content;
    max-width: 60%;

    border-radius: 20px;
    background-color: rgba(255, 222, 198, .2);
    filter: drop-shadow(0 30px 15px black);
    transition-duration: .5s;
}

.selected-artist, .selected-album {
    margin: 0;
    margin-left: 2rem;
    margin-right: 2rem;
}

.selected-album {
    font-weight: bolder;
    margin-top: 1rem;
    transition-duration: .3s;
}

.selected-artist {
    opacity: .5;
    margin-bottom: 1rem;
    transition-duration: .5s;
}

@media screen and (max-width: 700px) {
    .selected-artist, .selected-album {
        font-size: clamp(1.5rem, 3vw, 2rem);
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .spinnerwheel-resultbg {
        max-width: 80%;
    }
}