
.md-nav__title {
  color: var(--md-default-fg-color--white);
}

:root {
  --md-default-bg-color: #8E005D; 
}

.md-typeset img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 76.2344em) {
  .md-nav--primary, .md-nav--primary .md-nav {
    background-color: #8E005D;
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}

.md-search-result .md-typeset {
	opacity: 1;
	foreground-color: #8E005D;
}

.md-sidebar__scrollwrap {
  -webkit-backface-visibility: none;
  margin: 0 .2rem;
  overflow-y: auto;
  scrollbar-color: #ffffff;
  background-color: #8E005D;
}

.md-search {
    display: none !important;
}

.md-icon svg {
  display: none;
}

.md-typeset a {
  color: white;
  word-break: break-word;
}

body {
  background-color: #8E005D;
  color: #ffffff;
  font-family: 'Cascadia Code', monospace;
  margin: 0;
  padding: 0;
}


a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}

.nav a, .wy-menu-vertical a {
  color: #ffffff; !important;
  font-family: 'Cascadia Code', monospace;
  text-transform: none;
}

.nav a:hover, .wy-menu-vertical a:hover {
  color: #ffffff; !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cascadia Code', monospace;
  font-weight: bold !important;
  text-transform: uppercase;
  color: #ffffff !important;
}
