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

.container {
    max-width: 1060px;
}

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

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

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

.badge-publication {
    font-size: 0.75rem;
    font-weight: normal;
    padding: 0.2em 0.6em;
    margin-left: 0.5em;
    opacity: 0.8;
}

.badge-success {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.badge-warning {
    background-color: #fff3e0;
    color: #ef6c00;
}

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

