.logo img {
    height: 100px;
    margin: 0 10px;
}

h1{
    font-family: 'Poppins',sans-serif;
    font-weight: 400;
    text-align: center;

}

#content {
    padding-top: 70px;
}

.about-hero {
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.about-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-top: 70px;
}

.about-header h1 {
    font-size: 2.5rem;
    color: var(--spe-blue);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.about-logo {
    max-width: 200px;
    height: auto;
    margin: 1rem auto;
    display: block;
}

.about-content {
    padding: 1rem;
}

.mission-statement {
    line-height: 1.8;
    color: var(--text-color);
}

article {
    max-width: 900px; 
    margin: 20px auto; 
    padding: 20px; 
    line-height: 1.8;
    text-align: justify; 
    font-size: 16px; 
    color: #333; 
}

article a{
    color: #333;
    text-decoration: underline;
}

article a:hover{
    color: #003058;
}

@media (max-width: 768px) {
    #hand1{
        width: 95%;
        height: 95%;
    }
}

@media screen and (max-width:320px) {
    footer p{
        font-size: 0.5em;
    }

}

@media screen and (max-width:375px) {
    footer p{
        font-size: 1em;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    html, body {
        height: 100%;
        margin: 0;
    }

    body {
        display: flex;
        flex-direction: column;
    }

    footer {
        margin-top: auto;
    }
}

