@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
    background-color: #313338;
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-flow: column;
    margin: 0;
    padding: 0;
}

fieldset {
    border: none;
}

header {
    position: sticky;
    top: 0;
}

footer {
    display: flex;
    justify-content: center;
    padding: 20px;
}

h1 {
    color: #f2f3f5;
    text-align: center;
}

h2 {
    color: #7c9fd9;
}

h3 {
    color: yellow;
}

p {
    color: #dcddde;
}

footer {
    color: #96989d;
}

.topnav #myLinks {
    display: none;
}

/* Style the navigation menu */
.topnav {
    overflow: hidden;
    background-color: #282727;
}

/* Style navigation menu links */
.topnav a {
    color: #00aff4;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
    background: black;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.topnav a:visited {
    color: #00aff4;
}

.nav a.logo {
    color: #00aff4;
}

.nav a.icon {
    color: rgb(255, 255, 255);
}

a {
    color: #00aff4;
}

a:hover {
    color: #33c1f7;
}

a:visited {
    color: #c49ed4;
}

li {
    color: #4a99e8;
    font-size: 1.2rem;
    list-style: decimal;
}

li::marker {
    color: #5865f2;
}

#fotos {
    justify-content: center;
}

img {
    max-width: 95%;
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 50%;
}

.galerij {
    display: flex;
    flex-direction: column;
    text-align: center;
}

#hoofd-container {
    display: flex;
    justify-content: center;
}

#hoofd-container h2 {
    justify-self: center;
    font-size: 2rem;
}

#hoofd-container label,
#hoofd-container input,
#hoofd-container select,
#hoofd-container button {
    box-sizing: border-box;
    padding: 10px;
    height: 45px;
    font-size: 1.15rem;
}

.input-groep {
    color: wheat;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.input-groep label {
    border: none;
}

.input-groep input {
    border: none;
    background-color: #2b2d31;
    color: white;
}

.gender-groep {
    color: wheat;
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}

.datum-groep,
.vervoer-groep,
.bericht-groep,
.kleur-groep {
    color: wheat;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.datum-groep input,
.vervoer-groep select {
    width: 80%;
}

.verdeel-lijn {
    border: none;
    height: 1px;
    background-color: #4e5058;
    margin: 30px auto;
    width: 100%;
}

.check-groep {
    color: wheat;
    gap: 25px;
}

.checkboxen {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.knop-groep {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.knop-groep button {
    background-color: #5865f2;
    border: none;
    color: white;
}

.knop-groep button:hover {
    background-color: #4752c4;
}

.bericht-groep {
    display: flex;
    align-items: center;
}

.bericht-groep textarea {
    width: 90%;
    resize: none;
    background-color: #2b2d31;
    color: white;
}

.file-groep {
    color: wheat;
}

@media (min-width: 1200px) {
    img {
        max-height: 60%;
    }

    .galerij {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1800) {
    img {
        max-height: 60%;
    }

    .galerij {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
