@media screen and (max-width: 480px) {
  .kompbanner {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .mobbanner {
    display: block;
  }
}

@media screen and (min-width: 490px) {
  .mobbanner {
    display: none;
  }
}

.container.header-separator {
  background-color: #544530;
}

#page.site {
  background-color: #544530;
}

.mob-hamburger {
  margin: -300px;
}

.table-of-contents.open {
  background-color: #7a6546;
  color: #ffffff;
}

h1 {
  text-align: center;
}

h3 {
  text-align: center;
}

h2 {
  text-align: center;
}

.entry-content table th {
  background-color: #c49020;
}