html {
  scroll-behavior: smooth;
}
a {
  cursor: pointer;
}

/* ::-webkit-scrollbar {
  width: 10px;
}


::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
}

::-webkit-scrollbar-thumb {
  background:#0c2c3800;
}

::-webkit-scrollbar-thumb:hover {
  background:#0C2C38;
} */

#read_more {
  font-family: "Roboto";
}
#read_more #navigation {
  display: inline-block;
  width: 20vw;
  height: 100vh;

  border-right: 1px solid lightgray;
  position: fixed;
  top: 0;
  font-size: 1.2vw;
  padding: 3.5vw 2vw 0 1vw;
  overflow-y: scroll;
}
#read_more #navigation a {
  display: inline-block;
  margin-bottom: 0.5vw;
  text-decoration: none;
  color: rgb(79, 79, 79);

  transition: 0.2s ease-out;
}
#read_more #navigation a:hover {
  color: var(--surface);
  text-decoration: underline;
}
#read_more #navigation .subsection {
  color: rgb(104, 104, 104);
  margin-left: 1vw;
  font-size: 0.9vw;
}
#read_more #navigation .navigation-footer,
#read_more #container .container-footer {
  width: 100%;
  min-height: 8vw;
}

#read_more #container {
  width: 60vw;
  height: 100%;
  margin-left: 25vw;
  font-size: 1.25vw;
  line-height: 1.75vw;
  display: inline-block;
  overflow-y: scroll;
  position: fixed;
  scroll-behavior: smooth;
}
#read_more #container p,
#read_more #container span,
#read_more #container h1,
#read_more #container h2,
#read_more #container h3 {
  color: #43545b;
}
#read_more #container .paragraph {
  margin-left: 1vw;
}
#read_more #container #fig_1,
#read_more #container #fig_2,
#read_more #container #fig_3 {
  width: 100%;
  height: auto;
}
#read_more #container .fig {
  padding-left: 1vw;
  border-left: 2px solid rgb(113, 112, 112);
  font-size: 1vw;
  color: rgb(87, 87, 87);
}
#read_more #container .title {
  margin-top: 6vw;
  line-height: 6vw;
  margin-bottom: -1vw;
}
#read_more #container .main {
  margin-top: 1vw;
  line-height: 2vw;
}
#read_more #container .headline {
  margin-top: 4vw;
}
#read_more #container .link {
  display: inline-block;
}
