/* Override the primary color from blue to red */ */
/* .wy-side-nav-search, 
.wy-nav-top, 
.rst-content a.reference.internal,
.rst-content a.reference.external {
    color: #5a0b0b   !important;
}

.wy-side-nav-search {
    background-color: #5a0b0b  !important;
} */

/* .wy-form{
    border-color: #5a0b0b !important;
}  */

/* #_CPPv413FHEController{
    background-color: #5a0b0b  !important;
    color: aliceblue !important;

} */

.aliceblue .pre {
    color: aliceblue !important;
}

/* _static/custom.css */
.logo img {
    max-height: 50px;  /* adjust height */
    width: auto;
}

.wy-side-nav-search .logo {
    max-height: 50px; /* change this to desired height */
    width: auto;
}


/* Style to center footer content */
.centered-footer-content {
    text-align: center;
}