@charset "utf-8";
/* Adapted from https://github.com/luost26/academic-homepage (MIT) */

body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    padding-top: 5.0rem;
    font-size: 1.20rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}

.card {
    border-radius: 0.8rem !important;
}

.rounded-xl {
    border-radius: 0.8rem !important;
}

.text-profile-position {
    font-weight: 400;
    font-size: 1.15rem;
}

.text-profile-bio {
    font-weight: 400;
    font-size: 1.15rem;
}

.navbar {
    opacity: 0.95;
}

.inline-badge {
    height: 18px;
    vertical-align: -10%;
    margin-right: 4px;
}

/* uniform org logos in Education / Experience lists */
.org-badge {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

.no-break {
    white-space: nowrap;
}

.email-text {
    font-family: Courier, monospace;
}

.badge-publication {
    font-size: 82%;
    font-weight: 600;
    vertical-align: 10%;
}

.pub-index {
    color: #adb5bd;
    font-weight: 700;
}

.profile-links a {
    color: #007bff;
    text-decoration: none;
}

.profile-links a:hover,
.profile-links a:focus {
    color: #0056b3;
    text-decoration: none;
}

/* News */
.news-item {
    display: flex;
    align-items: flex-start;
    padding: 0.5rem 0;
}

.news-item + .news-item {
    border-top: 1px solid #f1f3f5;
}

.news-date {
    flex-shrink: 0;
    width: 6.6rem;
    text-align: center;
    background: #e7f1ff;
    color: #0b5ed7;
    font-size: 0.78rem;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.22rem 0;
    margin: 0.3rem 1rem 0 0;
}

.news-text {
    font-size: 1.05rem;
}

footer {
    font-size: 0.9rem;
}
