@charset "utf-8";
html {
    height: 100%;
}
body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    padding-top: 5.0rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Sticky footer: main column grows so footer sits at the bottom on short pages */
body > nav.navbar + div {
    flex: 1 0 auto;
    width: 100%;
}

/* Footer band: minimal padding so the box hugs the text + image */
footer.site-footer {
    flex-shrink: 0;
    margin-top: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
footer.site-footer .site-footer-inner {
    padding: 0;
    margin: 0;
}

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 {
    opacity: 0.95;
}

.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;
}

.news-item-title p {
    margin-bottom: 0;
}

/* Education / experience institution badges (experience_card widget) */
.profile-institution-logo {
    width: 26px;
    height: 26px;
    object-fit: contain;
    flex-shrink: 0;
}

/* Space between multiple education rows (e.g. undergrad + Ph.D. school) */
.education-entry:not(:last-child) {
    margin-bottom: 1.1rem;
}

/* Project rows (projects page + homepage featured project) */
.project-row-title {
    font-size: 1.05rem;
    color: #212529;
}
.project-row-venue,
.project-row-conferences {
    color: #495057;
}
.project-row-links a {
    color: #007bff;
    margin-right: 0.65rem;
}
.project-row-links a:hover {
    text-decoration: underline;
}

