body {
    font-size: 1.8rem;
}

hr {
    margin-top: 0;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

h4{
    font-family: 'Poppins', sans-serif;
}

h5{
    font-family: 'Poppins', sans-serif;
    font-size: 2.0rem;
}

@media (min-width: 550px) {
    h5 {
        font-size: 2.6rem;
    }
}

.navbar{
    position: relative;
    top: 0;
    left: 0;
    border: none;
    height: 4rem;
    margin-top: 3%;
    font-family: 'Poppins', sans-serif;
}

.navbar ul{
    list-style: none;
}

.navbar-item{
    float: right;
    color: #c31;
}

.navbar-list{
    padding-right: 40px;
}

p {
    font-family: adobe-garamond-pro, serif;
}

a {
    color: #c31;
    text-decoration: none;
}

img {
    max-width: 100%;
}

a:hover {
    color: #11aacc;
}

.sidebar {
    text-align: center;
    font-family: adobe-garamond-pro, serif;
    font-size: 1.8rem;
}

.sidebar span {
    display: block;
}

.sidebar a {
    color: #0b0b0b;
}

.sidebar a:hover {
    color: #c31;
}

.text {
    font-family: adobe-garamond-pro, serif;
}

.headshot {
    width: 200px;
    border-radius: 50%;
}

.intro {
    font-family: adobe-garamond-pro, serif;
}

.pub-image {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pub-image img {
    max-height: 110px;
}

.pub-venue {
    font-style: italic;
}

.pub-authors {
    font-size: 1.6rem;
}

.pub-title {
    font-size: 1.8rem;
    font-family: 'Poppins', sans-serif;
}

.publication {
    padding-bottom: 30px;
}

.fw6, h2 {
    font-weight: 600;
}