blockquote {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
}

.banner-montserrat {
    border: double;
    background-color: lightgrey;
    font-family: 'Montserrat', sans-serif;
}

.banner-bokor {
    border: double;
    background-color: lightgrey;
    font-family: 'Bokor', cursive;
}

.banner-title {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.banner-subtitle {
    font-size: calc(1.3rem + 0.6vw);
    letter-spacing: 5px;
}

.banner-thirdrow {
    font-size: calc(.8rem + 0.5vw);
    padding: 0px 5px 0px 5px;
    letter-spacing: 1px;
}

.articles {
    column-gap: 30px;
    column-width: 250px;
}

    .articles p {
        /*break-inside: avoid;*/
        text-align: justify;
        text-justify: inter-word;
    }

    .articles ol {
        text-align: justify;
        text-justify: inter-word;
    }

    .articles ul {
        text-align: justify;
        text-justify: inter-word;
    }

    .articles li:not(:last-child) {
        margin-bottom: .5rem;
    }

    .articles .article-title {
        font-weight: bold;
        text-transform: uppercase;
        break-after: avoid;
    }

    .articles img {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid black;
    }

figcaption {
    font-weight: bold;
    font-size: smaller;
    text-align: center;
}

.poem {
    padding: .5em;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    font-size: .85rem;
}

    .poem .title {
        font-weight: bold;
        text-align: center;
        text-decoration: underline;
    }

    .poem .byline {
        font-size: smaller;
        text-align: center;
        margin-bottom: 1em;
    }

    .poem p {
        break-inside: avoid;
        text-align: left;
    }

.recipe {
    border: 1px dashed;
    padding: .7em .7em 0em .7em;
    background-color: #FFFDD0;
    font-family: Courier New, Courier, monospace;
    break-inside: avoid;
    margin-bottom: .7em;
}

    .recipe .title {
        font-weight: bold;
        text-align: center;
    }

    .recipe p {
        text-align: left;
    }

.list-group-item-selected {
    color: #636464;
    background-color: #e5e5e5;
}

.jumbotron {
    background-image: url(/images/the_herald3.jpg);
    background-attachment: local;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

    .jumbotron .title {
/*        font-size: calc(1.2rem + 1.75vw);
*/        font-weight: bold;
        letter-spacing: 5px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
    }

    .jumbotron .subtitle {
/*        font-size: calc(1rem + 0.7vw);
*/        letter-spacing: 5px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
    }

.comment p:last-child {
    margin-bottom: 0rem;
}

.dotted-underline {
    border-bottom: 1px dashed #000;
    text-decoration: none;
}

.card-img-top {
    width: 100%;
    /* height: 15vw; */
    height: 250px;
    object-fit: cover;
}

.offcanvas-search {
    padding: 1rem 1rem;
}