/* ========== GLOBAL STYLES ========== */

body {
  background-color: #fdf8ef;
  background-image: url('images/aged-parchment.png');
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Georgia', serif;
  color: #2d1f14;
  padding: 2rem;
  max-width: 960px;
  margin: auto;
  line-height: 1.7;
}

h1, h2, h3 {
  text-align: center;
  font-family: 'Palatino Linotype', serif;
}

h1 {
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.2rem;
  font-weight: normal;
  color: #5b4432;
  margin-bottom: 2rem;
}

h3 {
  font-size: 1.3rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}

ul {
  list-style: square;
  margin-left: 2rem;
}

li {
  margin-bottom: 0.5rem;
}

blockquote {
  background-color: #f2e7d4;
  border-left: 4px solid #bfa76f;
  margin: 1.5rem 0;
  padding: 0.8rem 1.2rem;
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #ccbbaa;
  margin: 2.5rem 0;
}

.center {
  text-align: center;
  margin-top: 2rem;
}

.button,
.cta-button,
a.cta-button {
  display: inline-block;
  background-color: #bfa76f;
  color: #2d1f14;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: 2rem;
}

.button:hover,
.cta-button:hover {
  background-color: #d8b85e;
  transform: scale(1.05);
}

footer.footer {
  text-align: center;
  margin-top: 4rem;
  font-size: 0.9rem;
  color: #666;
  padding: 1rem 0;
}

/* ========== INDEX PAGE ========== */



/* ========== ZODIAC PAGE ========== */



/* ========== THE UNION SIGIL PAGE ========== */



/* ========== SIGIL IMAGE STYLING (DEFAULT) ========== */

img.sigil {
  display: block;
  margin: 2rem auto 1.5rem;
  max-width: 300px;
  width: 100%;
  border: 2px solid #00c105;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


