/* DGR modifications to sphinx_rtd_theme version 0.4.1 | 2020.03.21, 05.07 */
/* 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;
}
