/* =========================
   HEADER BASE
========================= */
body .siteHeader {
  border: 10px solid lime !important;
}

.siteHeader {
  position: relative;
  z-index: 15;
  margin: 0;
  background-color: #FCFBF9;
  background-image: url('/wp-content/uploads/2024/02/web-masthead.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  border-top: 5px solid #1D1814;
  border-bottom: 1px solid rgba(218,211,196,0.725);
  box-shadow: 0 2px 16px rgba(0,0,0,0.165);
}

/* =========================
   GLOBAL WRAP
========================= */

.innerWrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}

/* =========================
   TOP NAV
========================= */

#topNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#topnavLeft ul,
#topnavRight ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 10px 0;
}

/* =========================
   BRANDING
========================= */

.headerBranding {
  padding: 20px 0;
}

.brandingGrid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brandingLeft,
.brandingRight {
  width: 25%;
}

.brandingCenter {
  width: 50%;
  text-align: center;
}

.siteLogo img {
  max-width: 100%;
  height: auto;
}

/* =========================
   ICON NAV
========================= */

.iconNav ul {
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* =========================
   ABOUT BLOCK
========================= */

.aboutBlock {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.aboutText {
  font-size: 0.9rem;
}

.aboutImage img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}

/* =========================
   MAIN NAV
========================= */

.headerMainNav {
  border-top: 1px solid rgba(0,0,0,0.05);
}

.mainNav ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 12px 0;
}