html {
    overflow-x: hidden;
}
body {
    width: 1fr;
    margin: 0px;
    padding: 0px;
    height: 100%;
}


.topnav {
    display: flex;
    top: 0%;
    height: 200px; /* Set the height of the top bar */
    width: 100%; /* Full width */
    background-color: #000000;
    overflow: hidden;
    justify-content: space-around;
    z-index: 1000;
    position: fixed;
}
/* Style the links inside the navigation bar */
.topnav a {
    float: top;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    font-size: 3vw;
    font-family: Arial, Helvetica, sans-serif;
}
/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}
/* Add a color to the active/current link */
.topnav a.active {
    background-color: #04AA6D;
    color: white;
}
.topnav img {
    width: 153px;
}
.box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
}
    


.header {
    padding-top: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    background-color: lightgray;
 }
.header h1 {
    font-size: 40px;
    padding: 15px;
    justify-content: left;
}
.imgheader {
    gap: 20px;
    display: flex;
    flex-direction: row;
    padding: 20px;
    }
.imgheader img {
    width: 400%; /* Makes images responsive */
    height: auto; /* Maintains aspect ratio */
    max-width: 650px; /* Change this value as needed */
    }

.hero {
    display: flex;
    border-right: 20px solid orange;
    border-left: 20px solid orange;
    border-bottom: 20px solid orange; 
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.hero h1 {
    font-size: 40px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.hero p {
    font-size: 30px;
    width: 1300px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.heroimage {
    padding: 20px;
}
.heroimage img {
    width: 100%; /* Makes images responsive */
    height: auto; /* Maintains aspect ratio */
    max-width:450px; /* Change this value as needed */
}
.herotext {
    display: flex;
    flex-direction: column;
}
    

.service  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 20px solid orange;
    border-left: 20px solid orange;
    border-bottom: 20px solid orange;
}

.service h1 {
    font-size: 70px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.service p {
    font-size: 30px;
    margin-left: 50px;
    margin-right: 50px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}


.cirkel-container {
    display: flex;
    justify-content: space-between;
    margin-left: 200px;
    margin-right: 200px;
}

.cirkel-container img {
    width: 100px;
}

.cirkel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.circle1 {
    width: 100px;
    height: 100px;
    background-color: lightgray;
    border-radius: 50%;
}
.circle2 {
    width: 100px;
    height: 100px;
    background-color: lightgray;
    border-radius: 50%;
}
.circle3 {
    width: 100px;
    height: 100px;
    background-color: lightgray;
    border-radius: 50%;
}
.circle4 {
    width: 100px;
    height: 100px;
    background-color: lightgray;
    border-radius: 50%;
}

.circle1 img {
    width: 70px;
    padding-left: 17px;
    padding-top: 12px;
}
.circle2 img {
    width: 95px;
    padding-left: 3px;
    padding-top: 18px;
}
.circle3 img {
    width: 100px;
}
.circle4 img {
    width: 70px;
    padding-left: 15px;
    padding-top: 18px;
}

.cirkel p {
    font-size: 35px;
    color: black;
}

.uniek p {
    display: flex;
    text-align: center;
    justify-content: center;
    font-size: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 0%;
    padding: 30px;
    border-right: 20px solid orange;
    border-left: 20px solid orange;
    border-bottom: 20px solid orange;

}

.inhoud {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    border-right: 20px solid orange;
    border-left: 20px solid orange;
    border-bottom: 20px solid orange;
}


.call_to_action {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border-left: 20px solid orange;
    padding: 20px;
}

.call_to_action h1 {
    font-size: 60px;
}
.call_to_action h2 {
    font-size: 40px;
}
.call_to_action h3 {
    font-size: 30px;
}

.sponsors {
    justify-content: left;
    text-align: center;
    font-size: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    width: 600px;
    padding-left: 70px;
}


.call_text {
    display: flex;
    align-items: center;
    flex-direction: column;
    right: 1%;
    top: 195%;
    width: 500px;
}
.call_action {
    right: 29%;
    top: 200%;
    max-width: 550px;
    display: flex;
    flex-direction: row;
}

.call_text p {
    font-size: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.review {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 20px solid orange;
    border-left: 20px solid orange;
}

.review p {
    font-size:25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.reviews {
    display: flex;
    flex-direction: row;
    padding: 20px;
    gap: 25px;
}

.reviewtitle h1 {
    font-size: 70px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.reviews h1 {
    font-size: 40px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.review1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 530px;
    font-size: 125%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: lightgray;
    padding: 0px 20px;
    border: 2px solid black;
    border-radius: 12px;
}
.review2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 530px;
    font-size: 125%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: lightgray;
    padding: 0px 20px;
    border: 2px solid black;
    border-radius: 12px;
}
.review3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 530px;
    font-size: 125%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: lightgray;
    padding: 0px 20px;
    border: 2px solid black;
    border-radius: 12px;
}
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 100%;
    background-color: black;
    overflow: hidden;
    align-items: center;
}
.footer-p{
    display: flex;
    align-items: left;
    flex-direction: column;
    font-size: 110%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
}
.donate {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 110%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: black;
    background-color: lightgray;
    padding: 10px 30px;
    border: 2px solid black;
    border-radius: 12px;
}
.donate-wrapper {
    display: flex;
    justify-content: flex-end; /* Aligns content to the right */
    align-items: flex-end;     /* Aligns content to the bottom */
    margin-top: auto;          /* Pushes the wrapper to the bottom */
    padding: 20px 150px;        
}
.socials {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 330px;
}