﻿/* =========================
   Reset / Base
========================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, img, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: #0b1f2a;
  color: #2d2e2e;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  text-align: center;
}

/* =========================
   Wrapper
========================= */
#outerWrapper {
  width: 964px;
  margin: 25px auto;
  background: #ffffff;
  border: 1px solid #000;
  border-radius: 10px;
  box-shadow: 0 0 20px #453823;
  text-align: left;
}

/* =========================
   Header  (FIXED)
========================= */
#header {
  padding: 0;
  background: none;
  overflow: hidden; /* CONTAINS HEADER IMAGE — FIXES BLEED */
}

#header img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
   Navigation
========================= */
#topNavigation {
  background-color: #1C140E;
  padding: 10px;
  overflow: hidden; /* clears floated li elements */
}

#topNavigation ul {
  list-style: none;
}

#topNavigation li {
  float: left;
}

#topNavigation a {
  color: #ffffff;
  text-decoration: none;
  padding: 5px 10px;
  font-family: 'Gabriela', serif;
  display: block;
}

#topNavigation a:hover {
  background-color: #F4D180;
  color: #000;
  border-radius: 6px;
}

/* =========================
   Content
========================= */
#contentWrapper {
  background: #ffffff;
}

#content {
  max-width: 820px;
  margin: 0 auto;
  padding: 20px;
}

#content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 1.5em 0;
}

/* =========================
   Typography
========================= */
h1, h2, h3 {
  font-family: "Palatino Linotype", Georgia, serif;
  color: #883620;
}

h1 {
  font-size: 1.7em;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.3em;
  margin-top: 1.8em;
}

p {
  margin-bottom: 1em;
}

p:empty {
  display: none;
}

/* =========================
   Links
========================= */
a {
  color: #993300;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* =========================
   Footer
========================= */
#footer {
  background-color: #1C140E;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  border-radius: 0 0 10px 10px;
}

#footer a {
  color: #F7DDA0;
}

#footer a:hover {
  color: #ffffff;
}

/* =========================
   Utilities
========================= */
.ctr {
  text-align: center;
}

.smltxt {
  font-size: 0.85em;
}
.hero-image {
  max-width: 720px;
  margin: 1.5em auto;
}
#content img.hero {
  max-height: 420px;
  width: 100%;
  object-fit: cover;
}
/* About / Content hero image */
.content-hero {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 420px;
  margin: 0 auto 2rem auto;
  object-fit: contain;
}