body{
    margin: 0px;
    padding: 0px;
    background-color: #9E897A;
}

.landingSection{
    background-image: url(/images/Marlies7.jpg);
    background-size: cover;
    height: 60vh;
}

.header1{
    font-family: "Urbanist";
    color: white;
    font-size: 50px;
    margin-top: 25px;
    padding: 0px;
    font-weight: 300;
    text-align: center;
}

.wieBenIkFoto{
    width: 500px;
    float: right;
    padding: 20px;
    border-radius: 25px;
}

.textSection{
    display: flex;
    justify-content: center;

}

.textHolder{
    width: 70%;
    text-align: center;
}

.contactButton{
    height: 90px;
    width: 420px;
    max-width: 80%;
    border-radius: 50px;
    border: solid white 5px;
    font-family: "urbanist";
    font-size: 32px;
    letter-spacing: 8px;
    color: white;
    background-color: #9E897A;
    transition: 0.5s ease;
}

.contactButton:hover{
background-color: white;
color: #9E897A;
}

@media only screen and (max-width: 1600px) {

.landingSection{

    background-size: cover;
    height: 60vh;
       background-position-y: 0px;

    }

}


@media only screen and (max-width: 1300px) {

    .textHolder{
        width: 90%;
    }

}

@media only screen and (max-width: 1000px){
.wieBenIkFoto{
float: none;
max-width: 70%;
}
}

@media only screen and (max-width: 700px) {

.landingSection{

    background-size: cover;
    height: 60vh;
    background-position-y: 0px;
    background-position-x: 60%;

    }

}