#subpage-header {
    display: flex;
    justify-content: space-between;
}

#subpage-header-left {
    display: flex;
    align-items: center;
}

.subpage-header-right-item {
    margin: 0 20px;
}

#subpage-header a {
    color: black;
    text-decoration: none;
}

#subpage-title {
    font-weight: bold;
    font-size: 15pt;
    margin: -17px 20px;
}

#gallery {
    text-align: center;
}

.gallery-image {
    width: 100%;
}

.gallery-image-caption {
    font-style: italic;
    margin: 30px;
}

@media only screen and (max-width: 950px) {
    #bio {
        margin-top: unset;
    }

    .gallery-image {
        width: 95%;
    }

    #subpage-header {
        padding: 20px 20px 0px 20px;
    }
}

@media only screen and (max-width: 470px) {
    #subpage-header-right {
        display: none;
    }
}
