@font-face {font-family: Leckerli;src: url(../media/fonts/LeckerliOne-Regular.ttf)}
/* Quote / Bible verse style */
.QuoteSection {
    background-image: url(/media/img/accent/oldScrollBG.webp);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
    border: none;
    box-shadow: none;
    padding: 1.5rem 1.5rem;
    font-family: Leckerli , system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-shadow: 1px 1px 0 #000;
    filter: drop-shadow(8px 6px 7px rgba(0, 0, 0, 0.705));
}
.QuoteSection blockquote {
    font-style: italic;
    max-width: 42rem;
    margin: 0 auto 0.6rem;
}
.QuoteSection cite {
    font-size: 1.75rem;
    font-style: normal;
    opacity: 0.9;
}

/* Page Divider */
.PageDivider {
    display: grid;
    grid-template-columns: 1fr 1.75fr 2fr 1.75fr 1fr;
    justify-items: center;
    align-items: center;
    gap: 0.6rem;
    margin: 4rem 0;
    opacity: 0.7;
}
.PageDivider img {
    filter: drop-shadow(8px 6px 7px rgba(0, 0, 0, 0.705));
}
.PageDividerSmall { 
    height: 2rem;
}
.PageDividerMedium { 
    height: 3rem; 
}
.PageDividerLarge { 
    height: 4rem; 
}