@import url("theme.css");

.wy-nav-content {
    max-width: 1400px !important;
}

.rst-content .toctree-wrapper:not(:last-child) ul {
   margin-bottom: 0;
}

* {
 color: #c6c6c6;
}

h1, h2, h3, h4, h5, h6 {
    color: #4d6d7e !important;
}

a:link { color: rgba(51, 204, 255, 50) !important; }

a:visited { color: rgba(51, 204, 255, 50) !important; }

html[data-theme="dark"] .btn-neutral {
    background-color: #33424a !important;
}

.wy-side-nav-search {
  background-color: #33424a !important;
  color: #ffffff !important;
}

.wy-nav-top {
  background-color: #33424a !important;
}

.wy-side-nav-search input[type="text"] {
  background-color: #37474f !important;
  border-radius: 3px;
  border: 1px solid #666666 !important;
}

.icon-home {
  color: #ffffff !important;
}

.wy-nav-content {
    background-color: #263238 !important;
}

.toctree-l1 a {
    color: #e8e8e9 !important;
}

.wy-nav-content-wrap {
    background-color: #263238 !important;
}

.wy-side-scroll {
    background-color: #33424a !important;
}

.wy-nav-side {
    background-color: #33424a !important;
}

.highlight .go {
    color: #666666 !important;
}

.wy-menu-vertical li.current {
    background-color: #273338 !important;
}

.wy-menu-vertical li.current > a {
    background-color: #1f282d !important;
}

p {
    font-size: 13pt !important;
    line-height: 175%;
}

.icon-home:before {
  content: "";
}

.wy-side-nav-search > a {
    font-size: 16pt;
    text-align: left;
}

.admonition-title {
    background-color: #1f282d !important;
}

.rst-content .admonition, .rst-content .note {
    background-color: #314751 !important;
}
