.wy-side-nav-search,
.wy-nav-top {
  background: #00527E;
}

.wy-nav-side {
  background: #333230 !important;
}

.wy-nav-content a,
.wy-menu-vertical header,
.wy-menu-vertical p.caption {
  color: #F49611 !important;
}

.wy-nav-content h1,
.wy-nav-content h2,
.wy-nav-content h3,
.wy-nav-content h4,
.wy-nav-content h5,
.wy-nav-content h6,
.wy-nav-content .caption {
  color: #5f5f5f;
}

@media (min-width: 768px) {
  .wy-side-nav-search {
    position: fixed;
  }
  .wy-menu {
    margin-top: 150px;
  }
  .wy-nav-top {
    display: block;
    height: 50px;
    position: fixed;
    width: 100%;
  }
  .wy-nav-top * {
    display: none;
  }
  .rst-content {
    margin-top: 50px;
  }

  /* scroll-padding-top not working in IE */
  .wy-nav-content h1::before,
  .wy-nav-content h2::before,
  .wy-nav-content h3::before,
  .wy-nav-content h4::before,
  .wy-nav-content h5::before,
  .wy-nav-content h6::before {
    display: block;
    content: " ";
    margin-top: -65px;
    height: 65px;
    visibility: hidden;
    pointer-events: none;
  }
}
