.header-banner {
    width: 100%;
    min-height: 45px;
    content: "Santa Clara County Office of Education";
    color: #fff;
    padding: 10px;
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    z-index: -100;
    font-size: 14px;
}
.header-banner * { margin: 0; color: inherit; }
.header-banner a:hover { color: inherit; }

@media (min-width: 992px) {
    .header-banner {font-size: 16px;}
}