html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  display: none;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.12);
  background-color: rgb(206, 206, 206);
  outline: 1px solid slategrey;
}




.container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}

.page-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.story-container > .sidebar {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  z-index: 100;
  overflow: auto;
  border-right: solid 1px #f1f1f1;
  background-color: #F5F7F9;
}

.story-container .story-logo {
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px;
  text-align: center;
}

.story-menu {
  list-style: none;
  margin-left: 0;
  margin-top: 30px;
  padding-left: 0;
}

.story-menu > li > a {
  display: block;
  text-decoration: none;
  padding: 8px 15px;
  border-bottom: solid 1px #f1f1f1;
}

.story-menu > li > .heading {
  display: block;
  text-decoration: none;
  padding: 8px 15px;
  margin-top: 20px;
}

.story-container > .contents {
  position: relative;
  margin-left: 250px;
}

@media (max-width: 767px) {
  .story-container > .sidebar {
    position: initial;
    width: 100%;
  }

  .story-container > .contents {
    margin-left: 0;
  }
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

section#intro {
  padding-top: 100px;
  padding-bottom: 100px;
}

pre > code {
  padding: 32px !important;
  background-color: #F5F7F9 !important;
}

code {
  border-radius: 4px;
}

footer {
  text-align: center;
  padding: 30px;
  border-top: solid 1px #f1f1f1;
}

.fs-12 {
  font-size: 12px;
}

/*General*/
body {
  background: #fff;
  max-width: 1100px;
/*  margin: 0 auto;*/
  padding: 0 20px;
  font: sans-serif, Helvetica Neue, Helvectica, Arial, serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3em;
  color: #333333;
}

a {
  color: #43579f9;
  text-decoration: none;
}

a:hover {
  color: #358ef9;
}

a:visited {
  color: #551A8B;
}

h1, h2, h3 {
  font-weight: 500;
  color: #000033;
}

h1 {
  font-size: 1.8em;
  margin: 10px 10 0px;
  font-weight: bold;
}

h2 {
    font-size: 1em;
    font-weight: bold;
    margin: -15px 0 -30px;
    padding: 10px 0 30px 0;
}

#home h2 {
  margin: -40px 0 0;
}

h3 {
  font-size: .9em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h3 em {
  font-style: normal;
  font-weight: 300;
  margin: 0 0 10px 5px;
  padding: 0;
  color: #8d9aa5;
}

h4  {
  font-size: .9em;
  font-style: normal;
  font-weight: 100;
  margin: 0 0 10px 5px;
  padding: 0;
  color: #333333;
}

h5  {
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  margin: 0 0 10px 5px;
  padding: 0;
  color: #8d9aa5;
}

ol {
  margin: 0 0 20px 32px;
  padding: 0;
}

#home ol {
  list-style-type: none;
  margin: 0 0 40px 0;
}

li {
  padding: 8px 0;
  display: list-item;
  width: 100%;
  margin: 0;
  counter-increment: step-counter;
}

#home li::before {
    content: counter(step-counter);
    font-size: .65em;
    color: #fff;
    font-weight: 300;
    padding: 2px 6px;
    margin:  0 18px 0 0;
    border-radius: 3px;
    background:#8d9aa5;
    line-height: 1em;
}

.lens {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #8d9aa5;
  border-radius: 5px;
  position: absolute;
  margin: 5px 0 0 -19px;
}

#color div {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}

@media (max-width: 800px) {
  /* CSS that should be displayed if width is equal to or less than 800px goes here */
  .btn {
    --bs-btn-font-size: 0.8rem;
    --bs-btn-font-weight: 400;
    /*General*/
}
@media (max-width: 800px) {
  body {
  background: #fff;
  max-width: 1100px;
  /*  margin: 0 auto;*/
  padding: 0 20px;
  font: sans-serif, Helvetica Neue, Helvectica, Arial, serif;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.3em;
  color: #333333;
  }
}

em {
  color: #0d6efd;
  font-style: normal;
}
