/* Theme Base */
body {
  margin: 0;
  font-family: var(--dp-font-family, sans-serif);
}

h1 {
  color: var(--dp-primary, #d32f2f);
  font-size: 2em;
  text-align: center;
  padding: 20px;
}

/* Theme Header */
header.page-header > .logo img {
  background-color: var(--bg-muted, #f5f5f5);
  padding: 20px;
  text-align: center;
}

div.header_logo img {
  min-height: 70px;
  height: 80%;
  max-height: 77px;
  height: auto;
  margin: 0 auto;
}

/* Theme Footer */
div.footer_logo > a > img {
  min-height: 70px;
  height: 80%;
  max-height: 77px;
  height: auto;
  margin: 0 auto;
}

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