a {
    color: inherit;
}

i.icon {
    width: 1em;
    height: 1em;
}

.pdf-embed {
    width: 100%;
    aspect-ratio: 8.5 / 11;
    max-height: 90vh;
}

.bio img {
    width: 100%;
    max-width: 40vw;
    border-radius: 50%;
    border: 5px solid lightgray;
}

.bio a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.publication video,
.publication img {
    height: 8em;
}

.projects .card {
    height: 100%;
}

.projects .card img {
    transition: transform .25s;
}

.projects .card img:hover {
    transform: scale(1.05);
}

/* Needed to remove extra underlines in card links */
.card-link {
    display: inline-block;
}

body {
    padding-bottom: 50px;
}