:root {
    --cerulean: #14b4eb;
    --iconFillColor: #14b4eb !important;
    --iconStrokeColor: #14b4eb !important;
}

.metadata {
    list-style: none;
    padding-left: 0;
}

.metadata li strong {
    font-variant: small-caps;
}

.org-logo {
    max-height: 5em;
    max-width: 20em;
}



@media (max-width: 768px) {
    .org-logo {
        max-height: 4em;
        max-width: 75%;
        margin: auto;
    }
}