/**
 * Theme Name: Koebeen
 * Template:   twentytwentyfive
 * ...other header fields
 */
body {
  background: #fff url(img/banner.jpg) 50% 0 no-repeat;
  background-size: 100% 132px;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #111;
}

.wp-block-site-title {
  font-family: "Courier New", Courier, monospace;
  font-size: 2.4em;
  font-weight: normal;
  text-align: center;
  text-shadow: #fff 1px 1px 2px;
  width: 100%;
  padding-left: 5%;
}

.kb-top-nav {
  margin-top: 30px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ddd;
  font-size: 0.8em;
  line-height: 1.8em;
}

.kb-top-nav .wp-block-navigation {
  justify-content: space-between;
  margin: 0 20px;
}

.kb-top-nav a[aria-current="page"] {
  color: rgb(132, 94, 51) !important;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
.is-style-text-subtitle,
a {
  color: rgb(132, 94, 51);
}

h1 {
  font-size: 2em;
}

.kb-main {
  margin-top: 0 !important;
}

.kb-footer {
  margin-top: 30px;
  text-align: center;
  font-size: 0.7em;
}

.kb-img-auto {
  text-align: center;
}
.kb-img-auto a {
  width: 100%;
}
.kb-img-auto img {
  width: 100%;
  max-width: 800px;
}
