/* Background image */
body {
  margin: 0;
  padding: 0;
  font-family: "Garamond", Georgia, serif;
  background-image: url("background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  color: #fff;
  text-align: center;
}

/* Dark overlay so text is readable */
.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px;
  margin: 50px;
  border-radius: 15px;
}

/* Headings */
h1 {
  font-size: 3em;
  margin-bottom: 10px;
  color: #f5e6c8; /* parchment/golden shade */
}

h2 {
  margin-top: 30px;
  color: #f5e6c8;
}

/* Links */
a {
  color: #ffdf80;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

/* List */
ul {
  list-style: none;
  padding: 0;
}

li {
  margin: 10px 0;
}

/* style.css */
.era-nav {
  background: linear-gradient(to right, rgba(245, 240, 230, 0.9), rgba(230, 220, 200, 0.9));
  padding: 15px 0;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  font-family: 'Garamond', serif;
}

/* Remove bullets and center items */
.era-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.era-nav li.separator {
  font-size: 18px;
  color: #8b0000;
}

.era-nav a {
  text-decoration: none;
  color: #4b2e1e;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
  position: relative;
}

.era-nav a:hover {
  color: #a52a2a;
}

.era-nav a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #a52a2a;
  transition: width 0.3s;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.era-nav a:hover::after {
  width: 100%;
}
/* style.css */
.era-nav {
  background: linear-gradient(to right, rgba(245, 240, 230, 0.9), rgba(230, 220, 200, 0.9));
  padding: 15px 0;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  font-family: 'Garamond', serif;
}

.era-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.era-nav li.separator {
  font-size: 18px;
  color: #8b0000;
}

.era-nav a {
  text-decoration: none;
  color: #4b2e1e;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
  position: relative;
}

.era-nav a:hover {
  color: #a52a2a;
}

.era-nav a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #a52a2a;
  transition: width 0.3s;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.era-nav a:hover::after {
  width: 100%;
}
/* style.css */
.era-nav {
  background: linear-gradient(to right, rgba(245, 240, 230, 0.9), rgba(230, 220, 200, 0.9));
  padding: 15px 0;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  font-family: 'Garamond', serif;
}

.era-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.era-nav li.separator {
  font-size: 18px;
  color: #8b0000;
}

.era-nav a {
  text-decoration: none;
  color: #4b2e1e;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
  position: relative;
}

.era-nav a:hover {
  color: #a52a2a;
}

.era-nav a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #a52a2a;
  transition: width 0.3s;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.era-nav a:hover::after {
  width: 100%;
}
