@import 'theme.css';
.wy-side-nav-search,
.wy-nav-top {
    background: #2A289D;
}

.in-iframe .wy-side-nav-search {      /* entire blue header block */
    background: none;
}

.wy-nav-side {
    color: #2A289D;
    background: #E8E8E8;
}

.wy-menu-vertical a {
    color: #333333;
}

.wy-menu-vertical a:hover,
.wy-menu a:hover {
    background-color: #2A289D;
    color: #E8E8E8;
}

h1 {
    font-family: "Oswald", "Open Sans", Helvetica, Arial, "Lucida Grande", "Nimbus Sans L", "sans-serif";
}

h2,
h3,
h4,
p {
    font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", "Nimbus Sans L", "sans-serif";
}

.strike {
    text-decoration: line-through;
  }
    
.docutils caption {
    caption-side: bottom;
    font-family: "Open Sans", Helvetica, Arial, "Lucida Grande", "Nimbus Sans L", "sans-serif";
  }

p:not(figure > figcaption > p) {
    text-align:justify;
}

.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: inherit;
}

/* Hide the logo image and its link */
.in-iframe .wy-side-nav-search a img,
.in-iframe .wy-side-nav-search a[href$=".html"]      { display: none !important; }

/* Hide the search‑input field (and any “🔍” that comes with it) */
.in-iframe .wy-side-nav-search input[type="text"],
.in-iframe .wy-side-nav-search .icon { display: none !important; }

/* Optional: collapse the now‑empty header to almost nothing      */
.in-iframe .wy-side-nav-search {
    padding: 0 !important;
    min-height: 0 !important;
}