body {
  font-family: "Rubik", sans-serif;
  text-align: justify;
}

:root {
  --links: #ffb74b;
  --sidebar-active: #ffcc4b;
}

::-moz-selection {
  background: #ffa54b83;
}

::selection {
  background: #ffa54b83;
}

.splash {
  background: linear-gradient(191.12deg, #7c6b00 0.01%, #ffc800 100.57%);
  position: absolute;
  width: 100%;
  left: 0;
  top: 51px;
  height: 250px;
  display: flex;
  justify-content: center;
}
.splogo {
  margin-top: 60px;
}
.drop {
  margin-bottom: 300px;
}

h1, h2 {
  text-align: start;
}

h2 {
  font-size: 2.5em !important;
}

#menu-bar {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.589);
}
.am-btns {
  border-radius: 100px;
  padding: 2px 9px;
  border: solid 2px var(--fg);
  background-color: var(--bg);
  color: var(--fg) !important;
  margin-right: 10px;
  transition: ease 0.3s;
}
.am-btns:hover {
  border-color: #ffb74b;
  color: #ffb74b;
}
.next {
  float: right;
  right: var(--page-padding);
  right: 0px;
}
.sidebar {
  z-index: 300;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.589);
}

.content main {
  margin-top: 50px;
}


.menu-title {
  color: var(--fg) !important;
}

.icon-button,
#print-button {
  color: var(--fg) !important;
}

.chapter li.chapter-item,
.content ul {
  text-align: start;
  line-height: 2.2em;
  margin-top: 0.6em;
}
.content p {
  line-height: 2em;
}

.chapter li a {
  width: 100%;
  transition: ease 0.3s;
  border-radius: 8px;
}
.chapter li a:hover {
  background-color: #f9c32f27;
  padding-left: 10px;
}

.header {
  transition: ease 0.3s;
  border-radius: 8px;
  padding-right: 20px;
}
.header:hover {
  background-color: #f1b33727;
  padding-left: 10px;
}
.hljs {
  color: var(--fg) !important;
  font: monospace;
  background-color: #ddcc3548;
}
#search-wrapper {
  margin-top: 300px;
}
