.svg-34411 {
    height: 16px;
    vertical-align: middle;
}

#brand-icon {
    height: 32px;
    vertical-align: middle;
}

.external-link::after {
    /* x-content: " ↵"; */
    /* x-content: " ↝"; */
    /* x-content: " ⤶"; */
    /* x-content: " ⇗"; */
    content: " ⇢";
    /* x-font-size: 0.9em; */
}

body {
    font-family:
    "Corbel",
    "Calibri",
    "Roboto",
    "Noto Sans",
    "Trebuchet MS",
    sans-serif;
}

footer {
    font-size: 75%;
}

.custom-width {
  max-width: 900px;
}

.pic-max {
  width: 400px; 
  height: auto;
}

/* ------ breadcrumbs ------ */

.breadcrumb {
    background-color: var(--bs-gray-100);
    opacity: 0.7;
    padding-left: 0.5rem;
    font-size: 75%;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "›";
}

.breadcrumb-item a {
    color: var(--bs-body-color);
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.sitemap-description {
    font-size: 70%;
}
