@import url(https://fonts.googleapis.com/css?family=Roboto:300,500,100,300italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans+Mono);
@import url(https://fonts.googleapis.com/css?family=Raleway:800);

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
    color: #141515;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-rendering: optimizeLegibility;
    overflow-y: scroll;
    overflow-x: hidden;
}
#main h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
    font-weight: 400;
    color: #315572;
}
header {
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #f7f9fb;
    border-bottom: 1px solid #e6ecf2;
}
header h1 {
    padding-top: 1em;
    font-weight: bold;
    font: 1em -apple-system-headline, "Droid Sans Mono", Courier, mono;
    text-transform: lowercase;
    margin-left: 25px;
    padding-bottom: 1.4em;
}
header h1 a {
    color: #ffffff;
    font-size: 28px;
    background-color: #0f2e57;
    padding: 10px 13px;
}
header h1 a:hover {
    color: #76a0dd;
}
#nav_container {
    margin-left: auto;
    margin-right: auto;
    padding-right: 32px;
    padding-left: 32px;
    width: 760px;
    max-width: 100%;
}
nav {
    font-weight: 200;
    font-family: -apple-system, Roboto, Helvetica, Arial;
    text-transform: uppercase;
    margin-left: -43px;
    margin-bottom: -8px;
    margin-top: -15px;
}
nav ul li {
    display: inline;
    color: #9f9f9f;
    font-size: 105%;
}
nav ul li a {
    color: #324787;
    padding: 8px 9px;
    margin: 0 -10px 0px;
    text-transform: uppercase;
}
nav ul li a:hover,
nav ul li a.current {
    color: #ffffff;
    background-color: #0f2e57;
}
.heading {
    font: 1.6em Raleway, Helvetica;
    text-transform: uppercase;
    margin-top: 1.2em;
    margin-bottom: 0.6em;
}
.subheading {
    color: #666666;
    font-weight: 300;
    margin-bottom: 1.5em;
    font-size: 1.05em;
}
h2 {
    font-size: 1.3em;
    font-weight: 300;
    margin-top: 1.8em;
    margin-bottom: 0.8em;
    text-transform: uppercase;
    border-bottom: 1px solid #e6ecf2;
    padding-bottom: 0.4em;
}
h3 {
    font-size: 1.05em;
    font-weight: 500;
    margin-top: 1.2em;
    margin-bottom: 0.4em;
}
p {
    font-size: 0.95em;
    margin-bottom: 15px;
    margin-top: 6px;
    line-height: 1.7em;
}
p strong {
    font-weight: 500;
}
article {
    margin-top: 12px;
    margin-bottom: 3em;
}
a {
    color: #76a0de;
    text-decoration: none;
}
a:hover {
    color: #274977;
}
ul, ol {
    margin: 12px 0 20px 22px;
}
li {
    margin-top: 5px;
    line-height: 1.6em;
    font-size: 0.92em;
    margin-bottom: 5px;
}
hr {
    margin: 32px 0;
    background: #eee;
    height: 1px;
    border-style: none;
}
#main {
    padding-right: 32px;
    padding-left: 32px;
}

/* profile / about */
.profile {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1.5em;
}
.profile img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
    background-color: #e6ecf2;
}
.profile .details {
    flex: 1;
    min-width: 240px;
}
.contact-list {
    list-style: none;
    margin: 10px 0 0 0;
}
.contact-list li {
    margin-left: 0;
    font-size: 0.9em;
}

/* research areas */
.topics {
    list-style: none;
    margin-left: 0;
}
.topics li {
    margin-left: 0;
    padding-left: 1.1em;
    position: relative;
}
.topics li:before {
    content: "\2013";
    position: absolute;
    left: 0;
    color: #76a0de;
}

/* member cards */
.member {
    margin-bottom: 1.6em;
    padding-bottom: 1.2em;
    border-bottom: 1px solid #eef2f6;
}
.member:last-child {
    border-bottom: none;
}
.member .role {
    color: #666666;
    font-size: 0.88em;
    font-weight: 300;
}
.recruiting {
    background-color: #f7f9fb;
    border: 1px solid #e6ecf2;
    border-radius: 6px;
    padding: 1em 1.2em;
    margin-top: 1.5em;
}

/* publications */
.pub-list {
    list-style: none;
    margin-left: 0;
}
.pub-entry {
    margin-bottom: 1.2em;
    padding-bottom: 1.1em;
    border-bottom: 1px solid #eef2f6;
    margin-left: 0;
}
.pub-entry:last-child {
    border-bottom: none;
}
.pub-title {
    font-weight: 500;
    color: #141515;
    font-size: 0.98em;
}
.pub-authors {
    font-size: 0.88em;
    color: #444444;
    margin-top: 2px;
}
.pub-authors .me {
    text-decoration: underline;
}
.pub-venue {
    font-size: 0.86em;
    color: #76a0de;
    margin-top: 2px;
}

/* courses */
.course-entry {
    margin-bottom: 1.2em;
    padding-bottom: 1.1em;
    border-bottom: 1px solid #eef2f6;
}
.course-entry:last-child {
    border-bottom: none;
}
.course-term {
    color: #666666;
    font-size: 0.85em;
    font-weight: 300;
    text-transform: uppercase;
}

/* footer */
footer {
    font: 80% Roboto, Helvetica, Arial, sans-serif;
    color: #33536b;
    font-weight: 300;
    margin-top: 48px;
    padding: 20px 0 40px 0;
    border-top: 1px solid #e6ecf2;
}
footer .contact {
    text-align: center;
}
footer .contact a {
    color: #76a0de;
}

@media (min-width: 800px) {
    #main {
        width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
}
