.headshot{
    border-radius: 50%;
}

/* .student-list{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style-type: none !important;
} */

.student-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    padding:10px;
    background: #eee;
    list-style-type: none !important;
}

.student-list :nth-child(3n + 2) {
    margin-left:auto;
}

.student-list :nth-child(3n + 3) {
    margin-left:auto;
}

.dataset-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
    padding:10px;
    background: #eee;
    list-style-type: none !important;
  }

/* .dataset-list :nth-child(2n + 1) {
    margin-left:auto;
}

.dataset-list :nth-child(2n + 2) {
    margin:auto;
} */



/* @media only screen and (max-width: 768px) {
    /* For mobile phones: */
    /* class="student-list" {
        grid-template-columns: repeat(1,1fr);
    }
} */

h5, .main-container h5 a, .main-container h5 a:link {
    color: var(--gt-black);
}

.data-header{
    text-align: center;
    /* color: var(--gt-black); */
}