


/*    OVERALL STYLE

header{
    z-index: 1;
    margin-left: 1em;
}


body {
    display: flex;
    flex-direction: column;
    background-color: #ECE4D5;
    overflow: hidden;
    font-family: Akzidenz;
    height: 100%;
}

main {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 1366px;
    justify-content: center;
    align-content: center;
    text-decoration: none;
    align-self: center;

}

#button {
    display: flex;
    justify-content: center;
}

h1 {
    font-family: AkzidenzBold;
    font-size: 1.5em;
    color: #371a21;
    z-index: 7;
}



/*    IMAGES
section:first-of-type {
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}

img {
    width: 30%;
}


.img{
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 70px;
}

#dustcloud1 {
    display: none;
    width: 400px;
}

#dustcloud3 {
    display: none;
    width: 400px;
}

.stack {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    height: 100%;
    width: 100%;
}


.tekst {
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    top: 456px;
    background-color: #e4c296;
    width: 60%;
    height: 250px;
}


p {
    text-align: center;
    margin-left: 5em;
    margin-right: 5em;
    margin-top: 2em;
    color: #371a21;
    font-family: Akzidenz;
    font-size: 18px;
}
/* ANIMATION */




header{
    z-index: 1;
    margin-left: 1em;
}


body {
    display: flex;
    flex-direction: column;
    background-color:#ece4d5;
    background-repeat: no-repeat;
    overflow: hidden;
    font-family: Akzidenz;
    height: 840px;
    width: 100%;
}

main {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-content: center;
    text-decoration: none;
    align-self: center;
    margin: 0em;

}


h1 {
    font-family: AkzidenzBold;
    font-size: 1.5em;
    color: #371a21;
    z-index: 7;
}



/*            IMAGES         */


.klik{
    display: flex;
    justify-content: space-around;
    width: 100%;
    height: 100%;
}

img {
    width: 400px;
}

.img{
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    position: absolute;
    top: 70px;
}

.cadeau{
    margin: 3em;
    width: 300px;
}

#dustcloud1 {
    display: none;
    width: 400px;
}

#dustcloud2 {
    display: none;
    width: 400px;
}

#muziek {
    width: 400px;
}


.stack {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    height: 100%;
    width: 100%;
}


.tekst {
    display: flex;
    flex-direction: column;
    position: absolute;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    top: 456px;
    background-color: #e4c296;
    width: 60%;
    height: 250px;
}


p {
    text-align: center;
    margin-left: 5em;
    margin-right: 5em;
    margin-top: 2em;
    color: #371a21;
    font-family: Akzidenz;
    font-size: 18px;
}
