/* America One brand CSS v3 */

/* Phone topbar above the fixed header */
.aoc-topbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100001;
  background: #0A2F73;
  color: #EDF6F0;
  text-align: right;
  padding: 7px 4%;
  font-size: 14px;
  font-weight: 700;
}
.aoc-topbar a { color: #7ED957; text-decoration: none; font-size: 16px; font-weight: 900; }
#main-header { top: 36px !important; }
#page-container { margin-top: 36px; }

/* Tight, dark shadows ONLY on text over photos (parallax sections) */
.et_pb_section_parallax h1,
.et_pb_section_parallax h2,
.et_pb_section_parallax .et_pb_text p {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.8), 0 1px 2px rgba(0, 0, 0, 0.7);
}
/* Hero subtitle: readable over the photo */
.et_pb_section_parallax .et_pb_text p {
  font-size: 19px;
  font-weight: 600;
}

/* Division switch button - upper right, unmissable */
.aoc-switch {
  position: fixed;
  top: 48px;
  right: 18px;
  z-index: 100000;
  background: #20262E;
  color: #FFFFFF;
  border: 3px solid #4CB944;
  padding: 15px 24px;
  border-radius: 10px;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 1px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.aoc-switch:hover { background: #4CB944; color: #FFFFFF; }
