@font-face {
    font-family: 'Roboto';
    src: url(fonts/Roboto_Condensed-Medium.ttf);
    font-family: 'filson';
    src: url(fonts/filson-soft.otf);
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    width: 100%;
    height: auto;
    font-family: 'Roboto', sans-serif;
    /* background-image: url(img/locatie-crop.jpg); */
    background-size: 100% auto;
    background-repeat: no-repeat;
    text-shadow: 2px 2px 4px #000000;

}

h1 {
    font-family: 'filson', sans-serif;
    font-size: 50px;
    color: rgb(255, 255, 255);
    text-align: left;
    margin-top: 10vh;
    margin-left: 5vw;
    width: 350px;
}

h2 {
    font-family: 'filson', sans-serif;
    font-size: 44px;
    color: rgb(255, 255, 255);
    margin-top: 5vh;
    margin-bottom: 5vh;
}


/* nav bar */


.Header-row {
    background-color: rgb(132, 188, 0);
    padding: 0;
    margin-top: 0;
    display: flex;
    justify-content: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar {
    display: flex;

    justify-content: space-between;
    width: 100%;
}



.Header-row a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 15px;
    font-size: 20px;
}


.Header-row a:hover {
    color: rgb(0, 0, 0);
    transition: 0.3s;
}

.donatie {
    background-color: rgb(65, 65, 65);
    border-radius: 30px;
    display: flex;
    margin-left: 5vw;
    text-align: center;

}

a.donatie:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}

.nav2 {
    display: flex;
    gap: 10px;
    margin-right: 4vw;

}

.Header-row a.donatie {
    padding-right: 15px;
    padding-left: 15px;
}

.logo {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/locatie-crop.jpg);
    width: auto;
    height: 90vh;
}

.logo img {
    margin-top: 10vh;
    margin-left: 5vw;
    border-radius: 20px;
    display: inline;
    height: auto;
    width: 200px;
}


.hero {
    width: 100%;

    height: 100%;
    background-color: rgb(68, 135, 61);
    margin-top: 0vh;
    display: flex;



}

.hero h2 {
    width: 600px;
    margin-top: 8%;
}

.hero-story {

    color: white;
    margin-left: 5vw;
    display: inline-block;
    padding-bottom: 3vh;

}

.hero-story p {
    width: 700px;
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    text-align: left;

}



.hero-img img {
    border-radius: 20px;
    width: 65%;
    height: auto;
    margin-top: 11%;
    margin-left: 30%;
}

