html{
    color: #000;
}

body {
     color: #000;
}

#map {
    position: absolute; top: 0; right: 0; bottom: 0; left: 0;
}

.nav-link {
    font-weight:normal;
    color: #000;
}

.main-content {
    flex: auto;
    color:#000;
}

.editionText {
    color:#000;
}

.reference {
    cursor: pointer;
    text-decoration:none;
}

.card-body {
    color:#000;
}

span.data-hr {
    background-color: #ffff00;
}

.card {
    overflow: visible;
}

/* a {
    color: #254aa5;
}
*/
/*

a:not([href]):not([tabindex]) {
    color: #254aa5;
    text-decoration: none;
}
*/

.footnotes p {
    color:#000;
}

figcaption {
    text-align:center;
}

.poem {
    padding-left: 5rem;
}

blockquote {
    font-size:1em; 
}