/* One column */
.one-column #page {
max-width: 998px;
	.one-column #page, #page {
	max-width: 1200px;
	min-width: 1200px;
}
.one-column #page {
    max-width: 1100px;
    min-width: 1100px;
}
.one-column #page, #page {
	max-width: 1200px;
	min-width: 1200px;
}
.one-column #page {
    max-width: 1100px;
    min-width: 1100px;
}
/* ✠ EMMI ECCLESIAL STYLE SYSTEM */

/* BACKGROUND */
body {
  background-color: #f7f1e3; /* parchment */
  font-family: Georgia, "Times New Roman", serif;
  color: #2c2c2c;
}

/* MAIN CONTAINERS */
.ecclesial-container {
  background-color: #fffdf7;
  border: 1px solid #e2d8b5;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  padding: 40px;
  margin: 30px auto;
  max-width: 1000px;
}

/* HEADINGS */
h1, h2, h3 {
  color: #6b5a2b; /* deep gold-brown */
  letter-spacing: 0.5px;
}

/* LATIN TEXT */
.latin {
  font-style: italic;
  font-variant: small-caps;
  color: #8a7a3a;
}

/* BANNER */
.ecclesial-banner {
  border-top: 1px solid #d6c79c;
  border-bottom: 1px solid #d6c79c;
  background: linear-gradient(to right, #f7f1e3, #efe6c9, #f7f1e3);
  padding: 15px;
  text-align: center;
}

/* LINKS */
a {
  color: #7a5c1f;
}

a:hover {
  color: #a67c2e;
}

/* DIVIDERS */
.ecclesial-divider {
  text-align: center;
  margin: 40px 0;
  color: #b8a76a;
  font-size: 18px;
}

/* FOOTER */
.ecclesial-footer {
  border-top: 1px solid #d6c79c;
  margin-top: 50px;
  padding-top: 20px;
  text-align: center;
  color: #6b5a2b;
}

/* BUTTON STYLE */
.ecclesial-button {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #c9b87c;
  background-color: #f3ead2;
  text-decoration: none;
  font-weight: bold;
}

.ecclesial-button:hover {
  background-color: #e8ddb8;
}

/* ✠ ILLUMINATED BANNER */

.illum-banner {
  margin: 40px 0;
  padding: 25px 20px;
  text-align: center;
  background: linear-gradient(to right, #f7f1e3, #efe6c9, #f7f1e3);
  border-top: 1px solid #d6c79c;
  border-bottom: 1px solid #d6c79c;
  position: relative;
}

/* subtle corner ornaments */
.illum-banner::before,
.illum-banner::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #cdbb84;
  opacity: 0.35;
}

.illum-banner::before {
  top: 8px;
  left: 8px;
  border-right: none;
  border-bottom: none;
}

.illum-banner::after {
  bottom: 8px;
  right: 8px;
  border-left: none;
  border-top: none;
}

/* inner content */
.illum-cross {
  font-size: 18px;
  color: #a8924a;
  margin-bottom: 5px;
}

.illum-title {
  font-size: 26px;
  color: #6b5a2b;
  letter-spacing: 1px;
}

.illum-sub {
  font-size: 16px;
  margin-top: 5px;
  color: #8a7a3a;
}

.illum-banner {
  margin: 40px 0;
  padding: 30px 20px;
  text-align: center;
  background: 
    linear-gradient(to right, #f7f1e3, #efe6c9, #f7f1e3);
  border: 1px solid #d6c79c;
  box-shadow: inset 0 0 15px rgba(180,160,90,0.08);
  position: relative;