/* GLOBAL */

body {
    font-family: 'Helvetica Neue', 'Arial', 'sans serif';
}

h1, h2, h3, h4, h5 { 
    font-family: 'Georgia', serif;
    clear: both;
    width: 100%;
}

h1 { 
    font-size: 3em;
    font-weight: bold;
}
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }

h2 { margin-top: 1.5em; }
h2, h3 { margin-bottom: 1em; }

a { text-decoration: none; }
li { margin-top: 0.5em;  }
ul { margin-bottom: 0em; }
dd:last-of-type { margin-bottom: 0em; }

dt, .institution, .duration {
    font-family: 'Georgia', serif;
}

.hidden { display: none; }

/* Name and Contact */
#header { text-align: center; }

/* Summary */
#summary { 
    margin-top: 2em; 
    text-align: center;
}
#summary h2 { display: none; }
.tagline {
    font-family: 'Georgia', serif;
    font-size: 1.4em;
    line-height: 1.2em;
    margin-top: -0.8em;
    margin-bottom: 0em;
}

/* Contact Information */
#contact {
    font-family: 'Georgia', serif;
    margin-top: 2em;
    font-size: 1.2em;
}
#contact dt, #contact dd { 
    margin: 0em;
    display: inline;
}
#contact dt { 
    margin-right: 0.5em;
    margin-left: 3em;
}
#contact dd {
    margin-right: 3em;
}


/* Education and Experience */

#education dl, #research dl, #experience dl { 
    display: flex; 
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.duration span {
    color: #555;
}
.duration .present {
    color: #222;
    font-weight: bold;
}

.title {
    width: 100%; 
    font-size: 1.3em;
    margin-bottom: 0.5em;
    margin-left: 1em;
}

.institution {
    font-size: 1.1em;
    font-weight: 600;
}

.duration {
    font-size: 1.1em;
}

.description { 
    margin-top: 0.5em;
    margin-bottom: 1em;
    width: 100%; 
}

.description ul { margin-top: 0.5em; }

#education dt, #research dt, #experience dt { 
    font-weight: bold;
}

#skills_tech, #skills_arts { width: 45%; margin-bottom: 1em; }
#skills_tech { float: left; }
#skills_arts { float: right; }
#skills h3 { margin-top: 0; }
#skills dl { 
    margin-left: 1em;
    margin-top: 0em;
}
#skills dt { font-weight: bold; }
#skills dt { }
#skills dd { 
    display: inline;
    margin: 0em;
}

#skills dt::after { content: ':'; }

#skills dd + dt::before {
    content: '\A';
    white-space: pre;
}

#skills dd + dd::before { content: ', '; }

.publication-title { font-style: italic; }
.publication-venue { font-style: italic; }
.publication-doi {
    display: block;
    word-wrap: break-word;
}