.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    background-color: var(--dark);
}
.footer img {
    width: 100px;
}
.footer-links {
    display: flex;
    justify-content: space-evenly;
    width: 360px;
    margin-top: 20px;
    font-size: .8rem;
}
.footer-links a {
    display: block;
    color: white;
    text-decoration: none;
    font-weight: 300;
}
.legal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    font-size: .8rem;
    color: #666;
    text-align: center;
}
.legal div {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
    margin-bottom: 10px;
}
.other-languages {
    color: white;
    font-size: .9rem;
}
.other-languages-intro {
    margin: 20px 0 10px 0;
    font-size: 1rem;
}
.other-languages-list {
    display: flex;
    justify-content: center;
    color: white;
}
.other-languages a {
    display: block;
    margin: 0 10px;
    color: var(--schoolsnz-blue);
    font-family: var(--font-family-base-heading);
    font-weight: 600;
    font-size: 1.2rem;
    text-decoration: none;
}