/* fix display so text takes up more of the page on desktop */
.wy-nav-content {
    max-width: 75% !important;
}

/* changes color under the logo and search box */
.wy-side-nav-search {
  background-color: #00d33e;
  border: 1px;
}

.wy-side-nav-search div.switch-menus {
  color: black;
}

.wy-side-nav-search div.switch-menus div.version-switch select {
  color: black;
}

.wy-side-nav-search div.switch-menus div.version-switch select :hover {
  color: black;
}

/* changes color of the top nav bar on mobile */
.wy-nav-top {
  background-color: #00d33e;
}

/* changes defualt background color for main body/text */
.wy-nav-content {
  background-color: #fdfcfb;
}

/* changes background color of side nav bar */
.wy-nav-side {
  background-color: #e6e6e6;
}

/* changes text and hover colors to make nav bar legible */
.wy-menu-vertical a {
  color: #404040;
}

.wy-menu-vertical a:hover {
  background-color: #cdcdcd;
}