html,
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
    height: 2800px;
    color: rgb(18, 14, 14);

}



header {
    height: 8vh;
    background-color: #e3e0e0;
    color: rgb(18, 14, 14);
    padding: 10px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header a {
    text-decoration: none;
    color: rgb(18, 14, 14);
    ;
    font-weight: bold;

}

header a:hover {
    text-decoration: underline;

}



.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: -5%;
    margin-top: 3%;
    padding: 1%;
    color: rgb(18, 14, 14);

}

.logo img {
    height: 100px;
    width: 100px;

    z-index: 1000;
}

.navigation {
    display: flex;
    gap: 30px;
    font-size: 14px;
}

.navigation a {
    text-decoration: none;

    color: inherit;

    cursor: pointer;
 
    font-weight: bold;

    font-size: larger;
    transition: transform 0.2s ease;
}

.navigation a:hover {
    transform: scale(1.02);

}

.socialMedia {
    display: flex;
    align-items: center;

}

.socialMedia img {
    height: 40px;
    width: 130px;
}

.banner img {
    background-size: cover;
    width: 100%;
    height: 57vh;
    position: relative;


}

.textIntro {
    margin: auto;

    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #e3e0e0;
    margin-top: 20px;
    color: rgb(18, 14, 14);


}

.textIntro p {
    margin-top: -10px;
    width: 700px;
    color: rgb(18, 14, 14);
    font-size: larger;
    margin-bottom: 30px;

}

.donatieDiv {
    display: flex;
    background-color: #e3e0e0;
    margin-top: 30px;
    align-items: center;
    justify-content: space-around;
    gap: 100px;
    color: rgb(18, 14, 14);
}

.donatieText {
    display: flex;
    margin-left: 25px;
    width: 45%;
    margin-right: 20px;

    margin-top: 20px;
    flex-wrap: wrap;
    font-size: large;
    margin-bottom: 30px;

}

.donatieDeel {
    display: flex;
    background-color: #62B4E6;
    height: stretch;
    margin-right: 0px;

    margin-top: 0px;

}

.ikDoneer {
    display: flex;
    margin-left: 10px;

}



.knoppen1,
.knoppen2 {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    color: rgb(18, 14, 14);
}

.donatieDeel {
    display: flex;
    background-color: #62B4E6;
    flex-direction: column;
    width: 40%;
    padding-left: 20px;

    padding-top: 20px;

    padding-bottom: 20px;

    color: white;


}

.ikGeef,
.ikDoneer,
.help,
.actie {
    margin-left: 10px;

    text-align: left;

    align-self: flex-start;

}

.actie {
    font-size: large;
}

.knop1,
.knop2,
.knop3 {
    display: flex;
    justify-content: center;

    align-items: center;

    background-color: #e3e0e0;
    width: 25%;
    transition: background-color 0.3s ease, transform 0.3s ease;

}

.knop4,
.knop5,
.knop6 {
    display: flex;
    justify-content: center;

    align-items: center;

    background-color: #e3e0e0;
    width: 25%;
    color: rgb(18, 14, 14);
    transition: background-color 0.3s ease, transform 0.3s ease;


}





.knop1:hover,
.knop2:hover,
.knop3:hover,
.knop4:hover,
.knop5:hover,
.knop6:hover {
    background-color: rgb(255, 167, 104);
    transform: scale(1.03);
    cursor: pointer;

    user-select: none;


}


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

    align-items: center;

    justify-content: center;
    background-color: #e3e0e0;
    padding: 20px;
    margin-top: 35px;
}


.nieuws h1 {
    margin-bottom: 10px;

}

.nieuws p {
    margin-top: 0;
}


.nieuws4 {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    width: 80%;
    margin: 20px auto;
    margin-top: 35px;
    margin-bottom: 35px;
}

.cat1,
.cat2,
.cats2,
.dog1 {
    background-color: #e3e0e0;
    width: 22%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.cat1 img,
.cat2 img,
.dog1 img,
.cats2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.cat1 h2,
.cat2 h2,
.dog1 h2,
.cats2 h2 {
    font-size: 1em;
    margin: 0;

    padding: 0;

    text-align: left;
    margin-top: 10px;
    margin-left: 20px;


}

.cat1 p,
.cat2 p,
.dog1 p,
.cats2 p {
    color: #2196f3;
    margin: 10px 0 10px 10px;

    text-align: left;
}

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

    align-items: center;

    justify-content: center;
    background-color: #e3e0e0;
    padding: 20px;
}

.campagnes h1 {
    margin-bottom: 0px;
}


.campagnes {
    display: flex;
    align-items: center;
}



.campagnes2 {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    width: 98%;
    margin: 20px auto;
    margin-top: 35px;
    margin-bottom: 35px;
    gap: 20px;
}

.vee img,
.puppy img {
    width: 100%;
    height: auto;
    object-fit: cover;


}

.vee,
.puppy {
    background-color: #e3e0e0;
    width: 30%;

}

.vee,
.puppy {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    text-align: center;
    margin-bottom: 20px;
}


.vee p,
.puppy p {
    margin: 10px;
    margin-bottom: 20px;

}


.reviews {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e3e0e0;
    padding: 20px;
    text-align: center;
    padding-bottom: 40px;
    flex-direction: column;
}


.sven,
.juan,
.piet {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    width: 430px;
    font-size: small;


}

.svenrec,
.juanrec,
.pietrec {
    display: flex;
    background-color: #62B4E6;
    color: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 35px;


}

.piet {
    gap: 20px;
}

.reviewSection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;


}

.nieuwThuis {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.nieuwThuis img {
    width: 100%;
    height: auto;
    display: block;
}

.nieuwThuisText {
    position: absolute;
    color: white;
    font-size: 2rem;
    text-align: center;
    font-size: large
}

.footer {
    display: flex;
    justify-content: space-between;
    background-color: rgb(196, 183, 167);
    height: 300px;
    padding: 20px;
}



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

    align-items: center;
    justify-content: center;
    width: 400px;
    gap: -200px;
    margin-top: -100px;
}

.mediaRight img {
    width: 70%;
    height: auto;
    border-radius: 8px;
}


.contact2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    padding: 20px;
    margin-top: 50px;
    height: auto;
}

.contact2 p {
    font-size: 18px;
    line-height: 1.4;
    width: 140%;
    text-align: left;
    margin-left: 150px;
    margin-bottom: 20px;

}