@font-face {
    font-family: 'NewYork';
    src: url('./assets/NewYork.otf') format('opentype');
}

@font-face {
    font-family: 'Arial Rounded MT Regular';
    src: url('./assets/Arial Rounded MT Regular.ttf') format('opentype');
}

.wrapper {
    min-height: 100vh;
}

.top-header {
    text-align: center;
    color: #0E1224;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.top-header h1 {
    font-family: 'NewYork';
    text-transform: uppercase;
    font-size: 3rem;
    letter-spacing: 0.5rem;
}

.top-header h1 .and {
    font-size: 2rem;
}

.top-header h4 {
    font-family: "Arial Rounded MT Regular", sans-serif;
    margin-top: 2rem;
    letter-spacing: 0.3rem;
    font-size: 1rem;
}

.not-header {
    font-family: "Arial Rounded MT Regular", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
}

.top-nav {
    text-align: center;
    color: #5E5E5E;
    font-size: 0.9rem;
}
.top-nav .top-nav-item {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 1rem;
}

.top-nav .active {
    color: #0E1224;
}

.side-nav {
    text-align: center;
    font-size: 0.9rem;
}

.side-nav .side-nav-item {
    color: white;

    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 2rem 3rem;
}

@media (max-width: 768px) {
    .side-nav .side-nav-item {
        padding: 1rem;
    }
}

.first {
    background-color: #344737;
}

.second {
    background-color: #5D6B5F;
}

.third {
    background-color: #869087;
}

.fourth {
    background-color: #CBD0CC;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.front-pic {
    width: 100%;
    object-fit: cover;
}

.content {
    color: white;
    text-align: center;
    padding: 1rem;
    font-size: 0.8rem;
}

.content h2 {
    font-family: Baskerville, 'Baskerville Old Face', serif;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    letter-spacing: 0.3rem;
    font-size: 1.2rem;
}

.content span {
    display: block;
}

.timeline {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.time {
    font-weight: 800;
    text-transform: lowercase;
}

.timeline>div {
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.plattegrond {
    filter: invert(1) grayscale(1) brightness(0.9);
}

.legenda {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.legenda>div {
    padding: 0px 10px;
    flex: 1 1 20%;
}

.legenda ul {
    list-style: none;
    padding: 0;
}

.legenda .sub {
    font-size: 0.6rem;
}

.legenda .legenda-title {
    font-weight: 800;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .timeline>div {
        flex: 1 1 100%;
    }
}

@media (max-width: 1000px) {
    .legenda>div {
        flex: 1 1 100%;
    }
}