.site-banner {
  background-color: #e56a54; /* WRF Salmon */
  color: #ffffff;
  padding: 1rem 2rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
}
@media (min-width: 768px) {
  .site-banner {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  }
}

.site-banner p {
  margin-bottom: 0;
}

.site-banner a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}

.site-banner a:hover,
.site-banner a:focus {
  text-decoration: none;
  color: #e6f2fa;
}
