/* ============================================
   ARCHIVO.CSS  (MASTER — SAFE VERSION)
   Asociación de Ecuatorianistas Archive
   --------------------------------------------
   Purpose:
   - Provide consistent banner + navbar styling
   - Provide light typography defaults
   - NEVER override congress/program accordion styles
============================================ */


/* ===== Base Page Defaults ===== */

body {
  font-family: "Open Sans", Arial, sans-serif;
  color: #111;
  background: #fff;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}


/* ===== Archive Content Wrapper ===== */

#content {
  max-width: 900px;
  margin: 0 auto;
  padding: 1.5em;
}


/* ===== Archive Notes ===== */

.archival-note {
  font-size: 0.95em;
  color: #555;
  font-style: italic;
  margin-bottom: 1.5em;
}


/* ===== Archive Headings ===== */

h3 {
  font-size: 1.4em;
  color: #9f000a;
  text-transform: uppercase;
  margin: 0 0 0.75em 0;
}


/* ===== Banner ===== */

.header-banner {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5em auto;
}


/* ============================================
   ARCHIVE NAVIGATION BAR (Legacy Style)
============================================ */

#css3menu1 {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
  background: #222;
  display: flex;
}

#css3menu1 li {
  margin: 0;
  padding: 0;
}

#css3menu1 li a {
  display: block;
  padding: 14px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

#css3menu1 li a:hover {
  background: #444;
}


/* ===== Responsive Navbar ===== */

@media (max-width: 700px) {
  #css3menu1 {
    flex-direction: column;
  }

  #css3menu1 li a {
    border-top: 1px solid #333;
  }
}


/* ============================================
   VERY IMPORTANT:
   Do NOT style ul/li/a globally here.
   Congress pages control their own layout.
============================================ */


/* ===== Print Cleanup ===== */

@media print {
  #css3menu1 {
    display: none;
  }

  a {
    color: #000;
    text-decoration: none;
  }
}
