
li, ul {
    list-style: none;
}

#comp p, #dipl p, #info p {
    margin: 0px;
}

.header-bg {
    background-image: url(../img/wp.jpg);
    height: 510px;
    background-position: center;
    background-size: cover;
}


@media (max-width: 1920px) {
    .header-bg {
        background-image: url(../img/wp@1920.jpeg);
    }
}
@media (max-width: 1280px) {
    .header-bg {
        background-image: url(../img/wp@1280.jpeg);
    }
}
@media (max-width: 640px) {
    .header-bg {
        background-image: url(../img/wp@640.jpeg);
    }
}

.timelapse {
    display: flex;
    flex-direction: row;
}

.years {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
/*    margin: 16px; */
    margin-right: 24px;
}

.years {
    min-width: 96px;
}

.split {
    margin: 4px;
    background-color: #CF5E60;
    height: 2px;
    width: 24px;
    border-radius: 4px
}

.timelapse p {
    margin: 0px;
}
.info {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
