body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Arial', sans-serif;


    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #2c3e50;
}

header .logo img {
    height: 40px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav li {
    margin-left: 20px;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

#hero {

    margin-top: var(--navbar-height);

    background: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url('https://i.ibb.co/dmRfcFc/Harriet-4130-D002-00002-RC-2614291858.jpg') center/cover no-repeat;
    text-align: center;
    color: white;
    padding: 100px 20px;
    background-color: #333; /* Background color for contrast */

}
#mission1 p{
    text-align: left;

}

.cta-button {
    background-color: #4CAF50;
}

.sign-for-saint {
    /* background-color: #008CBA; */
    color:black
}

#hero .sign-for-saint {
    /* background-color: #008CBA; */
    color:white
}

/* If you need them to stack without breaking into new lines */
.cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Aligns buttons to the left */
    flex-direction: column;
    justify-content: center; /* This centers the content vertically */
    align-items: center; /* This centers the content horizontally */
    text-align: center; /* Center the text within the content */

}

#hero .cta-wrapper a {
    margin: 5px 0; /* Space between buttons when stacked */
}


#testimonial{

    background: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url('https://i.ibb.co/X7Z4xpF/harriet-tubman-1-ht-gmh-220923-1663959275442-hp-Main-16x9-1600-2029321256.jpg') center/cover no-repeat;
    text-align: center;
    color: white;
    padding: 100px 20px;
    background-color: #333; /* Background color for contrast */



}

#hero h1 {
    margin:0px !important;
    font-size: 3.11em;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-button {
    background-color: #e74c3c;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #c0392b;
}

section {
    padding: 40px 20px;
    text-align: center;
}

#mission li {
    text-align: left;


}

#mission {
    padding: 60px 20px
}

h2 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: medium;
}
p{
    font-size: small;
    /* font-weight: 600; */
    margin-bottom: 15px;

}
#impact .stats {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#impact .stats div {
    margin: 10px;
}

#impact h3 {
    font-size: 5.1em;
    color: #e74c3c;
}



#donate {
    background-color: #ecf0f1;
    /* align-items: center; */
}

givebutter-widget{
    /* max-width: 1000px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 421px) {
    .givebutter-giving-form {
        width: 420px;
    }
}

/* 
#donate form {
    margin-bottom: 20px;
}

#donate input[type="number"] {
    padding: 10px;
    width: 200px;
    margin-right: 10px;
    border: 1px solid #bdc3c7;
}

#donate button, .donation-options button {
    padding: 10px 20px;
    background-color: #3498db;
    color: white;
    border: none;
    cursor: pointer;
    margin: 5px;
}

#donate button:hover, .donation-options button:hover {
    background-color: #2980b9;
} */

.payment-method{
    font-size:larger
}




#get-involved ul {
    list-style: none;
    padding: 0;
}

#get-involved a {
    color: #e74c3c;
    text-decoration: none;
}

footer {
    background-color: #2c3e50;
    color: white;
    text-align: center;
    padding: 20px;
}

footer .social-icons a {
    margin: 0 5px;
}

footer .social-icons img {
    width: 30px;
    height: 30px;
}

/* Responsive design */
@media (max-width: 768px) {
    header {
        flex-direction: column;
    }

    nav ul {
        margin-top: 10px;
    }

    nav li {
        margin: 5px 0;
    }

    #impact .stats {
        flex-direction: column;
    }
}