
@import url('https://fonts.googleapis.com/css?family=Maven+Pro');

h1{
    margin-bottom: 30px !important;
}

.teaching h3{
    margin-bottom: 5px !important ;
}

.publications h2{
    margin-bottom: -10px !important;
}


fh5co-main{
    font-size: 20px !important;
}

.fh5co-narrow-content{
    width: 80% !important;
}
.fh5co-narrow-content p{
    text-align: justify;
}

.publications {
    font-size: 16px;
}

.publications .authors, .subItem{

    color: #843534;
}
.publications .year{
    color: #2b542c;
    margin-top: 15px;
}

.publication-entry{
    margin-bottom: 10px;
}

.publication-entry:last-child{
    margin-bottom: 20px;
}


.distinction, .research {
    font-size : 16px;
}
.home-description{
    margin-top: 25px;
}

.home-subtitle{
    color: white;
    background-color: #228896;
    margin-bottom: 1.2em;
    padding: 0.25em 1em 0.2em 1em;
    font-size: 20px;
}



/*timeline*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,700);


/* Layout */
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Styling */

.timeline {
    margin: 0 auto;
    position: relative;
    max-width: 46em;
}
.timeline:before {
    background-color: black;
    content: '';
    margin-left: -1px;
    position: absolute;
    top: 0;
    left: 2em;
    width: 2px;
    height: 100%;
}

.timeline-event {
    position: relative;
}
.timeline-event:hover .timeline-event-icon {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #228896;
}
.timeline-event:hover .timeline-event-thumbnail {
    -moz-box-shadow: inset 40em 0 0 0 #228896;
    -webkit-box-shadow: inset 40em 0 0 0 #228896;
    box-shadow: inset 40em 0 0 0 #228896;
}

.timeline-event-copy {
    padding: 2em;
    position: relative;
    top: -1.875em;
    left: 4em;
    width: 80%;
}
.timeline-event-copy h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}
.timeline-event-copy h4 {
    font-size: 1.2em;
    margin-bottom: 1.2em;
    color: #31708f;
}
.timeline-event-copy strong {
    font-weight: 700;
}
.timeline-event-copy p:not(.timeline-event-thumbnail) {
    padding-bottom: 0px;
    color: #000;
}

.timeline-event-icon {
    -moz-transition: -moz-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: black;
    outline: 10px solid whitesmoke;
    display: block;
    margin: 0.5em 0.5em 0.5em -0.5em;
    position: absolute;
    top: 0;
    left: 2em;
    width: 1em;
    height: 1em;
}

.timeline-event-thumbnail {
    -moz-transition: box-shadow 0.5s ease-in 0.1s;
    -o-transition: box-shadow 0.5s ease-in 0.1s;
    -webkit-transition: box-shadow 0.5s ease-in;
    -webkit-transition-delay: 0.1s;
    transition: box-shadow 0.5s ease-in 0.1s;
    color: white;
    font-size: 0.75em;
    background-color: #228896;
    -moz-box-shadow: inset 0 0 0 0em #ef795a;
    -webkit-box-shadow: inset 0 0 0 0em #ef795a;
    box-shadow: inset 0 0 0 0em #ef795a;
    display: inline-block;
    margin-bottom: 1.2em;
    padding: 0.25em 1em 0.2em 1em;
}



