@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Roboto&display=swap');

.season.fw-bold {
    font-family: 'Pacifico', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
}

.bg-season-lente {
    background-color: rgb(128, 165, 16);
}

.bg-season-zomer {
    background-color: rgb(245, 161, 9);
}

.bg-season-herfst {
    background-color: rgb(245, 103, 12);
}

.bg-season-winter {
    background-color: rgb(66, 149, 154);
}

.navbar-nav > li > a::after {
    content: '';
    border-right: 1px solid black;
    padding: 15px 8px;
}

.navbar-nav > li:last-child > a::after {
    content: none;
}