/* --- Control logo size and centering --- */

/* Keep the logo constrained */
.container-header .navbar-brand img,
.container-header .site-branding img,
.container-header .logo img {
  max-height: 120px;   /* adjust to taste */
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;      /* center horizontally */
}

/* Center the branding container itself */
.container-header .navbar-brand {
  display: block;
  text-align: center;
}

/* Center the menu module under the logo */
.container-header .mod-menu {
  text-align: center;
}
