.wy-nav-top, .wy-side-nav-search {
    background-color: #6195FF;
}

@media screen and (min-width: 1400px) {
    .wy-nav-content-wrap {
        background: #fcfcfc;
    }
}

/* adds scrollbar to sidenav, which is otherwise invisible */
.wy-side-scroll {
    width: auto;
    overflow-y: auto;
}
