.body-content h2 {
    font-size: 2em;
    text-align: center;
    margin: 30px 20px 20px 20px;
}

.body-content h4 {
    font-weight: bold;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 10px;
}

.body-content h5 {
    font-weight: bold;
    text-decoration: underline;
    margin-top: 20px;
    margin-bottom: 10px;
}

.leadPhoto {
    display: block;
    margin: auto;
}

.insetPhotoRight {
    float: right;
    text-align: center;
    padding-left: 20px;

}

.insetPhotoRight p {
    text-align: center;
    font-weight: bold;
}

.districts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

li.listLabel {
    font-weight: bold;
}

.exhibitSection {
    flex: 2;
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    padding: 0 20px 20px 20px;
    text-align: center;
}

.exhibitSection img {
    margin-top: 10px;
}

.exhibitSection a,
.exhibitSection a:visited {
    color: white;
}

.imdageBar {
    padding: 20px;
}

.imageBarImages {
    display: flex;
    justify-content: space-around;
}

.imageBar .imageBarImage {
    padding: 10px;
    width: 200px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.imageBar .imageBarImage img {
    width: 180px;
    height: 235px;
}

.imageBar .imageBarFootnote {
    font-size: .9rem;
    font-style: italic;
    text-align: center;
}