@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display&display=swap');

body {
    font-family: 'Red Hat Display', sans-serif;
    max-width: 2000px;
}

body h1,
body h2,
body h3,
body h4 {
    font-family: 'Source Serif 4', sans-serif;
    color: #3d4f2b;
}

.footer-f {
    text-align: center;
}

.menu {
    color: dimgray;
}

.sidenav {
    background-color: white;
}

.footer-icons li {
    display: inline;
    padding: 5px;
    font-size: 20px;
}

.footer-icons > li a {
    color: white;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: color 500ms;
}

.footer-icons li a:hover {
    color: #3d4f2b;
}

.vll {
    font-weight: bold;
}

.big-Titel {
    color: white;
}

.bio {
    margin-top: 35px;
    font-size: 18px;
    text-align: justify;
    line-height: normal;
    width: 90%;
}

.kaart {
    padding-top: 30px;
    text-align: center;

}

.page-footer {
    background-color: #C89C8C;
}

.laatste-text {
    margin-bottom: 60px;
}

.space {
    margin-top: 50px;
}

.onderste {
    color: #3d4f2b;
}

.onderste:hover {
    color: #3d4f2b;
    text-decoration: underline;
}

material-icons {
    color: #3d4f2b;
}

.light {
    text-align: justify;
}

#download-button {
    background-color: #3d4f2b;
}

#download-button:hover {
    background-color: #526b3a;
}

.divider {
    background-color: #3d4f2b;
}

nav ul a,
nav .brand-logo {
    color: #444;
}

p {
    line-height: 2rem;
}

.proffoto {
    height: 100px;
    width: 100px;
    margin: 2rem auto 0 auto;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
    width: 100%;
}

.kaart_klein {
    display: none;
}

.kaart_medium {
    display: none;
}

.goal {
    line-height: normal;
}


.team img {
    transition: box-shadow 250ms;
}

.team img:hover {
    box-shadow: black 2px 2px 8px 1px;
}

.vl {
    max-width: 100%;
    transition: 500ms;

}

.vl:hover {
    filter: grayscale(70%);
    border-radius: 15px;
}

.vondeling a {
    color: #3d4f2b;
    font-weight: bold;
}

.vondeling a:hover {
    text-decoration: underline;
}

@media only screen and (max-width : 1200px) {
    .kaart_klein {
        display: none;
    }

    .kaart {
        display: none;
    }

    .kaart_medium {
        margin-top: 30px;
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width : 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }

    #index-banner .section {
        top: 10%;
    }

    .bio {
        text-align: center;
        margin: auto;
        margin-top: 35px;
        font-size: 18px;
        text-align: justify;
        line-height: normal;
        width: 90%;
    }

    .footer-titel {
        text-align: center;
    }

    .footer-icons li {
        display: inline;
        padding: 20px;
        font-size: 25px;
    }

    .kaart {
        text-align: center;
    }
}

@media only screen and (max-width : 600px) {
    #index-banner .section {
        top: 0;
    }


    .kaart_klein {
        margin-top: 30px;
        display: block;
        text-align: center;
    }

    .kaart {
        display: none;
    }

    .kaart_medium {
        display: none;
    }

    .tweet {
        display: none;
    }

    .kaart {
        width: 25%;
        height: auto;

    }
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
}
