/* deze stylesheet is voor de opmaak van elementen die op iedre pagina hetzelfde zijn */

:root {
    --selectioncollorblue: #0B3C88;
    --selectioncollorOrange: #F7931E;
}


@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/quicksand/v37/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: 'Quicksand';
    background-image: url(https://images.pexels.com/photos/2451035/pexels-photo-2451035.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -43rem
}

header {
    background-color: var(--selectioncollorOrange);
    margin-bottom: -1rem;
    padding-bottom: -1.8rem;
    margin-top: -2rem;
    padding-top: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
}

header ul {
    display: block;
    list-style: none;
}

header a {
    margin-left: -2rem;
    display: flex;
    margin-top: 8px;
    padding: 5px;
    justify-content: center;
    text-decoration: none;
    background-color: var(--selectioncollorOrange);
    font-size: 1rem;
    font-weight: bold;
    color: var(--selectioncollorblue);
    padding-bottom: 10px;
}

.logo {
    width: 5rem;
    height: 5rem;

}

.emblem {
    border: none;
    padding: 0px;
    border-radius: 0px;
    font-weight: 0px;
    font-size: 0px;

}

footer {

    background-color: brown;
    margin-right: -1rem;
    margin-left: -1rem;
    margin-bottom: -20rem;
    padding-bottom: 2rem;
    padding-top: 2rem;

    section {
        display: flex;
        justify-content: center;
        margin-left: 3rem;
        margin-right: 3rem;
    }

    .slogan {
        display: grid;
        grid-template-columns: 300px;

        .logo-footer {
            height: 9rem;
            padding-left: 5rem;
            margin-bottom: -30px;
        }

        padding-top: 20px;
        font-weight: bold;
        color:aliceblue;
    }

    .location-contact {
        font-weight: bold;
        color: aliceblue;
        margin-left: 10px;

        h3 {
            margin-left: 90px;
        }

        ul {
            list-style: none;
        }

        a {
            text-decoration: none;
            color: aliceblue;
        }
    }

    .socials {

        font-weight: bold;
        color: aliceblue;

        a {
            text-decoration: none;
            color: aliceblue;
        }

        h3 {
            margin-top: 3.5rem;
        }

        ul {
            padding-top: 10px;
        }

        li {
            list-style: none;
            padding: 0.8rem;
        }


    }

}

@media only screen and (min-width: 800px) {
    body {
        display: block;
        font-family: 'Quicksand';
        background-image: url(https://images.pexels.com/photos/2451035/pexels-photo-2451035.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: 0rem;

    }

    header {
        position: sticky;
        top: 0;
        z-index: 1000;

        background-color: var(--selectioncollorOrange);

        margin: -0.5rem;
        margin-top: -2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;

    }


    header ul {
        display: flex;
        justify-content: center;
        list-style: none;
    }

    .logo {
        margin-top: 5px;
        width: 6rem;
        height: 6rem;
        image-rendering: crisp-edges;
        border: solid var(--selectioncollorOrange);
        border-radius: 100px;
    }


    header li {
        padding-top: 1.5rem;
        padding-left: 2%;
        padding-right: 2%;
        margin-bottom: -2px;
    }

    header a {
        margin-left: 1.2rem;
        margin-right: 0.8rem;
        padding: 1.2rem;
        text-decoration: none;
        background-color: var(--selectioncollorOrange);
        border: 5px solid var(--selectioncollorblue);
        border-radius: 10px;
        font-size: 1.2rem;
        font-weight: bold;
        color: var(--selectioncollorblue);

    }

    header ul li a:hover {
        transition: 0.5s;
        background-color: var(--selectioncollorblue);
        border: #F7931E;
        color: var(--selectioncollorOrange);
        border: solid 5px var(--selectioncollorOrange);
        border-radius: 10px;
    }

    footer {
        display: grid;
        grid-template-columns: auto auto auto;
        justify-content: center;
        background-color: brown;
        margin-right: -8px;
        margin-left: -8px;
        margin-bottom: -20rem;
        padding-bottom: 2rem;

        section {
            margin-left: 3rem;
            margin-right: 3rem;
        }

        .slogan {
            display: grid;
            grid-template-columns: 300px;

            .logo-footer {
                height: 9rem;
                padding-left: 4.2rem;
                margin-bottom: -30px;
            }

            padding-top: 20px;
            font-weight: bold;
            color:aliceblue;
        }

        .location-contact {
            margin-top: 20px;
            font-weight: bold;
            color: aliceblue;

            h3 {
                margin-left: 90px;
            }

            ul {
                list-style: none;
            }

            a {
                text-decoration: none;
                color: aliceblue;
            }
        }

        .socials {
            margin-top: 25px;
            font-weight: bold;
            color: aliceblue;

            a {
                text-decoration: none;
                color: aliceblue;
            }

            h3 {
                margin-left: 90px;
            }

            ul {
                padding-top: 10px;
            }

            li {
                list-style: none;
                padding: 0.8rem;
                margin-left: 75px;
            }


        }

    }


}