.contact-donate-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

#footer {
    background: #111824;
    margin-top: 0.100rem;
    margin-bottom: 0;
    color: white;


}

#subject_contact {
    display: none;
}

#message_two_contact {
    display: none;
}

.contact-list ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 0.8rem;
}

.footer-content-wrapper {
    width: 100%;
    max-width: 1080px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: start;


}

.footer-site-links-wrapper ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 0.8rem;
}

.footer-site-links-wrapper ul li a {
    text-decoration: none;
    color: white;

}

.footer-social-media-links ul {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.lato-button {
    background: #a42626;
}


@media (max-width: 480px) {

    .footer-social-media-links ul {
        justify-content: center;
    }

    .footer-social-media-links p {
        font-size: 1rem;
    }

    .footer-social-media-links h3 {
        display: none;
    }
}