body {
  padding-top: 60px !important;
}

.sidebar {
  background-color: var(--sidebar-color);
  position: fixed;
  width: 300px;
  height: calc(100% - 60px);
  z-index: 100 !important;
}

.sidebar .nav-link {
  padding-top: 7px;
  padding-bottom: 0px;
}

.sidebar a {
  color: var(--main-text-color) !important;
  font-weight: initial;
}

.sidebar-header {
  margin-top: 10px;
  font-weight: bold;
  color: var(--sidebar-header-color);
}

.sidebar-header:not(:first-child) {
  margin-top: 30px;
}

.sidebar-item {
  color: rgba(var(--main-text-color-rgb), 0.75);
}

.sidebar-item-selected {
  color: var(--link-color);
}

#content {
  margin-top: 50px;
  margin-left: 350px;
}

h3 {
  margin-top: 60px;
}

#content h2 {
  font-weight: bold;
}
#content h2:not(:first-child) {
  margin-top: 60px !important;
}

@media (max-width: 768px) {
  .sidebar {
    display: none;
  }
  #content {
    margin-left: 0px;
  }
  .col-7 {
    max-width: 100%;
  }
}

/*# sourceMappingURL=docs.css.map */
