

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: 700;
    font-family: 'Helvetica', 'Arial', sans-serif;
    color: #37AAD0;
}

body{
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.wy-side-nav-search, .wy-nav-top {
    background: white;
    color: #37AAD0;
}

.wy-menu-horiz li:hover {
    background: white;
    color: #37AAD0;
  }

.wy-side-scroll {
    background: white;
    color: #37AAD0;
    

}

.wy-nav-side {
    background: white;
    color: #37AAD0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.wy-menu-vertical {
    background: white;
    text-transform: uppercase;
    color: #37AAD0;
  }

.wy-menu-vertical a{
    color: black;
}

.wy-menu-vertical a:hover{
    color: #37AAD0;
    background: white;
}

.wy-menu > .caption > span.caption-text {
    color: #37AAD0;
    text-transform: uppercase
  }

.wy-menu-vertical li.toctree-l1{
    background: white;
    text-transform: uppercase;
  }
.wy-menu-vertical li.toctree-l1 a:hover{
    background: white;
    color: #37AAD0;
}
.wy-menu-vertical li.toctree-l1 > .caption > span.caption-text{
    color: #37AAD0;
}

.wy-menu-vertical li.toctree-l2{
    background: white;
    text-transform: capitalize;
}

.wy-menu-vertical li.toctree-l2 a:hover{
    background: white;
    color: #37AAD0;
}

.wy-menu-vertical li.toctree-l3{
    background: white;
    text-transform: capitalize;
  }
  

  .wy-menu-vertical li.toctree-l3 a:hover{
    background: white;
    color: #37AAD0;
}

.rst-versions .rst-other-versions ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(14, auto);
    justify-content: start;
}

.rst-versions .rst-other-versions li {
    display: block;
}

.rst-versions .rst-other-versions li a {
    display: inline-block;
    padding: 6px;
    color: #fcfcfc;
}

/* ... */