.review {
    background-color: rgb(46, 125, 50);
    width: auto;
    height: 340px;
    margin-top: 0vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review h3 {
    color: white;
    font-size: 34PX;
    font-family: 'Roboto';
}

.review p {
    font-size: 18px;
    color: white;
    font-family: 'Roboto';
    width: 169px;
    margin-left: 3vw;
}

.review img {
    height: auto;
    width: 231px;

}

.mover {
    display: flex;
    justify-content: center;
    gap: 15vh;
    align-items: center;
}

.box-1 {
    width: 267px;
    height: 260px;
    background-color: rgb(46, 93, 41);
    border-radius: 25px;
    text-align: center;

}

.box-2 {
    width: 267px;
    height: 260px;
    background-color: rgb(46, 93, 41);
    border-radius: 25px;
    text-align: center;
}

.box-3 {
    width: 267px;
    height: 260px;
    background-color: rgb(46, 93, 41);
    border-radius: 25px;
    text-align: center;

}

.box {
    height: 50vh;
    background: linear-gradient(-45deg, rgb(46, 125, 50) 150px, rgb(68, 135, 61) 0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.held-telt {
    margin-left: 5vw;
    margin-right: 16vw;
    width: auto;
    height: 84%;
    border-radius: 31px;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;


}

.held-links {
    width: 45%;
    height: 100%;
    border-radius: 30px;
    margin-top: 0;
    background-color: rgb(66, 89, 165);
    display: flex;

}

.lees {

    width: 40%;
    height: 0%;
    border-radius: 10px;
    display: flex;

    margin-left: 15%;
}

.lees h4 {
    color: white;
    font-family: 'filson';
    font-size: 48px;
    margin-top: -1%;

    padding-top: 2vh;
    display: inline-block;
}

.bg-leesmeer a {
    color: white;
    font-family: 'Roboto';
    font-size: 18px;
    position: absolute;
    text-decoration: none;



}

.bg-leesmeer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #84BC00;
    width: 7%;
    height: 6%;
    border-radius: 15px;
    position: absolute;
    margin: 15% 2%;
}

.bg-leesmeer a:hover {
    color: black;
}

.groen {
    color: rgb(132, 188, 0)
}


.held-rechts img {
    width: 18%;
    height: auto;
    margin: 5% 0.7% 2% ;
    border-radius: 15px;

}

.held-rechts p {
    color: rgb(66, 89, 165);
    font-family: 'Roboto';
    font-size: 200%;
    text-align: center;
    margin-top: -3vh;
    text-shadow: none;
}

.donatie-page {
    height: 663px;
    width: auto;
    background-image: linear-gradient(to bottom, transparent 0%, transparent 70%, black 100%),
        url(img/Locatie2-crop-dark.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background: cover;
    display: flex;


}



.dono-kopje {
    display: flex;
    margin-left: 5vw;
    background-color: rgb(132, 188, 0);
    width: 423px;
    height: 76px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
}

.geld {
    margin-left: 5vw;
    margin-top: -5vh;
    color: rgb(0, 0, 0);
    display: flex;
    background-color: white;
    width: 415px;
    height: 62px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    text-align: center;
    font-size: 22px;

}

.bericht {
    margin-left: 5vw;
    margin-top: 0vh;
    color: rgb(0, 0, 0);
    display: flex;
    background-color: white;
    font-size: 18px;
    width: 418px;
    height: 230px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    text-align: center;
    vertical-align: top;
    resize: none;
    padding-top: 20px;

}

.doneer-knop {
    background-color: rgb(251, 192, 0);
    display: flex;
    margin-left: 5vw;
    margin-top: 2vh;
    width: 423px;
    height: 70px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}


.donatie-links button:hover {
    background-color: rgb(132, 188, 0);
}


.donatie-rechts p {
    color: white;
    font-size: 18px;
    font-family: 'Roboto';
    width: 488px;

}

.donatie-rechts p,
.donatie-rechts h2 {
    display: flex;
    margin-left: 60%;

}

.donatie-rechts p {
    margin-bottom: 0%;
}

.donatie-rechts h2 {
    margin-bottom: 5%;
    width: 500px;
}

.faq {
    background-color: black;
    width: auto;
    height: 578px;
}

.faq-foto {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -14vh;
    margin-left: 6vw;
    mask-image:
        linear-gradient(to right, transparent 0%, black 50%),
        linear-gradient(to bottom, transparent 0%, black 20%),
        linear-gradient(to top, transparent 0%, black 20%);
    mask-composite: intersect;

}

.faq-header h3 {

    font-family: 'filson';
    font-size: 44px;
    color: white;
    margin-top: 0px;
    margin-left: 5vw;


}

.faq-vraag,
.faq-main {
    font-family: 'Roboto';
    font-size: 22px;
    color: white;

}

.faq-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 2vw;
    margin-left: 5vw;

}

.faq-main,
.vraag p {

    width: 443px;
    background-color: rgb(132, 188, 0);
    border-radius: 20px;
    padding: 10px;
    color: white;


}

.vraag {
    margin-top: -3vh;
    padding-bottom: 3vh;
    margin-bottom: 5vh
}

.vraag p {
    padding: 25px;
    font-size: 22px;
}

.vraag p:hover {
    color: black;
    cursor: pointer;
}

.faq-main p {
    margin: 0px;
    padding: 10px;
    margin-top: 0vh;
    font-size: 26px;
}

.wonen-tekst {
    color: white;
    margin-top: 0vh;
}

.wonen-tekst h2 {
    padding-top: 9vh;
    margin-top: 0vh;
    margin-left: 5vw;
}

.wonen-tekst p {
    width: 494px;
    margin-left: 5vw;
}

.wonen-foto img {
    border-radius: 25px;
    margin-left: 55vw;
    margin-top: -41vh;
    height: auto;
    width: 25%;
    margin-bottom: 6%;



}

.contact-foto img {
    border-radius: 25px;
    width: 465px;
    height: auto;
    margin-left: 5vw;
    margin-top: -60vh;
}

.contact-foto {
    margin-top: -1%;
}

.vraag-box {
    font-family: 'Roboto';
    color: rgb(0, 0, 0);
    background-color: white;
    font-size: 18px;
    width: 618px;
    height: 150px;
    border-radius: 25px;
    text-shadow: none;
    text-align: center;
    vertical-align: top;
    resize: none;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1vh;
}

.name,
.email,
.tel,
.verzenden {
    font-family: 'Roboto';
    color: rgb(0, 0, 0);
    background-color: white;
    font-size: 18px;
    width: 618px;
    height: 53px;
    border-radius: 25px;
    text-shadow: none;
    text-align: center;
    vertical-align: center;
    margin-top: 1vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.name,
.email,
.tel,
.vraag-box,
.verzenden {
    margin-left: 51vw;

}

.name {
    margin-top: 3vh;
}

.verzenden {
    background-color: rgb(251, 192, 0);

}

.verzenden:hover {
    background-color: black;
    color: white;

}





.web-end {
    height: 1048px;
    background:
        linear-gradient(to top, transparent 0%, transparent 91%, black 100%),
        linear-gradient(-45deg, rgb(132, 188, 0) 140px, rgb(86, 129, 0) 0)
}

.footerr {
    height: 170px;
    background-color: #84BC00;
    margin-bottom: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerr p {
    background-color: #84BC00;
    color: white;
    font-family: 'Roboto';
    font-size: 20px;


}

.footerr p:first-child {
    font-size: 34px;
}

.footerr img {
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-top: 4vh;
    margin-left: 1vw;
}

.socials {
    display: flex;
    flex-direction: row;

}