/* Sidebar background */
.wy-nav-side {
  background: #367582;
  /* Change to your preferred color */
}

/* Sidebar link color */
.wy-menu-vertical a {
  color: #ffffff;
}

/* Sidebar link hover color */
.wy-menu-vertical a:hover {
  background-color: #5d256d;
}

.wy-menu-vertical header,
.wy-menu-vertical p.caption,
span.caption-text {
  color: #414141;
}

/* Selected item in sidebar */
.wy-menu-vertical li.current {
  background: #f6f6f2;
}

.wy-menu-vertical li.current>a {
  background: #aeecff;
}

/* Header (H1, H2, etc.) colors */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #263876;
}

a:hover {
  color: #f6f6f2;
}

/* Code block background */
.highlight {
  background: #414141;
}

/* Keep your existing settings for content width */
.wy-nav-content {
  max-width: 1200px !important;
}

/* Keep your existing table width overrides */
@media screen and (min-width: 767px) {
  .wy-table-responsive table td {
    white-space: normal !important;
  }

  .wy-table-responsive {
    overflow: visible !important;
  }
}

/* Small easter-egg logo sizing */
.wy-side-nav-search .logo img,
.wy-side-nav .logo img,
.rst-sidebar .logo img,
.logo img {
  max-width: 80px;
  margin: 6px 8px;
  height: auto;
}