@charset "utf-8";
body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    padding-top: 5.0rem;
}

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

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

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

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

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

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


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

.text-profile-bio {
    /* font-family: "Raleway"; */
    font-weight: 400;
}

.navbar {
    background-color: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.inline-badge {
    height: 16px;
    vertical-align: -10%;
    margin-right: 2px;
    line-break: unset;
}

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

.cover-image {
    width: 180px;
    max-height: 120px;
}

.abstract-body {
    min-height: 100px;
}

img.lazy {
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50px 50px;
    min-height: 80px;
}

div.lazy {
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50px 50px;
    min-height: 80px;
}

.badge-publication {
    font-size: 100%;
}

.email-text {
    font-family: Source Code Pro, monospace;
}

/* Project / experience cards and the click-to-filter tag bar (assets/js/project_filter.js) */
.project-tag {
    cursor: pointer;
}

.project-filter .project-tag {
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.45em 0.95em;
    margin: 0.2rem 0.15rem;
    display: inline-block;
}

.project-filter .project-filter-label {
    font-size: 0.95rem;
    margin-right: 0.35rem;
}

.project-tag-count {
    opacity: 0.6;
}

.project-filter {
    scroll-margin-top: 90px;
}

.project-body ul {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.project-body p:last-child {
    margin-bottom: 0;
}

/* Free-form project keywords: shown next to the filter topics but not clickable */
.project-keyword {
    font-weight: 400;
    color: #6c757d;
    background-color: #f1f3f5;
}

/* Accepted-venue badge next to a project title, and the unified Paper / Project page / Code links */
.project-venue {
    font-size: 0.65em;
    vertical-align: middle;
    margin-left: 0.25rem;
}

.project-links a {
    margin-right: 0.9rem;
    white-space: nowrap;
}

/* Project cards: figure on the left (one third), text on the right; stacks on small screens */
.project-cover {
    max-height: 260px;
    object-fit: contain;
}

/* Education / Experience card: institution logos */
.affiliation-logo {
    width: 26px;
    height: 26px;
    object-fit: contain;
}
