/* text */
    body {
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 1rem;        
        }
    h1 {
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 2rem;
        }
    h2 {
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 1.25rem;
        }
    h3 {
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 1.5rem;
        }
    h4 {
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 1.125rem;
        }
    h5 {
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 1.125rem;
        }
    h6 {
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 1rem;
        }

/* h2 - special cases */
.public-collapsible-box h2.accordion-header > button {
    color: #181c32;
        font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-size: 1.25rem;
        font-weight: 600;
        }

/* box titles */
.s-lib-box h2.s-lib-box-title {
font-family: "Poppins", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 1.25em;
font-weight: 600;
color: #0382bd;
}

.s-lib-box .s-lib-box-title {
background-color: #ffffff;
}

/* hide the search box */
#s-lg-guide-header-search {
display: none;
}

/* hide the database icons */
.s-lg-link-list-10 .s-lg-tn {
    display: none;
}


/* Some carousel settings - uncomment out if needed
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
margin-left: auto;
margin-right: auto;
}
*/