a.site-title {
  color: white !important;
  text-shadow: 2px 2px 3px black;
}
header {
    align-items: center;
    justify-content: center;
}
header::after {
  /* content: 'hello'; */
}
.card {
    background: #fffefa;
    box-shadow: 2px 2px 4px 0px #00000017;
    margin-bottom: 0.5rem;
}
.main-footer__top{
background-color: #B59A68 !important;
}
.main-footer__bottom {
background-color:  var(--primary) !important;
}

.main-header__main-bar {
    flex-direction: row !important;
    justify-content: space-around !important;
    padding-top: 0px !important;
}

html, body {
    background-color: #FAF8F3;
    color:  var(--primary-dark);
}
h1,h2,h3,h4 {
  color: var(--primary-dark);
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
.main-navigation .navigation>li>ul {
    background-color: #004b2d;
}

a {
    color:  var(--primary-dark);
}

.exhibits-desc {
padding: 1.5rem;
}

.block-html {
  padding: 0 2rem;
}