body{
    font-family: sans-serif;    
    margin: 0;
    padding: 0;
}

nav {
    background-color: #00696b;
    width:100%;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

nav a{
    color: white;
    text-decoration: none;
}

footer{
    background-color: #00696b;
    width: 100%;
    padding-bottom: 300px;
    text-align: center;
}

footer a h3{
    color: white;
    text-decoration: none;
}

.logo{
    display: flex;
    width: 169px;
    height: 28px;
    position: relative;
    margin: 0 auto;
}

.contact {
    display: flex;
    width: 70px;
    height:50px;
    position: relative;
    margin: 0 auto;
}

.thema, .profielen, .nieuws {
    width: 300px;
    height: auto;
}

.bar{
    background-color: #00696b;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
}

.knop{
    color: white;
    text-decoration:none;
    border: 1px solid #0044ff;
    border-radius: 4px;
    background-color: #0044ff;
    padding: 10px 10px;
    width: 170px;
    display: inline-block;
    text-align: center;
}

.hogescholen{
    display: block;
    text-align: center;
    padding: 0;
}

.team{
    width: 60%;
}

.scholen{
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 1em;
}

.scholenfotos{
    width: 169px;
    height: 60px;
}

.pijl {
    width: 50px;
    height: 50px;
}

.info{
    border: 4px solid #a9fff6;
    border-radius: 50px;
    display: block;
    justify-content: center;
    height: auto;
    margin-bottom: 200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #a9fff6;
    background-repeat: no-repeat;
    margin-top: 140px;   
    text-align: center;
    padding: 1em;
}
.center{
    text-align: center;
}

@media (max-width: 325px) {

    nav {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .logo {
        width: 110px;
        margin: 1em auto;
    }

    .contact {
        width: 40px;
        margin: 1em auto;
    }

    .scholen {
        flex-direction: column;
    }

    .scholenfotos {
        width: 100px;
        height: auto;
    }

    .info {
        width: 95%;
        margin-top: 50px;
        border-radius: 30px;
        padding: 1em;
    }

    h1, p {
        text-align: center;
        margin: 0.5em;
    }
}

@media (min-width: 326px) and (max-width: 1024px) {

    nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .logo {
        width: 150px;
    }

    .contact {
        width: 60px;
    }

    .scholen {
        justify-content: center;
        gap: 1em;
    }

    .info {
        width: 85%;
    }
}

@media (min-width: 1025px) {
    .logo {
        margin: 0px 675px;
    }

    .contact {
        margin: 0px 1330px;
    }

    .info {
        width: 90%;
        max-width: 1200px;
    }
}
