html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p, em, ul, li {
    color: #646464;
}

/* UR brand colors for links */
a {
    color: #0066FD; /* Arpeggio Azure */
}

a:hover {
    color: #003EFF; /* Quantum Cobalt */
}

.itemTitle h5,
.itemTitle em,
.itemTitle p {
    display: inline-block;
}

p.venue {
    margin-bottom: 0
}

p.authors {
    margin-bottom: 0
}

#publications li {
    margin-bottom: 1.25rem;
}

/* Handle fixed navbar overlap when scrolling to sections */
section {
    scroll-margin-top: 80px; /* Accounts for fixed navbar height when clicking nav links */
}

/* Course pages: add visual breathing room for sections with alternating backgrounds */
body.course-page section {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Course pages: first section needs extra top padding to clear fixed navbar on page load */
body.course-page section:first-of-type {
    padding-top: 80px;
}
