body {
    margin-top: 50px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar-brand.bold {
    font-weight: 700;
}

.featurette {
    overflow: hidden;
    margin-top: 40px;
}

.featurette-divider {
    margin: 60px 0;
}

.pub-venue {
    font-weight: 700;
}

.itemDetails {
    margin-left: 20px;
    margin-bottom: 14px;
}

.paperIndex {
    font-weight: bold;
    margin-right: 10px;
    color: #555;
}

.edu-logo {
    float: right;
    height: 72px;
    max-width: 100%;
    object-fit: contain;
}

p, li {
    font-size: 110%;
    line-height: 1.6;
}

.well h3 {
    margin-top: 0;
}

.social-link {
    text-align: center;
    margin-bottom: 15px;
}

.social-link i {
    font-size: 56px;
    color: #333;
}

.project-item {
    margin-bottom: 14px;
}

.project-item h3 {
    margin-top: 0;
    font-size: 20px;
}

.project-affiliation {
    color: #666;
    margin-bottom: 8px;
}

.pub-year {
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
}

footer {
    margin: 50px 0 30px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
    color: #666;
}

@media (max-width: 768px) {
    .edu-logo {
        float: none;
        display: block;
        margin: 12px auto 0;
        height: 56px;
    }
}
