#td-navigation-menu {
    --wordpress-link: #2271b1;
    --wordpress-title: #1d2327;
    background-color: white;
}

#td-title {
    padding: 0;
    display: flex;
}

#td-title-subscript {
    font-size: 0.6em;
}

#td-title a {
    margin-top: auto;
    margin-left: 0.5em;
}

#td-title img {
    height: 25px;
}

#td-navigation-menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style-image: none;
    list-style-type: none;
}

#td-navigation-menu li {
    margin-bottom: 0;
}

#td-navigation-menu a.active,
#td-navigation-menu a:hover {
    border-bottom-color: var(--wordpress-link);
}

#td-navigation-menu a {
    border-bottom: 5px solid white;
    color: var(--wordpress-title);
    display: inline-block;
    font-size: 1.5em;
    padding: 1em;
    text-decoration: none;
    white-space: nowrap;
}
