.site-header-inner {
  background: linear-gradient(#27231d, #3e3624);
}

h1 {
  text-align: center;
  color: #ffffff;
}

.container.header-separator {
  background-color: #1b1a19;
}

.table-of-contents.open {
  background-color: #1b1a19;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px;
  color: #656058;
}

.aligncenter.wp-image-30.size-full {
  box-shadow: 0 0 5px 2px #ffc93d;
  border-radius: 35px;
}

.aligncenter.wp-image-31.size-full {
  box-shadow: 0 0 5px 2px #ffc93d;
  border-radius: 15px;
}

.entry-content blockquote:not(.wpremark) {
  background-color: #2a2621;
  color: #ffffff;
}

.entry-content table th {
  background-color: #2a2621;
  color: #ffffff;
}

h2 {
  color: #ffffff;
}

h3 {
  color: #ffffff;
}

.site-branding {
  margin-left: 50px;
}

.btn.btn-size-big.js-link {
  font-weight: bold;
}