body {
    position: relative;
    font-family: Helvetica, Sans-Serif;
    font-size: 14px;
    min-height: 100vh;
}

mark {
  background-color: #e8d4dd;
  color: #d436d8;
  margin-bottom: 5px;
}

img {
  max-height: 100vh;
  width: auto;
}

p {
  margin-bottom: 0.5rem;
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

#home-link {
    text-decoration: none;
    color: inherit;
}

.sidebar-sticky {
    width: 100%;
}

.nav-link {
    cursor: pointer;
}

.nav-link.active {
    color: black !important;
}

.dropdown-toggle {
    cursor: pointer;
}

.dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.section {
    display: flex !important;
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .sidebar-sticky {
        position: fixed;
        overflow-y: scroll;
        top: 3rem;
        left: 3rem;
        bottom: 0;
    }

    .site-heading {
        margin-bottom: 1rem;
    }
}

ol {
  list-style: none;
  counter-reset: ol-counter;
  padding: 0;
}
ol li {
  counter-increment: ol-counter;
  padding-left: 2rem;
}
ol li::before {
  content: counter(ol-counter) ". ";
  font-weight: bold;
  margin-left: -2rem;
  padding-right: 1rem;
}

.menu-nav {
    text-decoration: none !important;
    padding-right: 1rem;
    color: #868e96!important;
}

.menu-nav.active {
    color: #343a40!important;
}
