html, body {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    /* font-size: clamp( 1rem, 3vw, 2vh);  */
    font-size: 1em;
    padding: 2% 10% 2% 10%;
    margin: auto;  
}

h1 {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

h5 {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.entry {
    display: block;
    margin-top: 20px;
}

.audio_section {
    display: flex;
    flex-direction: column;
}

audio {
    border-radius: 10px;
}

label {
    font-size: .8rem;

    font-size: .8em;
    font-style: italic;
    display: block;
}

img {
    width: 50vw;
}

.narrow_img {
    max-width: 300px;
    float: right;
}

table, th, td {
    border-bottom: 1px solid rgb(78, 78, 78);
    border-collapse: collapse;
    padding: 3px;
}

caption {
    caption-side: bottom;
    /* font-size: .8em; */
    font-size: .8rem;
    font-style: italic;
}

.inner_table {
    font-style: italic;
    border-bottom: none;
}

.inner_table td {
    border-bottom: none;
}


.inner {
    border-left: 1px solid rgb(78, 78, 78);
}

.post_table {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.post_image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.post_heading {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.entry_name {
    text-transform: capitalize;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 2rem;
    margin: 0px 15px 0px 15px;
}

.post_text {
    display: block;
    overflow: auto;
    /* font-size: 1rem; */

}

.navigation_heading {
    display: block;
}

.navigation_text {
    display: block;
    text-decoration: underline solid black .1;
}

.navigation_link {
    color: black;
}

.text {
    text-indent: 5%;
}

.checkbox-list {
    list-style: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.centered-line-break-symbol {
    font-size:1.5rem;
    text-align: center;
    margin: 0;
}

.post_credit {
    display: block;
    text-align: right;
    /* font-size: .8em; */
    font-size: .8rem;
    margin-left: 50%;

}

.note_text {
    /* font-size: .8em; */
    font-size: .8rem;

}

.comment {
    float: right;
}

.side-note {
    display: inline;
    font-size: .8rem;
    font-style: italic;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.side-note-text-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.editor-note {
    color:rgb(78, 78, 78);
    /* font-size: .8em; */
    font-size: .8rem;

    font-style: italic;
}

.side_image_container {
    width: 20vw;
}

.side_image {
    width: 20vw;
}

.side_image_post_container {
    display: flex;
    flex-direction: row-reverse;
}

.side_image_post_text {
    width: 100%;
}

footer {
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-text {
    display: block;
    overflow: auto;
    font-size: 1rem;
    color: black;
}





@media (max-width: 900px) {
    html, body {
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        padding: 0% 1% 0% 1%;
        margin: 0;  
    }

    .post_heading {
        display: flex;
        flex-direction: column;
    }

    /* .side_image_post_container {
        flex-direction: column;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .side_image_post_text {
        width: 100%;
    }

    .side_image_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .side_image {
        width: 70vw;
    } */
}


@media (max-width: 480px) {
    .editor-note {
        font-size: smaller;
    }
}