/** Learn-the-Birds identity and intentionally compact wordmark header. */
:root {
    --chisimba-primary: #007fa3;
    --chisimba-primary-hover: #006681;
    --chisimba-primary-dark: #00586f;
    --chisimba-primary-soft: #e5f3f7;
    --chisimba-focus: #007fa3;
    --chisimba-grey-blue: #477785;
    --chisimba-brand-logo: url("canvases/learn-the-birds/images/logo.png");
}
.Canvas_Content_Head.chisimba-site-banner { background: #00586f; color: #fff; }
.chisimba-site-banner__identity { width: min(18.7rem, 65vw); height: 7rem; }
/* The wordmark includes the name. Retain the link name for assistive technology. */
.chisimba-site-banner__name, #sitename.chisimba-site-banner__name {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0;
}
.chisimba-site-banner__brand { color: #fff; }
.chisimba-site-banner__utilities { color: #fff; }
