body {
    background-image: url("/bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
main {
    font-family: sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 6em auto;
    max-width: 60em;
    padding: 1em;
}
h1 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 1em;
}
p {
    margin: 0 0 1em;
}
small.audio {
    display: none;
}
blockquote.verse {
    border-left: rgba(0, 0, 0, 0.3) solid 0.5em;
    margin: 0;
    padding: 0 0 0 1em;
}
.read-more {
    font-size: 0.8em;
}
.overlay {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3em;
    backdrop-filter: blur(5px);
}
.photo-credit {
    padding: 1em;
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 0.8em;
    text-align: right;
    color: #666;
    background-color: rgba(255, 255, 255, 0.6);
}
.photo-credit a {
    color: #66f;
}
.nav {
    float: right;
}
.nav .nav-content-rel {
    position: relative;
}
.nav .nav-content {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    padding: 1em;
    font-size: 0.9em;
    border: rgba(0, 0, 0, 0.3) solid 1px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s, visibility 0.5s allow-discrete;
}
.nav.closed .nav-content {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}
.nav-burger {
    text-align: right;
    cursor: pointer;
}
.nav a, .nav hr {
    display: block;
    white-space: nowrap;
    margin: 0 0 0.5em;
    text-align: right;
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.8);
    transition: color,text-decoration-color 1s;
    min-width: 10em;
}
.nav a:hover {
    text-decoration-color: rgba(0, 0, 0, 0.8);
    transition: text-decoration-color 1s;
}

.verse p:last-child {
    font-size: 0.8em;
    font-style: italic;
    text-align: right;
}

.verse .psalm-title {
    font-variant-caps: small-caps;
}

.verse .line {
    text-indent: 0.5em;
    display: block;
}

.verse .line.indent {
    text-indent: 1em;
}

.verse .line-group {
    margin-block-end: 1em;
    margin-block-start: 1em;
}

.verse .tetragrammaton {
    font-variant: small-caps;
}

.verse .red-letter, .nav a.red-letter {
    color: #af1400;
    transition: color 1s;
}

.verse .woc {
    transition: color 1s;
}

.verse-loading {
    font-style: italic;
    color: #666;
    text-align: left;
    font-size: 1em;
}
.verse-error {
    border: rgba(175, 20, 0, 0.4) solid 1px;
    background-color: rgba(175, 20, 0, 0.08);
    padding: 1em;
    border-radius: 0.25em;
}
.verse-error-message {
    margin: 0 0 1em;
    color: #6b1400;
}
.verse-retry {
    font: inherit;
    font-size: 0.9em;
    padding: 0.4em 1em;
    background-color: rgba(255, 255, 255, 0.8);
    border: rgba(0, 0, 0, 0.3) solid 1px;
    border-radius: 0.25em;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
}
.verse-retry:hover {
    background-color: rgba(255, 255, 255, 1);
}
