nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 1rem;
  border-bottom: 1px solid #002c5f;
}
nav a.branding {
  display: block;
  height: 100%;
}
nav a.branding img {
  height: inherit;
  width: auto;
}
nav #menu-header-menu {
  list-style-type: none;
}
nav #menu-header-menu li a {
  font-family: "Arial";
  text-decoration: none;
  color: #002c5f;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Arial";
}
body * {
  box-sizing: border-box;
}

/*# sourceMappingURL=styles.css.map */
