@font-face {
    font-family: evora;
    src: url(/fonts/Evora05.otf);
}

body {
    margin: 0;
    min-height: 100vh;
    background-color: rgb(0, 0, 0);
    overflow-x: hidden;
    scrollbar-shadow-color: rgb(234, 51, 175) 0px 0px 20px;
}

.title {
    font-size: 5em;
    font-family: Helvetica;
    color: purple;
}

.MenuHead {
    padding: 1em;
    display: flex;
    transition: all 0.1s ease;
    position: sticky;
    top: 0;
    max-height: 4em;
    z-index: 100;
    background: rgb(0, 0, 0);
    backdrop-filter: blur(8px) saturate(180%);
    -webkit-backdrop-filter: blur(8px) saturate(180%);
}

.menu {
    width: min(75em, calc(100vw - 2em));
    position: relative;
    display: flex;
}

.imgLogo {
    width: 150px;
    height: 150px;
    padding-right: 3em;
    color: white;
    margin-top: -2.5em;
    animation: hoverbitch 4s infinite;
}

.menu-buttons {
    margin-top: -.2em;
    margin-left: -3em;
    display: flex;
    align-items: center;
    flex: 1;
}

.menu-left {
    text-decoration: none;
    padding: 5px 15px;
    font-family: Helvetica;
    font-weight: bolder;
    border: none;
    color: white;
    display: inline-block;
    background-color: #ffffff00;
    border-radius: 0px;
    transition-duration: 0.4s;
    border-right: 3px solid #eeeeee00;
    margin: -2px;
    cursor: pointer;
    font-size: 1.5em;
}

a {
    color: white;
    text-decoration: none;
    text-shadow: white 0px 0px 0px;
    transition: all 0.2s;
}

a:hover {
    text-shadow: white 0px 0px 10px;
    text-decoration: none;
}

.header {
    width: auto;
    height: 30em;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.bgImage {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.container {
    position: relative;
    z-index: 1;
    color: white;
    width: 30em;
    max-width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@keyframes titleHeader {
    0% {
        text-shadow: white 0px 0px 0px;
    }

    50% {
        text-shadow: white 0px 0px 20px;
    }

    100% {
        text-shadow: white 0px 0px 0px;
    }
}

.headTitle {
    font-size: 6em;
    text-shadow: white 0px 0px 0px;
    font-family: Helvetica;
    animation: titleHeader 4s infinite;
    text-align: center;
    font-weight: bolder;
}

.fourohfourheadTitle{
    font-size: 4em;
    text-shadow: white 0px 0px 0px;
    font-family: Helvetica;
    margin-bottom: 1.2em;
    animation: titleHeader 4s infinite;
    text-align: center;
    font-weight: bolder;
}

.headDescription {
    font-family: helvetica;
    font-weight: lighter;
    margin-top: -4.6em;
    text-align: center;
}

.discogTaster {
    width: auto;
    background-color: rgb(126, 0, 185);
    height: 38em;
    overflow: hidden;
    display: flex;
    justify-content: center;
    text-align: center;
}

.containerDiscog {
    width: auto;
    max-width: 75em;
    color: white;
}

.dtTitle {
    margin-top: 60px;
    font-size: 6em;
    text-shadow: white 0px 0px 0px;
    font-family: Helvetica;
}

.related {
    margin-top: -5em;
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    padding: 2em;
    text-align: center;
    color: white;
    max-width: 1000vw;
    justify-content: center;
}

.relatedcontainer {
    flex-shrink: 0;
    width: 13.4em;
    padding: 10px;
    margin-top: 1em;
    margin-bottom: 1em;
    border: white solid 2px;
    transition: all 0.5s ease;
    overflow: hidden;
    display: flex;
    margin-top: -1em;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(8px) saturate(180%);
    -webkit-backdrop-filter: blur(8px) saturate(100%);
}

.discogimage {
    width: 13.3em;
    height: 13.3em;
}

.img-glass-wrap {
    position: relative;
}

.glass-layer {
    position: absolute;
    inset: 0;
    height: 13.3em;
    background: #cffcf2;
    background: linear-gradient(127deg, rgba(102, 0, 219, 0.67) 0%, rgba(255, 255, 255, 0) 53%, rgba(102, 0, 219, 0.67) 99%);
}

.SongTitleR {
    font-family: Helvetica;
    font-size: 2em;
    margin-top: 0.5em;
}

.ArtistTitleR {
    font-family: Helvetica;
    font-weight: lighter;
    margin-top: -1.8em;
}

.enterBtn {
    font-family: Helvetica;
    font-weight: lighter;
    padding: .4em;
    font-size: 2em;
    margin-top: -7px;
    margin-bottom: -5px;
    text-shadow: white 0px 0px 0px;
    animation: titleHeader 4s infinite;
}

.miscTitle {
    margin-top: 60px;
    font-size: 6em;
    text-align: center;
    color: white;
    text-shadow: white 0px 0px 0px;
    font-family: Helvetica;
    animation: titleHeader 4s infinite;
    margin-bottom: 0.2em;
}

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

.bit-container {
    max-width: 120em;
}

footer {
    position: fixed;
    font-family: frutiger;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-family: Helvetica;
    color: white;
    text-align: left;
    padding: 1em;
}

.socials {
    display: flex;
    gap: 1em;
    flex-wrap: nowrap;
    padding: 2em;
    text-align: center;
    color: white;
    max-width: 100vw;
    justify-content: center;
}

.icon {
    width: 35px;
    margin-bottom: -2em;
    border-radius: 100px;
    padding: 5px;
    margin-left: -.4em;
    margin-right: -.4em;
    backdrop-filter: blur(8px) saturate(180%);
    -webkit-backdrop-filter: blur(8px) saturate(180%);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.icon:hover {
    filter: invert(100);
    background-color: black;
}

.discogSub{
    text-align: center;
    font-size: 2em;
    margin-top: -3em;
    margin-bottom: 2.5em;
    font-family: Helvetica;
}
.containerDiscog2{
    color: white;
}

.FourOhFourLinks{
    font-family: Helvetica;
    font-size: 2.5em;
    margin-top: -0em;
}

.ellaError{
    width: 20em;
    margin-top: -3em;
}