/*
 Theme Name:   Emmaus250 Child
 Theme URI:    https://emmaus250.org
 Description:  Divi Child Theme for Emmaus250
 Author:       Emmaus250 Committee
 Template:     Divi
 Version:      1.0
*/

/* ── Emmaus250 Custom Styles ── */
/* Add all custom CSS below this line */

/* Flag divider */
.flag-divider {
  height: 5px;
  background: repeating-linear-gradient(
    90deg,
    #088953 0px, #088953 10px,
    #ffffff 10px, #ffffff 20px,
    #0A1628 20px, #0A1628 30px
  );
  opacity: 0.15;
}

/* Event type tag colors */
.tag-education    { background: #1a5276; color: white; }
.tag-demonstration{ background: #6e2fa0; color: white; }
.tag-family       { background: #1e8449; color: white; }
.tag-food         { background: #b7770d; color: white; }
.tag-race         { background: #c0392b; color: white; }
.tag-competition  { background: #784212; color: white; }
.tag-tour         { background: #1a6b8a; color: white; }
.tag-entertainment{ background: #922b21; color: white; }


/* ── Header Navigation Layout ── */
nav {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
}

.logo-mark {
  flex-shrink: 0;
  width: auto !important;
}

.nav-links {
  width: auto !important;
  flex: 1;
}
