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

.footer {
    font-size: 0.9375rem;
}

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

a {
    color: #748e63;
}

a:hover {
    color: #536f46;
}

.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(32, 39, 49, 0.8) !important;
    font-family: "Source Code Pro", monospace;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-nav .nav-link {
    color: #b8d69f;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #ffffff;
    font-weight: 700;
}

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

/* Education logos (_includes/widgets/experience_card.html) */
.experience-inline-logo {
    height: 24px;
    width: auto;
}

.position-inline-logo {
    max-height: 1.2em;
    vertical-align: middle;
    margin-left: 5px;
}

.profile-portrait-container {
    display: block;
    text-align: center;
}

.profile-portrait {
    width: 100%;
    max-width: 160px;
}

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

.publication-cover {
    object-fit: contain;
    max-width: 100%;
    max-height: 200px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.publication-container {
    position: relative;
}

.publication-venue {
    font-style: italic;
    font-weight: 700;
}

.pub-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 2px 8px;
    border-radius: 12px;
    background-color: #28a745;
    color: #fff;
    font-size: 0.7em;
    font-weight: 700;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.email-text {
    font-family: Source Code Pro, monospace;
    font-size: 0.95em;
    white-space: nowrap;
}

.profile-author {
    color: #748e63 !important;
}
