.stack .media-render.file {
background: #1d1d1d;
}

#footnotes a {
color: #609;
color: #b727ff;
}

.octopusviewer-viewer {
    height: 90vmin;
    min-height: 450px;
    display: block;
}

@media print, screen and (min-width: 56.25em) {
    .openseadragon-hero .hero-title-openseadragon {
        bottom: 20%;
    }
}

.top-bar-right li {
    font-size: 14px;
}

.block-html p a {
  color: #6b2c91;
 text-decoration: underline;
}

.block-html .dark-background p a {
  color: #fc3;
}

@media screen and (min-width: 75em) {
    .openseadragon-hero {
        height: 550px;
        margin-top: -2rem !important;
    }
}

.dark-background blockquote p {
color: #ffcc33
}

.no-border-left blockquote {
border-left: none;
border-right: .4rem solid #fc3;
}

@media screen and (min-width: 48.5em) {
    .resource-grid-mosaic .grid-sizer, .resource-grid-mosaic .resource-masonry {
        width: 19%;
    }
}

.overlay-container h2 {
    font-size: 1.5rem;
}

.image-banner .image-container::after {
    opacity: 0.3;
}

.image-banner .overlay-container {
    min-height: clamp(400px, 35vh, 500px);
    max-width: 800px;
}

@media print, screen and (min-width: 40em) {
.overlay-container h2 {
    font-size: 1.75rem;
}
}

@media print, screen and (min-width: 56.25em) {
.top-bar .top-bar-left {
        flex: 1 0;
    }

.overlay-container h1, .overlay-container h2 {
        font-size: 2rem;
    }
}

@media print, screen and (min-width: 74.9375em) {
.top-bar .top-bar-left {
        flex: 1 0 21.875rem;
}
}