/* styles.css */

body {
    font-family: Verdana, Geneva, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
}

header {
    text-align: center;
    margin: 50px 0;
}

.logo {
    width: 489px;
    height: auto;
    margin: 0 auto;
    display: block;
}

main {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.description {
    text-align: center;
    margin-bottom: 30px;
}

.contact, .offices {
    margin-bottom: 40px;
    text-align: center;
}

.contact h1, .offices h1 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.contact a {
    color: #007acc;
    text-decoration: none;
    display: inline-block;
    margin-top: 0;
    line-height: 1;
}

.contact a:hover {
    text-decoration: underline;
}

.offices div {
    margin-bottom: 5px;
    text-align: center;
    line-height: 1.4;
}

.offices h2 {
    text-align: center;
    margin-bottom: 2px;
    line-height: 1.2;
}

.offices p {
    margin-top: 2px;
    text-align: center;
}

.featured-image img {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.charities {
    text-align: center;
}

.charities a {
    display: inline-block;
    margin: 3px 0;
    color: #007acc;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2;
}

.charities a:hover {
    text-decoration: underline;
}

.embedded-video {
    text-align: center;
    margin-top: 20px;
}

.embedded-video iframe {
    width: 100%;
    max-width: 560px;
    height: auto;
    aspect-ratio: 16/9;
    display: block;
    margin: 0 auto;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #333;
    color: #fff;
}
