/* General Styling */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    background-color: #f5c143;
    padding: 14px 1;
    height: 75px;
}
header nav ul li{
    display: inline-block;
}
header nav ul li a{
    display: inline-block;
    height: 90px;
    line-height: 65px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 17px;
}

.nav-container {
    display: flex;
    justify-content: flex-end; /* Aligns navigation to the right */
    align-items: center;
    height: 60px; /* Adjusted the height for visibility */
    background-color: #f5c143; /* Background color similar to the image */
    padding: 0 20px; /* Adds padding to the sides */
    
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

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

}

.donate-btn {
    background-color: #e77a00;
    padding:3px 20px;
    color: white;
    border-radius: 5px;
}

.hero {
    text-align: center;
    padding: 40px 20px;
    background-color: #f5f5f5;
    
    }


.hero-image img {
    max-width: 100%;
}

.about {
    padding: 40px 20px;
    text-align: center;
}

.about-content {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.logo{
    display: flex;
    justify-content: space-between;
}
.about-text {
    width: 45%;
}

.testimonial {
    margin-top: 20px;
}

.testimonial img {
    width: 300px;
    height: 300px;
    
}

.donation {
    background-color: #f5c143;
    text-align: center;
    padding: 40px 20px;
}

.donation-buttons button {
    background-color: #e77a00;
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.confirm-donation {
    background-color: #e77a00;
    color: white;
    padding: 10px 30px;
    margin-top: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.DONEREN {
    margin-top: 20px;
}

.ronald img {
    width: 300px;
    height: 300px;
    
}

.DONEREN {
    padding: 40px 20px;
    text-align: center;
}

.about-content {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.about-text {
    width: 45%;
}
.quote {
    margin-top: 20px;
    font-style: italic;
}

.contact {
    background-color: #f5f5f5;
    padding: 40px 20px;
    text-align: center;
}

.contact form {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}

.contact label {
    display: block;
    margin-bottom: 10px;
}

.contact input, .contact textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

.contact button {
    background-color: #e77a00;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #333;
    color: white;
}
