.header {
    position: relative;
    background: url(../images/hdr-desktop-bg.jpg)no-repeat;
    background-size: cover;
    height: 100vh;
}

.header-socials {
    position: absolute;
    top: 2vw;
    left: 2vw;
    z-index: 99;
}

ul.social a {
    color: #FFFFFF;
    font-size: 1.1vw;
}

ul.social {
    display: flex;
    flex-direction: column;
    gap: 1vw;

}

ul.social .fs-soundcloud a {
    font-size: 1.4vw;
}

.logo {
    position: absolute;
    top: 2vw;
    right: 2vw;
    width: 24.16vw;
}

.logo a {
    color: #FFFFFF;
    font-size: 2.8550512445095166vw;
    font-family: "pragmatica", sans-serif;
    font-weight: 400;
    font-style: normal;
}

ul.nav-links a {
    font-size: 1.3177159590043923vw;
   /* font-family: "bookmania", serif;*/
    font-family: "pragmatica", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    color: #000000;
   /* mix-blend-mode: difference;*/

}

ul.nav-links {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    text-align: center;
}

ul.nav-links li {
    background: #fff;
    padding: 0.7vw 1vw 0.5vw;
    transition: all .5s;
}
ul.nav-links li:hover {
    background: #000000B3;
    mix-blend-mode: unset;
    color: #fff;
    opacity: 1;
}

ul.nav-links li:hover a {
    color: #fff;
    opacity: 1;
}
.nav {
    position: absolute;
    bottom: 2vw;
    right: 2vw;
}

.album {
    position: absolute;
    bottom: 2vw;
    left: 2vw;
}

.album-title {
    font-size: 4.099560761346998vw;
    /*font-family: "pragmatica", sans-serif;
    font-weight: 700;
    font-style: normal;*/
    font-family: "pragmatica", sans-serif;
    font-weight: 700;
    font-style: normal;    
    margin-bottom: 1vw;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    /* mix-blend-mode: difference;*/
}

.album-button a {
    display: block;
    color: #000;
    /*font-family: "bookmania", serif;
    font-weight: 600;
    font-style: italic;*/
    font-family: "pragmatica", sans-serif;
    font-weight: 400;
    font-style: normal;    
    line-height: 4.3vw;
    width: 12.5vw;
    height: 4vw;
    margin: 0 auto;
    font-size: 1.3177159590043923vw;
    text-align: center;
    background-color: #FFFFFF;
    /* mix-blend-mode: difference;*/
}

.album-button a:hover {
    background: #000000B3;
    mix-blend-mode: unset;
    color: #fff;
    opacity: 1;
}

@media only screen and (max-width:1024px) and (orientation: portrait) {
    .header {
        background: url(../images/hdr-mobile-bg.jpg)no-repeat;
        background-size: 100% 100%;
    }
    ul.nav-links li {
        padding: 2.1vw 3vw 2vw;
    }
    .logo {
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        padding: 20px 0;
        width: 78.01vw;
        margin: 0 auto;
    }

    .logo a {
        font-size: 39px;
        position: relative;
        z-index: 2;
        color: #FFFFFF;
        /*mix-blend-mode: difference;*/
    }

    .nav {
        position: relative;
        bottom: auto;
        right: auto;
    }

    ul.nav-links {
        flex-direction: row;
        text-align: center;
        gap: 16px;
        /* align-items: center; */
        justify-content: center;
    }

    ul.nav-links a {
        font-size: 5.5vw;
    }

    .header-socials {
        display: none;
    }

    .album {
        left: 50%;
        transform: translateX(-50%);
        bottom: 15%;
        width: 100%;
        /* mix-blend-mode: difference;*/
    }

    .album-title {
        font-size: 56px;
        margin-bottom: 3%;
        text-align: center;
        color: #fff;
        /* mix-blend-mode: difference; */
    }

    .album-button a {
        font-size: 5.12vw;
        width: 70%;
        height: 60px;
        line-height: 2.8;
        background: #fff;
        color: #000;
    }

    .album-button a:hover {
        background: #000000B3;
    }
}

@media only screen and (max-width:1024px) and (orientation:landscape) {
    .header {
        /* height:200vh; */
    }
}

@media only screen and (min-width:3000px) {
    ul.social .fs-soundcloud a {
        font-size: 1.46vw;
    }
}