.personnel-grid {
    text-align: center;
}

.personnel-grid ul {
    justify-content: center;
    background: #c8d9e6;
}

.personnel-grid .profile .photo {
    border-radius: 50%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border: 7px solid #95001a;
}

@media (min-width: 569px) {
    /*
    * Prefixed by https://autoprefixer.github.io
    * PostCSS: v7.0.29,
    * Autoprefixer: v9.7.6
    * Browsers: ios 8,ie 11
    */
    header .grid {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        -webkit-align-items: center;
                align-items: center;
    }
}

.site-title a {
    display: inline-block;
    transition: .3s;
}

.site-title a:hover {
    opacity: .7;
}

