body {
  font-family: Montserrat, serif !important;
}

.rst-content .toctree-wrapper > p.caption,
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
legend {
  font-family: Montserrat, serif !important;
}

.wy-nav-content {
  max-width: 1100px;
}

@media (max-width: 961px) {
  pre {
    margin-left: -1.618em;
    margin-right: -1.618em;
  }
  .rst-content pre code {
    padding: 2em;
    border-left: 0;
    border-right: 0;
  }
}

.toctree-l1 {
  line-height: 18px;
  margin-bottom: 5px;
}

p + pre {
  margin-top: -5px;
}

pre + p {
  margin-top: 30px;
}

.rst-content code {
  color: #171032;
}

.rst-content pre code {
  background-color: #171032;
  color: white;
  font-size: 14px;
  line-height: 22px;
  border-radius: 10px;
  padding: 15px;
}

@media (max-width: 961px) {
  .rst-content pre code {
    border-radius: 0;
  }
}

.wy-side-nav-search,
.wy-nav-top {
  background-color: #23184c;
  padding-bottom: 2px;
}

.wy-menu-vertical header,
.wy-menu-vertical p.caption {
  color: white;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #89ddff;
}

.hljs-section,
.hljs-selector-id,
.hljs-title {
  color: rgb(240, 226, 124);
}

.hljs-comment,
.hljs-quorgb {
  color: rgb(191, 191, 176);
}

.hljs-built_in {
  color: rgb(54, 232, 186);
}

.wy-nav-side {
  background-color: #262626;
}

.wy-side-nav-search .wy-dropdown > a:hover,
.wy-side-nav-search > a:hover {
  background-color: transparent;
}

.hljs-doctag,
.hljs-string {
  color: #c3e88d;
}

.hljs-meta {
  color: #36e8ba;
  font-weight: normal;
}
.hljs-meta-string {
  color: #c3e88d;
}
.admonition {
  background-color: #36e8b92d !important;
  border-left: 5px solid #36e8ba;
  margin-left: -1.618em;
  margin-right: -1.618em;
  padding: 1.4em !important;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.admonition .title {
  color: #229778;
  font-weight: bold;
  margin-bottom: 5px;
}
h2,
h3 {
  border-top: 1px solid #eaeaea;
  padding-top: 24px;
  margin-top: 48px;
}

.wy-nav-top a {
  background-image: url(logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: top;
  display: block;
  width: 250px;
  max-height: 40px;
  margin: 0 auto;
  margin-top: 2px;
  margin-bottom: 8px;
  color: transparent;
}
.wy-nav-top i {
  padding-top: 10px;
}

@media (max-width: 961px) {
  .wy-side-nav-search {
    height: 58px;
    margin-bottom: 0 !important;
  }
  .wy-side-nav-search::after {
    content: "Navigation";
  }
  .logo {
    display: none !important;
  }
  .wy-nav-top {
    position: fixed;
    width: 100%;
  }
  .wy-nav-content-wrap.shift {
    position: fixed;
    top: auto;
  }
  .rst-content {
    padding-top: 60px;
  }
  .wy-breadcrumbs + hr {
    display: none;
  }
  .wy-breadcrumbs {
    display: none;
  }
  .wy-menu {
    font-size: 18px;
  }
  .wy-menu ul:first-child li:first-child {
    padding-top: 10px;
  }
}

.rst-footer-buttons {
  font-size: 16px;
}

footer {
  font-size: 12px;
}

h2#key-features + ul li {
  max-width: 90%;
  list-style: circle;
  margin: 0;
  margin-left: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  border-bottom: 1px dotted #eaeaea;
}

h2#key-features + ul a {
  color: #404040;
  display: inline-block;
  border-bottom: 1px dotted #9b9b9b;
  margin: 0;
  line-height: 18px;
}

h2#key-features + ul li:last-child {
  border: 0;
}

@media (max-width: 961px) {
  h2#key-features + ul li {
    max-width: 100%;
    padding-bottom: 10px;
    margin-top: 10px;
  }
}

.wy-menu ul.current li:last-child {
  padding-bottom: 10px;
}

.wy-menu ul.current li:last-child:first-child {
  padding-bottom: 0px;
}

.rst-versions {
  display: block !important;
  position: static;
  margin-top: 30px;
  width: 90%;
}

.wy-side-scroll {
  padding-bottom: 80px;
}
@media (max-width: 961px) {
  .wy-side-scroll {
    padding-bottom: 30px;
  }
  h1,
  h2,
  h3 {
    scroll-margin: 70px;
  }
}
