#topbar {
  background: linear-gradient(90deg, #8a6c3e, #4e3c20);
  color: black;
}

.topbar-fade {
  background: linear-gradient(to left, #4e3c20, transparent);
}

::selection {
  background-color:#9b7946;
  color:white;
}

h1, h2, h3, h4 {
  color: #4a3516 !important;
}

.header {
  color:#4a3516;
}

#header {
    border-bottom: 2px solid #4a3516;
}

.portal ul li a {
color:#71562d;
}

#toc-container {
    background-color: #d1b181;
    border: 2px solid #72562d;
}

.toc-item a {
  color:#4a3516;
}

.toc-item a:hover {
  color:#4a3516;
}

#sidebar {
  background-color:#d1b181;
  border-right: 2px solid #72562d;
}

body {
background-color: #8a6c3e;
opacity: 1;
background-image: linear-gradient(45deg, #4e3c20 50%, #8a6c3e 50%);
background-size: 25px 25px;
}
#content {
  background-color:#e2c292;
}

#sidebar-toggle {
    background: #9b7946;
}