body {
  font-family: 'Roboto', sans-serif;
}
.pkp_head_wrapper {
  background-color: #004080;
}
a {
  color: #d12c2c;
}


/* ----- Center and Enlarge Banner ----- */
.pkp_site_name {
  text-align: center !important;
  margin: 20px auto !important;
}

.pkp_site_name img {
  display: block;
  margin: 0 auto;
  max-height: 120px !important;  /* Adjust for desired banner height */
  width: auto !important;
}