/*
Theme Name: KLANGverbunden_soundlyEmbodied
Version: 9.5
*/

:root {
  --blended-bg: #faf8f3;
  --blended-accent: #6b8f71;
  --blended-menutext: #5B4636;
  --text-color: #333333;
  --grounded-accent: #8B5E3C;
  --grounded-bg: #f9f6f1;
}

body {
  background-color: var(--blended-bg);
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  color: var(--text-color);
}

h1, h2 {
  font-family: 'Playfair Display', serif;
  color: var(--blended-accent);
}

header {
  background-color: #f4f1ec;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header img {
  max-height: 180px;
  width: auto;
  height: auto;
  display: block;
  margin-left: 0;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav ul li {
  display: inline-block;
  margin: 0 15px;
}

nav ul li a {
  text-decoration: none;
  color: var(--blended-menutext);
  font-weight: 600;
  font-size: 16px;
}

/* Specials (Events) Page in Grounded Style */
.page-id-special-events {
  background-color: var(--grounded-bg);
}
.page-id-special-events h1, .page-id-special-events h2 {
  color: var(--grounded-accent);
}
