@import url(https://fonts.googleapis.com/css2?family=REM:wght@400;800&display=swap);
@font-face {
    font-family: 'Chalkboard';
    url('/fonts/Chalkboard_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    background: url('/bg_images/achtergrond.jpg') no-repeat fixed;
    background-size: cover;
    height: 100vh;
    font-family: 'REM', sans-serif;
    font-weight: 400;
    color: #7d6a5c;
}
h3 {
    margin-bottom: 0;
    padding: 0;
}
.ovu-content {
    background-color: white;
    opacity: 0.8;
    padding: 1em;
}
.ovu-header {
    font-family: 'REM', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}
.ovu-pay-off {
    margin: 0;
    padding: .3em;
    color: white;
    width: auto;
    background-color: #7d6a5c;
    font-family: 'REM', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.stage {
    margin-bottom: 3em;
}
.orange-stage {
    margin: 4em 0 4em -2em;
    padding: 1em;
    background-color: #de8431;
    z-index:9999;
    color: white;
}
.orange-stage a, .orange-stage a:visited, .orange-stage a:hover {
    color: white;
    text-decoration: none;
}
.orange {
    color: #de8431;
}
.green {
    color: #4fb480;
}
.brown {
    color: #7d6a5c;
}
ul.park-tags {
    list-style-type: none; /* hides the bullets */
    padding-left: 0;
    text-decoration: none;
}
ul.park-tags li {
    margin-bottom: 0;
    font-family: 'Chalkboard', sans-serif;
}
ul.park-tags li.icon {
    margin-bottom: .6em;
}
img.tag-icon {
    padding-right: 20px;
    padding-bottom: .4em;
}
