body{
    font-family: Montserrat, sans-serif !important;
    color: rgb(51, 51, 51) !important;
}

h1 {
    font-family: Montserrat, sans-serif !important;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.6em;
    color: rgb(51, 51, 51) !important;
}

h2 {
    font-family: Montserrat, sans-serif !important;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6em;
    color: rgb(51, 51, 51) !important;
}

h3, h4 {
    font-family: Montserrat, sans-serif !important;
    line-height: 1.6em;
    color: rgb(51, 51, 51) !important;
    font-weight: 400;
}

.rst-content p{
    font-size: 14px;
    color: rgb(51, 51, 51) !important;
}

.wy-nav-side {
    width: 260px !important;
    background: #fafafa !important;
    color: rgb(51, 51, 51) !important;
}

.wy-side-scroll {
    width: 260px !important;
    overflow: hidden !important;
}

.wy-side-nav-search{
    display: none !important;
}

.wy-menu-vertical{
    width: 260px !important;
}

.wy-nav-content-wrap {
  margin-left: 260px !important;
}

.wy-nav-content {
        width: calc(60%) !important;
        max-width: calc(60%) !important;
        padding: 40px 40px !important;
        margin: 0 !important;
    }

@media screen and (max-width: 50rem) {
    .wy-nav-content-wrap {
      margin-left: 0 !important;
    }

    .wy-nav-side{
        display: none !important;
    }
}

@media (max-width: 75rem) {
    .wy-nav-content {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.wy-body-for-nav {
  background: #263238 !important;
}

.rst-content > [role=navigation] {
    display: none !important;
}

.wy-menu{
    padding-top: 37px !important;
}

.wy-menu a {
    color: rgb(51, 51, 51) !important;
    padding-top: 12.5px !important;
    padding-bottom: 12.5px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
}

.wy-menu a:hover {
    background-color: rgb(237, 237, 237) !important;
    color: rgb(50, 50, 159) !important;
}

.wy-menu a > button {
    display: none !important;
}

.wy-menu a.current{
    background-color: rgb(237, 237, 237) !important;
    color: rgb(50, 50, 159) !important;
    border-bottom: 0px !important;
    border-top: 0px !important;
}

.wy-nav-top{
    display: none !important;
}
