/*
Theme Name: Cartographic
Theme URI: https://cartographic.com/
Description: Child theme for Twenty Twenty-Four
Author: Sabrina Onuma
Template: twentytwentyfour
Version: 1.0
*/
/* Header-only hamburger menu for tablet and mobile */
@media (max-width: 1100px) {

  /* Only target navigation blocks inside the header */
  .header-nav .wp-block-navigation__container {
    display: none;
  }

  /* Only show hamburger toggle inside the header */
  .header-nav .wp-block-navigation__responsive-container-open {
    display: flex !important;
    visibility: visible;
  }
.wp-container-core-navigation-is-layout-3fbd76c2{
    justify-content: center;
}
}