body {
  min-height: 100%;
  min-width: 500px;
  overflow-x: initial;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.navbar {
  flex-wrap: initial;
}

#header .logo img,
#header .logo svg {
  max-width: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.overlay-menu::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.overlay-menu {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.treemenu li {
  background: none;
}

.h1,
h1 {
  font-size: 1.8em;
}

.h2,
h2 {
  font-size: 1.5em;
}

.h3,
h3 {
  font-size: 1.2em;
}

.h4,
h4 {
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-weight: 700;
}

ol,
ul {
  margin-bottom: 1.2rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

a:visited,
a:active,
a:focus,
a:hover {
  color: #3085ee;
}

.treemenu li a:active,
.treemenu li a:focus,
.treemenu li a:hover {
  color: #3085ee !important;
}

#body-wrapper,
.header-fixed #body-wrapper {
    padding-top: 1rem;
}

#footer {
  height: 6em;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2em;
  color: #454d5d;
}