@media screen and (min-width: 501px) and (max-width: 1024px) {

    header a, header a:visited {
        font-size: 10px;
        letter-spacing: 1px;
    }

    nav {
        margin-top: 3vw;
        margin-bottom: 4vw;
    }

    .nav-left {
        display: flex;
        flex-direction: row;
        align-items: center;

        font-size: 35px;
        width: 64vw;
    }

    .nav-right {
        display: flex;
        flex-direction: column;

        margin-right: 2vw;

        width: 58vw;
        font-size: 10px;
        text-align: right;
    }

    .nav-right div {
        margin-bottom: 2vw;
    }
}
