@import url("font-fira.css");
@import url("icons.css");

/* color: rgb(42,230,42) */

i.ei {
    padding-right: 5px;
}

body {
    font-family: Fira Sans;
    font-size:   18px;
    max-width:   1000px;
    text-align:  justify;
    margin:      auto;
    padding:     0 10px 10px 10px;
    overflow-y:  scroll;
}

.academic_title {
    font-weight: normal;
    font-size:   larger;
    margin-top:    1em;
    margin-bottom: 0px;
}

.academic_name {
    color:         darkgreen;
    font-weight:   normal;
    font-size:     200%;
    margin-top:     0px;
    margin-bottom: 10px;
}

a {
    color: black;
}

h1 {
    color: darkgreen;
    font-weight: normal;
    font-size: 150%;
}

h2 {
    color: darkgreen;
    font-weight: normal;
    font-size: 120%;
}

h3 {
    color: darkgreen;
    font-weight: bold;
    font-size: 120%;
    padding-top: 1em;
}

h4 {
    color: darkgreen;
    font-weight: normal;
    font-size: 100%;
}

.menu {
    padding-top:    1ex;
    padding-bottom: 1ex;
    border-bottom:  1px solid black;
}

.menu ul {
    height: auto;
    margin: 0px;
    padding-left: 0px;
}

.menu ul li {
    display: inline;
}

.menu ul li a {
    text-decoration: none;
    padding: 1ex;
    box-shadow: inset 0 -3px 0 black;
}

.menu ul li a:hover {
    color: white;
    background-color: darkgreen;
    box-shadow: inset 0 -3px 0 darkgreen;
}

.menu ul li a.active {
    color: white;
    background-color: darkgreen;
    box-shadow: inset 0 -3px 0 darkgreen;
}

.affiliations {
    text-align: center;
    font-size: small;
}

.affiliations ul {
    list-style-type: none;
    margin:  0;
    padding: 0;
}

.affiliations ul li {
    display: inline;
}

.affiliations ul li+li::before { content: " • "; }

.updated {
    margin-top: 2em;
    text-align: center;
    font-size: x-small;
    color: gray;
}

.note {
    font-size: small;
}

.card {
    min-height: 200px;
}

.contact {
    position:   relative;
}

.contact .portrait {
    position:   absolute;
    right:      0px;
    max-height: 200px;
    transition: all 0.2s ease 1s;
}

.contact .portrait:hover {
    max-height: 400px;
}

.contact table tr td:first-child {
    vertical-align: top;
    text-align:     right;
    padding-right:  2px;
    border-right:   1px solid black;
    color:          darkgreen;
}

.academic_cv > ul {
    padding-left: 20px;
}

.academic_cv > ul > li {
    margin-bottom: 10px;
}

.academic_cv span {
    display: block;
}

.academic_cv .title {
    font-size: 120%;
    font-weight: bold;
}

.academic_cv .misc {
    font-size: smaller;
}

ul.instances {
    list-style-type: none;
    padding-left: 1em;
    font-size: smaller;
}

ul#notes {
    padding-left: 20px;
}

pre {
    background-color: white;
    border: 1px solid black;
    border-radius: 3px;
    white-space: pre-wrap;
    font-size: smaller;
    padding: 1ex;
}

pre code {
    
}
