body {
    font-family: Georgia, "Open Sans", "Times New Roman", Times,Arial, sans-serif;
    font-size: 20px;
    color: black;
    line-height: 1.8;
}

.jumbotron p {
    font-size: 20px;
}

h5 {
    font-size: 20px;
}

.navbar-header {
    font-weight: bold;
}
.navbar-collapse {
    font-weight: bold;
}

.content {
    padding-top: 50px;
    padding-bottom: 20px;
}
.content a {
    color: #a52640;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-thickness: 1px;
    text-underline-offset: .15em;
}
.content a:hover {
    color: #721a2b;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
    text-underline-offset: .15em;
}
#basic-info a {
    text-decoration: none;
}
#basic-info a:hover {
    text-decoration: underline;
    color: #721a2b;
    text-underline-offset: .15em;
    text-decoration-thickness: 2px;
    text-decoration-style: solid;
}
.content hr {
    size: 2;
    color: #800000;
}
.jumbotron {
    padding: 20px 0 0 0 !important;
    background: white;
}
.section-title {
    font-size: 32px;
    font-weight: bold;
    color:#3b3c41;
}

#selfie img {
    width: 100%; 
    max-width: 250px; 
    /* height: 220px; Adjust this value to make it longer */
    object-fit: cover; /* Ensures the image covers the area without distortion */
    border-radius: 12px;
    margin-top: 25px; /* Adjust this value for alignment */
    margin-left: 5px;
}
.name-title {
    font-size: 32px;
    font-weight: bold;
    color: black;
}
#about {
    padding-top: 0px;
    padding-bottom: 20px;
}
#about code {
    color: #a52640;
    background-color: #e2d9e842;
}

#bio li {
    margin-bottom: 5px;
    margin-left: -1em;
}

.news-table {
    margin-top: 10px;
    margin-bottom: 10px;
}
.news-table .row {
    margin-left: 2px;
    margin-top: 2px;
}
.news-table li {
    color: black;
    margin-left: -10px;
}
.news-table li strong {
    color: black;
    font-weight: bold;
}

.list-group-item.active, .list-group-item.active:focus {
    background: transparent;
    border-color: gray;
    color: inherit;
}
.list-group-item.active:hover {
    background: #edf6fe;
    color: black;
    border-color: gray;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: black;
}
.list-group-item > p {
    margin-bottom: 5px;
}
.paper-button-group {
    text-align: right;
}
.conference-row {
    line-height: 1;
}
.award-text {
    color: #ca0707;
    font-weight: bold;
}
.media-coverage-text {
    color: #1972d7;
    font-weight: bold;
    margin-top: 10px;
}

.media-coverage-text a {
    color: #1972d7;
    font-weight: bold;
}
.media-coverage-text a:hover {
    color: #1972d7;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 2px;
    text-underline-offset: .15em;
}

.label-success {
    background: #6c7879;
}
.label-info {
    background: #6db0b8;
}
.label-primary {
    background: #cea67e;
}
.label-warning {
    background: #dd7c7d;
}

.btn-primary {
    background-color: #9dabb3;
    border-color: #9dabb3;
}
.btn-primary:hover {
    background-color: #7f8c98;
    border-color: #7f8c98;
}
.btn-primary:active {
    background-color: #6c7879;
    border-color: #6c7879;
}
.btn-primary:focus {
    background-color: #9dabb3;
    border-color: #9dabb3;
}
.btn-primary:disabled {
    background-color: #9dabb3;
    border-color: #9dabb3;
}

.paper-button-group a {
    color: black;
    text-decoration: none;
}

footer {
    background: #e6f2ee;
    margin-top: 2em;
    margin-bottom: 0;
    padding-top: 2em;
    font-size: 16.25px;
}
.alert {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.tab-content {
    padding: 10px;
}
.tab-content h5 {
    margin-bottom: 0;
}
.list-group-item-heading {
    font-weight: bold;
}

@media (max-width: 500px) {
    #about h3 {
        font-size: 28px;
    }
    #about h3 span {
        font-size: 27px;
    }
    #selfie, #basic-info {
        text-align: center;
    }
    .paper-button-group {
        line-height: 2;
    }
}