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

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


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

.text1{
    color: white;
    font-family: "urbanist";
    text-align: left;
    font-size: 30px;
    font-weight: 600;
}

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

}

.textHolder{
    width: 50%;
    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: 1300px) {

    .textHolder{
        width: 90%;
    }

}