* {
    margin: 0;
}

html {
    margin: 0;
    padding: 0;
}

header {
    width: 100%;
    text-align: center;
    /* height: 900px; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
 }




#balk {
    background-color: black;
    height: 100px;
    font-size: 48pt;
}

#wrapper {
    width: 100%;
    margin: auto;
    /* height: auto; */
}

header h1 {
    font-size: 48pt;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    color: white;
}

header img {
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
}

.knoppen {
    margin-top: 1%;
}

body {
    margin: 0;
    padding: 0;
    background-color: black;
}
header a {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 38pt;
    color:white;
    text-decoration: none;
    display:inline-block;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0% 3% 0% 3%;
    
    
}

header a:hover {
    background-color: orangered;
    border-radius: 10px;
}

main {
    width: 100%;
    text-align: center;
    height: 1071px;
    margin-top: 99px;
   
}

.home {
    background-image: url('Website\ schakelbrommer\ foto.png');
    background-size: cover;
    background-position: center;
}



footer{
    background-color: black;
    height: 200px;
    text-align: center;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
 


footer p{
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: larger;
    text-align: center;
    margin:20px
}

#tekstblok1 {
    display: inline-block;
    background-color: black;
    margin: 15% 0 0 10%;
    float: left;
    width: 20%;
    height: fit-content;
    font-size: 16pt;
    border-radius: 25px;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; 
    padding: 10px;
}

#tekstblok2 {
    display: inline-block;
    background-color: black;
    margin: 15% 8% 0 0;
    float: right;
    width: 20%;
    height: fit-content;
    font-size: 16pt;
    border-radius: 25px;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 10px;
    }

    .logo_links {
        margin-right: 550px;
    }
    *{
        margin: 0;
    }

    table {
        border: none;
        width: 100%;
        border-collapse: collapse;
        box-sizing: border-box;
    }

    td {
        width: 50%;
        box-sizing: border-box;
        background-color: lightgray;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-size: 22pt;
        color: antiquewhite;
    }

    .bg1 {
        background-image: url('ep_naturalblack.webp');
    }

    .bg2 {
        background-image: url('bert\ men\ daggou.jpg');
    }

    td img {
        width: 100%;
        margin-bottom: -5px;
        box-sizing: border-box;
    }

    .tekst {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 150px;
    }

    footer a{
        color: white;
    }
    
    