/* hopefully this will work in the near future, see https://github.com/durera/mkdocs-carbon/issues/4 */
/* :root {
    --header-height: 108px;
    --sidebar-width: 356px;
} */


.header-logo {
    height: 24px;
    margin-right: 0.75rem;
    vertical-align: middle;
}



/* Needed in order to indent nested navigation menus */
cds-side-nav-menu cds-side-nav-menu {
    margin-left: 1rem;
}

/* Hide footer until layout overlap is resolved */
footer {
    display: none;
}

/* Adds vertical spacing between nav items */
/* cds-side-nav-menu-item[role="button"] {
    padding: 0.5rem 0.0rem;
} */

cds-side-nav-menu {
    margin-bottom: 0.5rem;
}

/* can hide the page TOC with this */
/* @media (min-width: 1280px) {
    .md-sidebar--secondary {
        display: none;
    }
} */

/* hide the breadcrumb */
.md-breadcrumbs {
    display: none !important;
}

/* Force visible emphasis; base theme uses a light-weight body face */
.md-content strong,
.md-content b {
    font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 700;
}

.md-content h2,
.md-content h1 {
    font-family: 'roboto';
    padding-top: 15px;
}

.md-content .resource-collapsible-title {
    font-size: 1.2rem;
    font-weight: 700;
}