@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiYA.ttf) format('truetype');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf) format('truetype');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/oswald/v53/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUZiYA.ttf) format('truetype');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i94_wlxdr.ttf) format('truetype');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf) format('truetype');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdr.ttf) format('truetype');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdr.ttf) format('truetype');
}

html, body {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

body {
    background: #252827;
}

strong {
    font-weight: 600;
}

h1 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px;
    color: white;
    font-weight: 100;
    font-size: 2.4em;
}

.lime {
    color: #a3e635;
}

.wrapper {
    margin: 50px auto 0;
    text-align: center;
    max-width: 60%;
}

@media only screen and (max-width: 768px) {
    .wrapper {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .wrapper {
        max-width: 80%;
    }
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #a3e635;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loading {
    display: block;
}

.hidden {
    display: none !important;
}

.timeline {
    border-left: 2px solid #a3e635;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 0;
    list-style: none;
    text-align: left;
    font-weight: 100;
    margin-left: 80px;
}

.timeline h1,
.timeline h2,
.timeline h3 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1.5px;
    font-weight: 300;
    font-size: 20px;
    margin: 0 0 10px;
}

.timeline .event p {
    color: #fff;
    margin: 0;
}

.timeline .event p.institution {
    margin: 0 0 10px;
}

.fancybox-caption__body,
.timeline .event p > small {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
}

.timeline .event {
    margin: 0 0 30px 20px;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
}

/*
.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
*/

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -160.5px;
    color: #a3e635;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 20px;
    min-width: 120px;
    font-weight: bold;
}

.timeline .event:after {
    box-shadow: 0 0 0 2px #a3e635;
    left: -26px;
    background: #313534;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    content: "";
    top: 5px;
}

.header .lead {
    max-width: 620px;
}

.gallery {
    padding: 10px 10px 5px 10px;
    background: #272b29;
    max-width: 630px;
}

.gallery a {
    margin: 0 5px 5px 0;
    color: inherit;
    text-decoration: none;
}

.gallery img {
    width: 150px;
    height: 100px;
    object-fit: cover;
}

.badges {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
    padding: 10px;
}