/* Match logo blue */
.navbar .navbar-brand {
  color: #263494 !important;
  font-weight: 700;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #263494 !important;
}

/* Optional: make active nav items match too */
.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: #263494 !important;
}

/* Home page title color + smaller size */
.template-home main h1 {
  color: #263494 !important;
  font-size: 1.45rem !important;
  line-height: 1.15 !important;
  margin: 0 0 0.4rem 0 !important;
}

/* Home page: push the hex logo DOWN */
.template-home .page-header img.logo,
.template-home .page-header .logo {
  margin-top: 70px !important;  /* adjust 50/70/90 */
  display: block;
}

/* Move the HOME page logo down a bit */
.template-home .page-header img.logo,
.template-home .page-header .logo {
  margin-top: 20px !important;   /* try 10, 20, 30 */
}

/* Home page: move the hex logo DOWN a bit */
.template-home .page-header img.logo,
.template-home .page-header .logo {
  margin-top: 18px !important;   /* try 12, 18, 24 */
}
