@charset "utf-8";

body {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    padding-top: 5.0rem;
}

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

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

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

.rounded-top {
    border-top-left-radius: .8rem !important;
    border-top-right-radius: .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;
}

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

@media (min-width: 576px) {
    .card-columns {
        column-count: 1 !important;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2 !important;
    }
}

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

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 0px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-info h4 {
    color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-warning h4 {
    color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

.bd-callout-danger h4 {
    color: #d9534f
}

.bd-callout-primary {
    border-left-color: #007bff
}

.bd-callout-primaryh4 {
    color: #007bff
}

.bd-callout-success {
    border-left-color: #28a745
}

.bd-callout-successh4 {
    color: #28a745
}

.bd-callout-default {
    border-left-color: #6c757d
}

.bd-callout-defaulth4 {
    color: #6c757d
}

.eecs-mit {
    font-family: "IBM Plex Sans", sans-serif;
    background: linear-gradient(90deg, #b31e8d, #652d90 51%, #00819a);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.mit {
    font-family: "IBM Plex Sans", sans-serif;
    color: #750014;
}

.typewriter {
    border-right: .15em solid rgb(0, 0, 0, 0.9);
    animation:
        typing 3.5s steps(30, end),
        blink-caret 1.0s step-end infinite;
}
@keyframes blink-caret {
    from,
    to {
        border-color: transparent
    }
    50% {
        border-color: rgb(0, 0, 0, 0.9)
    }
}
