
header.hero {
    aspect-ratio: 1.5 / 1;
    /*min-height: 960px;*/
    background-image: url('../img/hero.png');
    background-color: #4e2852;
    background-blend-mode: color-burn;
    background-size: cover;
    background-position-y: -120px;
    background-repeat: no-repeat;

    font-size: 1.2rem;
    color: #E5E9EC;

    padding: 48px;
}

@media screen and (max-width: 920px) {
    header.hero {
        background-position-y: -60px;
        /*min-height: 480px;*/
    }
}

@media screen and (max-width: 640px) {
    header.hero {
        padding: 16px;
        background-position-y: 0px;
        /*min-height: 320px;*/
    }
}

nav.nav-header {
    margin-top: 2.2em;
    display: flex;
    align-items: end;
    align-content: center;
    justify-content: center;
}

@media screen and (max-width: 640px) {
    nav.nav-header ul {
        flex-direction: column;
    }
}


nav.nav-header ul {
    list-style: none;
    display: flex;
}

nav.nav-header ul li {
    margin: 0.45em 1.5em;
    text-align: end;
}


nav.nav-header ul li {
    color: #DDCAD9;
}

nav.nav-header ul li:hover {
    color: #fff;
    transition: color 0.23s ease-in-out;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 920px) {
    nav.nav-header {
        margin-top: 0;
        margin-right: 0.2em;
        justify-content: end;
    }

    .header-logo {
        position: absolute;
        top: 1.4em;
        left: -1em;
    }

    nav.nav-header ul li {
        margin: 0.45em 1.5em;
        text-align: center;
    }
}


@media screen and (max-width: 700px) {
    nav.nav-header ul li {
        margin: 0.45em 1em;
    }
    nav.nav-header ul li.header-logo {
        margin: 0.45em 2.5em;
    }
}



@media screen and (max-width: 700px) {
    nav.nav-header {
        margin-top: 0;
        margin-right: -1.8em;
        justify-content: end;
    }
}


@media screen and (max-width: 640px) {
    nav.nav-header {
        margin-top: 0;
        margin-right: -0.2em;
        justify-content: end;
    }
}


.header-logo img {
    width: 180px;
    min-width: 180px;
    height: auto;
    position: relative;
    bottom: 1em;
}

@media screen and (max-width: 920px) {
    .header-logo img {
        bottom: 0.2em;
    }
}

@media screen and (max-width: 640px) {
    .header-logo img {
        bottom: 0.2em;
    }
}