/* ============================================================
   Cassiopeia custom overrides for canadianmcevents
   Upload to: media/templates/site/cassiopeia/css/user.css
   ============================================================ */

/* Put the logo on top of the header, menu links underneath */
header.container-header {
  display: flex;
  flex-direction: column;
}
header.container-header > .container-below-top {
  order: 2;          /* push the menu below the logo */
  padding-top: 6px;  /* a little breathing room around the menu row */
}

/* Hide the small template header logo (the big one lives in the hero) */
header.container-header img { display: none; }

/* Center the top menu */
header.container-header .container-below-top {
  display: flex;
  justify-content: center;
}
header.container-header ul.mod-menu {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap;
  width: 100% !important;
  padding-left: 0 !important;
}

/* Footer: center the content block */
footer.container-footer .grid-child { justify-content: center; }
footer.container-footer .mod-custom { width: 100%; }
.ga-hidden { display: none !important; }