/* DGR modifications to sphinx_rtd_theme version 0.4.1 | 2020.03.21, 05.07, 2026.04.21, 2026.05.03 */
/* default is .wy-text-large{font-size:120%}.wy-text-normal{font-size:100%}.wy-text-small,small{font-size:80%} */
body {
    .wy-text-large{font-size:100%}.wy-text-normal{font-size:80%}.wy-text-small,small{font-size:60%};
}
/* background-color:#2980B9 sea blue, e.g., #C7302A is bright red */
/* dark orange	#FF8C00 */
/* Cornell red #B31B1B  https://brand.cornell.edu/design-center/colors/ */
.wy-side-nav-search, .wy-nav-top {
    background: #606060;
}
/* allow full-screen; the default in the the theme is max-width: 800px */
.wy-nav-content {
    max-width: 1200px;
}
/* smaller logo */
.logo img {
    max-width: 150px;
}
/* colour for visited items in sidebar -- orange */
.wy-menu-vertical a:visited {
    color: #ff8c00;
}
/* no boxes around topic items on home page. !important to over-ride basic.css */
.topic {
    border: none !important;
    background: none !important;
    padding: 0 !important;
}

/* no extra highlighting of bullet points with additional text */
.rst-content .simple li a.reference.external {
    background: none;
    background-color: transparent;
    border: none;
    border-top: none;
    padding: 0;
    display: inline;
}
