/* Make Introduction bold in navigation */
.chapter-item a[href="introduction.html"] {
    font-weight: bold !important;
    font-size: 1.1em !important;
}

/* Style for the introduction link */
ol.chapter > li:first-child a {
    font-weight: bold !important;
}