/* General */

* {
    font-family: 'Helvetica Neue', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
}

.header h1, h2, h3, h4 {
    text-align: left;
    font-weight: 200;
}

.header h1 {
    font-size: 36px;
}

.header h2 {
    color: #206b2c;
}

.header a {
    color: #1a5422; 
    text-decoration: none;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
}

.header a:hover {
    color: #8cab91; 
    text-decoration: none;
}

.content {
    line-height: normal;
    font-weight: 200;
}

.content a {
    color: #097e1c; 
    text-decoration: none;
}

.content a:hover {
    color: #a4c5a9;
}

.content h2 {
    text-align: left;
    /*color: #206b2c;*/
    color: #000000;
}

.content h3 {
    text-align: left;
    font-weight: 500;
}

.content h4 {
    text-align: left;
    font-weight: 400;
}

.content p {
    color: #333634;
}

.research-pub {
    font-size: 80%;
}


/* Menu */
#menu {
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 200;
}

#menu .pure-menu-heading {
    font-weight: 100;
}

#menu .pure-menu-selected a{
    font-weight: 200;
}

.overview {
    padding-top: 1em;
}

/* Misc */
.centered-image {
    display: block;
    
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

/* Home */
.home a {
    font-weight: 400;
}

.portrait {
    width: 80%;
    max-width: 250px;
    border: 1px solid #999;
}

/*.pub {
    list-style:none;
    padding-left:0;
}*/

/*.pub {
    line-height: normal;
    font-weight: 300;
    color: #626563;
}

.pub li {
    margin-bottom: 1.5em;
}*/

.inList li {
    list-style-type: square;
    list-style-position: inside;
}

/* CV */
.cv h3 {
    font-size: 1.5em;
    margin-bottom: 0.25em;
}

.cv a {
    color: #3f3f3f;
}

.cv a:hover {
    color: #1f77b4;
    text-decoration: underline;
}

.cv-edu-line {
    margin-bottom: 0.5em;
}

.cv-edu-date {
    font-size: 80%;
    margin-bottom: 0.5em;
} 

.cv-edu-line ul {
    padding-left:0em;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

.cv-edu-line li {
    font-size: 90%;
}

.cv-edu-line li:before { 
    content: "- "; 
}

.cv-publications ul {
    list-style:none;
    padding-left:0;
    margin-top: 0;
    margin-bottom: 0;
}

.cv-publications li {
    margin-bottom: 0.65em;
}

/* Projects */
.project-item {
    display: inline-block;
    position: relative;
    width: 135px;
    height: 135px;
}

.project-item img {
    width: 135px;
    height: auto;
}

.project-item aside {
    text-align: center;
    font-size: 75%;
    font-weight: 200;
    
    position:absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0em 0em 0.5em 0em;
    
    background: linear-gradient(to bottom,  rgba(0, 0, 0,0) 0%, rgba(0, 0, 0,0.2) 30% ,rgba(0, 0, 0, 1) 150%); /* W3C */
}

.project-item h4 {
    color:#fff;
    font-size: 1.5em;
    font-weight: 200;
    margin-bottom: 0.2em;
    margin-top: 0.5em;
}

.project-item h5 {
    color: #d7d7d7;
    font-size: 1em;
    font-weight: 400;
    margin-top: 0.2em;
}

.project-item a {
    font-size: 1.1em;
    color:#1f77b4;
}

.project-item a:hover {
    color:#1f77b4;
}