.nav {
        font-family: Raleway;
        font-size: 12pt;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
        vertical-align: center;
       /*  background-color: var(--img-drop-shadow); */
}

.nav li {
        display: inline;
}

.nav span {
        display: inline-block;
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 8px;
        margin-bottom: 8px;
        text-decoration: none;
}

.nav a {
        text-decoration: none;
}


