/* All H2 headings */
h2 {
  font-size: 1.6rem;
}

.sidebar-brand-text {
  font-size: 1.6rem;
  font-weight: bold;
}


.rst-versions {
    display: none !important;
}

#rtd-footer-content {
    display: none !important;
}

.wy-side-nav-search .switch-menus {
    display: none !important;
}

.switch-menus {
    display: none !important;
}

.floating.container.bottom-right {
    display: none !important;
}

readthedocs-flyout {
    display: none !important;
}

/* Hide Ethical Ads and Sidebar elements */
.switch-menus, 
.ethical-sidebar, 
.ea-placement, 
.ea-type-text, 
.floating.container.bottom-right,
readthedocs-flyout,
#rtd-footer-container {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}




