body {
    background-image: url('bg.jpg');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 0;
    background-size: 100% auto;
    background-color: black;
    color: white;
    font-family: sans-serif;
    margin: 0;
}

img {
    vertical-align align: top;
}

header {
    height: 94px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1rem;
}

.logo {
    margin-top: 1%;
}

.logo img {
    width: 80%;
    height: auto;
}

nav ul {
    list-style: none;
    /* display: flex;  TE VERANDEREN */
    display: none; /* TE VERANDEN */
}

nav li {
    margin-left: 1rem;
}

.search img {
    width: 80%;
    height: auto;
}

.hero {
    margin-top: 35%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-content {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem;
}

.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2rem;
}

    .content > div {
        width: 300px;
s    }

.card {
    width: 300px;
    background-color: #222;
    padding: 1rem;
}

footer {
    text-align: center;
    padding: 1rem;
    background-color: #333;
}
