body {
    margin: 0;
    padding: 0;
    font-family: Staatliches;
    background-color: #a7a3d4;
}

a {
    font-family: Roboto;
    color: #3c58b5;
    font-weight: bold;
}

body,
html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: Staatliches;
    src: url(assets/Staatliches-Regular.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(assets/Roboto-Regular.ttf);
}

#home {
    height: 100%;
    min-height: max-content;
    background-image: url(assets/header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: top;
}

nav {
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
    background-color: #a3eeb0;
    width: 600px;
    height: 50px;
    align-items: center;
}

.button1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.button1 a{
    color: black;
    text-decoration: none;
    font-family: Staatliches;
    font-size: 25px;
    font-weight: lighter;
}

.button {
    display: flex;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.button a{
    color: #3c58b5;
    text-decoration: none;
    font-family: Staatliches;
    font-size: 25px;
    font-weight: lighter;
}

.button a:hover{
    color: black;
}

#hometext {
    margin-left: 5rem;
    margin-top: 8rem;
}

h2 {
    background-color: #3c58b5;
    color: #a3eeb0;
    width: fit-content;
    padding: 0.4rem;
}

#inc{
    font-family: Roboto;
}

h1 {
    background-color: #a3eeb0;
    color: #3c58b5;
    width: fit-content;
    padding: 0.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 40px;
}

#slogan{
    margin-top: -5px;
}

#pagina2 {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 1rem;
}

.container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

#info {
    background-image: url(assets/homeIntro.png);
    background-repeat: no-repeat;
    width: 700px;
    background-size: 100%;
    margin-right: 1rem;
}

#infotext {
    background-color: #a3eeb0;
    margin-left: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding: 2rem;
    width: 500px;
    line-height: 23px;
}

#leesmeer{
    margin-left: 2rem;
    font-weight: lighter;
    font-size: 30px;
}

.agenda{
    background-color: #3c58b5;
    width: 400px;
}

#titelagenda{
    font-weight: lighter;
    font-size: 30px;
    margin-top: 0.6rem;
    margin-left: 0.6rem;
}

#container2{
    margin-top: -20px;
}

.box{
    display: flex;
    justify-content: space-between;
    background-color: #4f68bc;
    height: 80px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.text2{
    color: #85bfb5;
    font-weight: 500;
    margin-top: 4px;
}

.textbox{
    margin-top: 0.9rem;
    margin-left: 0.6rem;
    font-family: Roboto;
    color: #a3eeb0;
    font-weight: bold;
}

#map{
    width: calc(100% - 20px);
    height: fit-content;
    border: 10px solid #a3eeb0;
    margin-bottom: 1rem;
}


#pagina3{
    margin-left: 5rem;
    margin-right: 5rem;
    margin-top: 4rem;
}

#infotext2{
    background-color: #a3eeb0;
    margin-right: 1rem;
    padding: 2rem;
    width: 700px;
    line-height: 23px;
}

#images{
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}

.item{
    width: calc((100% / 3) - 0.75rem);
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

#birth{
    background-image: url(assets/birth.jpg);
}

#golf{
    background-image: url(assets/golf.jpeg);
}

#invention{
    background-image: url(assets/invention.jpg);
}

.imgtext{
    font-family: Roboto;
    margin-left: 1.25rem;
}

.driehoek{
    align-self: center;
    margin-right: 0.5rem;
}