body {

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

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

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

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

body,
html {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

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;
}

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

.homebutton {
    padding-left: 1rem;
}

.homebutton 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;
}





h3 {
    color: #3c58b5;
    background-color: #a3eeb0;
    font-family: sans-serif;
    padding: 20px;
    border-radius: 8px;

}

#TOURINATOR {
    margin-left: 36rem;
}



.container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left-space {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    justify-content: center;
}


#intro {
    width: 60%;

}

#agenda {
    width: calc(32%);
    font-family: sans-serif;
    padding: 20px;
    border-radius: 8px;
    margin-left: 1%;


    font-family: sans-serif;

}

.agendaa {
    display: flex;
    flex-direction: column;

    color: #A3EEB2;
    background-color: #3C58B5;

    width: 32%;
    border-radius: 8px;
    padding: 20px;

}

.tile {


    width: 33%;
    margin-right: 0.3%;
    height: 320px;
}

.tilelast {

    width: 33%;
    height: 320px;
}

.end {
    background-color: #4E67BB;
    align-items: end;
}