html {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #1A78D1;
    text-decoration: underline;
    cursor: pointer;
}

nav a {
    color: inherit;
    text-decoration: inherit;
}

.nav-item {
    padding: 0.688rem 0 0.688rem 0.438rem;
    font-weight: 400;
    border-radius: 5px;
}

.pad-nav-item {
    padding: 1.5rem 1rem 1.5rem 1rem;
}

.selected {
    background-color: rgba(0, 0, 0, 0.24);
}

/* Profile menu - hide default details marker */
.profile-menu > summary::-webkit-details-marker,
.profile-menu > summary::marker {
    display: none;
    content: "";
}

/* Profile menu - rounded box around entire section when open */
.profile-menu[open] {
    background-color: rgba(0, 0, 0, 0.2);
}
