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

/* Responsive images inside page content (default layout) */
.page-content img {
    max-width: 100%;
    height: auto;
}

/* ===== PaperPilot landing page ===== */
/* Navbar brand logo */
.navbar-logo {
    height: 34px;
    width: auto;
    margin-right: 0.5rem;
    border-radius: 8px;
}

/* Centered README document on the homepage */
.readme-body {
    padding: 1.5rem 0 2rem;
    font-size: 1.02rem;
    line-height: 1.7;
}

.readme-body .readme-logo {
    width: 720px;
    max-width: 100%;
    height: auto;
    border-radius: 0;
}

.readme-body h2 {
    margin-top: 2.2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid #eaecef;
}

/* Tagline under the logo: keep it on a single line */
.readme-body h2.readme-tagline {
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.4;
}

.readme-body h3 {
    margin-top: 1.6rem;
    margin-bottom: 0.7rem;
}

.readme-body p + p {
    margin-top: 0.9rem;
}

.readme-body :not(pre) > code {
    background: #f3f4f6;
    padding: 0.15em 0.4em;
    border-radius: 0.3em;
    font-size: 85%;
    color: #d6336c;
    font-family: "Source Code Pro", monospace;
}

.readme-body pre {
    background: #f6f8fa;
    padding: 1rem 1.1rem;
    border-radius: 0.6rem;
    overflow-x: auto;
    font-size: 88%;
    line-height: 1.55;
}

.readme-body pre code {
    font-family: "Source Code Pro", monospace;
    color: #1f2328;
}

.readme-body blockquote {
    color: #57606a;
    border-left: 0.25rem solid #d0d7de;
    padding: 0.4rem 1rem;
    margin: 1rem 0;
    background: #f6f8fa;
    border-radius: 0 0.5rem 0.5rem 0;
}

.readme-body details {
    margin: 1rem 0;
    padding: 0.8rem 1rem;
    background: #f6f8fa;
    border-radius: 0.6rem;
}

.readme-body details summary {
    cursor: pointer;
    font-weight: 700;
}

.readme-body img {
    border-radius: 0.5rem;
}

.readme-body a {
    color: #0969da;
}

/* Honor percentage widths used by the README screenshot gallery */
.readme-body img[width="40%"] { width: 40%; }
.readme-body img[width="80%"] { width: 80%; }
.readme-body img[width="100%"] { width: 100%; }
