/* ===== Base ===== */
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #333;
    background-color: #fff;
}

/* ===== Navbar ===== */
.navbar-inverse {
    background-color: #2c2c2c;
    border: none;
    border-radius: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ccc;
    font-size: 14px;
    letter-spacing: 0.03em;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

/* ===== Sidebar ===== */
.sidebar-name {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
}

.profile-photo {
    border-radius: 4px;
    max-width: 160px;
}

.sidebar-links p {
    margin: 4px 0;
    font-size: 14px;
}

.sidebar-links a {
    color: #2a6496;
    text-decoration: none;
}

.sidebar-links a:hover {
    text-decoration: underline;
    color: #1a4a70;
}

/* ===== Main Bio ===== */
.main-bio {
    margin-top: 3%;
    text-align: justify;
    line-height: 1.7;
}

.main-bio p {
    margin-bottom: 12px;
}

/* ===== Section Blocks ===== */
.section-block {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}

.section-block h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.section-block h3 {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    margin-top: 16px;
    margin-bottom: 8px;
}

/* ===== News List ===== */
.news-list {
    padding: 12px 0;
}

.news-list p {
    margin: 6px 0;
    font-size: 14px;
    line-height: 1.6;
}

/* ===== Paper List ===== */
.paper-list {
    padding-left: 18px;
}

.paper-list li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 14px;
}

.paper-list a {
    color: #2a6496;
    text-decoration: none;
}

.paper-list a:hover {
    text-decoration: underline;
}

/* ===== General Lists ===== */
ul li {
    margin-bottom: 6px;
    line-height: 1.6;
}

a {
    color: #2a6496;
}

a:hover {
    color: #1a4a70;
}

/* ===== Footer ===== */
.site-footer {
    margin-top: 40px;
    padding: 16px 0;
    text-align: right;
    font-size: 12px;
    color: #aaa;
    border-top: 1px solid #eee;
}

.site-footer a {
    color: #aaa;
    text-decoration: none;
}

.site-footer a:hover {
    color: #888;
}
