/* Guard App brand colors, overriding themes/hugo-universal-theme/static/css/style.default.css */
:root {
  --primary-accent: #0b2545;   /* navy - icons, links, buttons */
  --navbar-border-top: #c99a2e; /* gold - active/open nav indicator */
  --button-border: #0b2545;
  --link-focus: #0b2545;
  --form-shadow: rgba(11, 37, 69, 0.6);
  --pagination-bg: #e8c468;
  --link-hover-bg: #163a63;
  --navbar-focus: #f4e2ab;
}

.box-simple {
  min-height: 230px;
}

/* Navy footer instead of the theme's default gray, to match the brand */
#footer {
  background: #0b2545;
  color: #a9b9cc;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #f4f1ea;
}
#footer ul a {
  color: #a9b9cc;
}
#footer ul a:hover {
  color: #e8c468;
}
#copyright {
  background: #071a33;
  color: #a9b9cc;
}

