.body {
    text-shadow: 0 .05rem .1rem rgba(255, 255, 255, .25);
    box-shadow: inset 0 0 5rem rgba(255, 255, 255, .25);
}

.cover-container {
    max-width: 42em;
}

.nav-masthead .active {
    color: #000;
    border-bottom-color: #000;
}

.nav-masthead .nav-link {
    color: rgba(0, 0, 0, .5);
    border-bottom: .25rem solid transparent;
    border-bottom-color: transparent;
}

.nav-masthead .nav-link:hover {
    border-bottom-color: rgba(0, 0, 0, .5)
}

.nav-masthead .nav-link + .nav-link {
   margin-left: 1rem;
}

.nav-masthead .dropdown {
   margin-left: 1rem;
}

.nav-masthead .dropdown + .nav-link {
   margin-left: 1rem;
}
