.main-header-bar {
  background: #FAF8EA;
}

.main-header-menu > .menu-item > a {
  color: #bf0000;
  font-size: 1.2rem;
  font-weight: 500;
}

.site-header {
  z-index: 99;
  position: fixed;
  width: 100%;
}

@media (max-width: 544px) {
  .site-branding img,
  .site-header .site-logo-img .custom-logo-link img {
    max-width: 90%;
  }
}