
.page_header_option.about {
    color: #dde2f0;
}

.body_section {
    padding: 20px;
    border-radius: 5px;
    font-size: 1.1rem;
    text-align: center;
}

body_section:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1em;
    text-align: center;
}

body_section:first-of-type * {
    max-width: 600px;
}

body_section:first-of-type p:first-of-type {
    margin-block: 1em 0;
}

h2 {
    font-family: var(--body-font);
    color: #434d5c;
    font-size: 0.95rem;
    font-weight: bold;
}

.button1 {
    font-weight: bold;
    font-size: .9rem;
    background: #008000;
    color: white;
    padding-inline: .5em;
    border-radius: .3em;
    cursor: pointer;
}

.team_member_box {
    max-width: 400px;
    padding: 10px;
    font-size: 1rem;
    margin: 15px 0 15px 0;
}

.team_member_box .member_name {
    display: inline-block;
    margin-block: .25em;
}

.team_member_box .bottom {
    border-top: 3px solid #6f70bd;
    padding: 5px 15px;;
    background: #d0d5ea;
    font-size: 0.95rem;
    line-height: 1.5;
}

.team_member_pic {
    border-radius: 50%;
    width: 135px;
    height: 135px;
    border: 2px solid #ccc;
}

.team_members_row {
    width: 100%; 
    text-align: left; 
    font-size: 0.95rem; 
    justify-content: space-evenly; 
    margin-bottom: 15px;
}

.story_columns {
    text-align: justify; 
    font-size: 0.95rem; 
    justify-content: space-evenly; 
    margin-bottom: 15px;
    line-height: 1.6;
}

.story_column {
    width: 45%;
    margin: 10px 0 10px 0;
}

.cite_area {
    font-size: 1rem;
    text-align: center;
}

.cite_area * {
    margin-inline: auto;
    max-width: 850px;
}

.cite_area ul {
    text-align: left;
    line-height: 1.6
}

.cite_area li {
    margin-bottom: .5em;
}

.cite_area pre {
    font-size: .9rem;
    line-height: 1;
    color: #444;
    background: #eee;
    padding: .5em;
    border-radius: .4em;
    overflow: auto;
}

/* Tablet View */
@media(max-width: 1024px) {
    .story_columns {
        flex-wrap: wrap;
    }
    
    .story_column {
        width: 100%;
    }
}

/* Phone View */
@media(max-width: 500px) {
    .body_section {
        padding: 10px;
    }
    .team_members_row {
        flex-wrap: wrap;
    }
    
    .team_member_box {
        width: 100%;
        padding: 0px;
    }
}
