.top-banner {
  background-color: orange;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 10px 0;
}

.top-banner p {
  margin: 0;
  color: #fff;
  font-size: 13px;
}

.top-banner a {
  color: #fff;
  text-decoration: underline;
  font-weight: 800;
}

.top-banner a:hover {
  opacity: 0.6;
}

.mobile-header .top-banner {
    margin-top: -5px;
}

.header, .mobile-header {
    max-height: initial;
}