/* Custom styles for UNBL documentation */

/* Make the logo larger */
.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 1rem; /* Increased from default 1.5rem-2rem */
  width: auto;
}

/* Center all images */
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
  height: auto;
}

/* Custom header color */
[data-md-color-primary=custom] {
  --md-primary-fg-color: #0099a1;
  --md-primary-fg-color--light: #0099a1;
  --md-primary-fg-color--dark: #0099a1;
}

/* Custom footer color */
.md-footer {
  background-color: #0099a1 !important;
}