.site-header {
    position: relative;
    width: 100%;
    z-index: 50;
}

.site-branding {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #fff;
    padding: 20px 30px;
    text-align: center;
}

.header-logo {
    width: 200px;
    margin: 0 auto;
}

.site-slogan {
    background-color: #9a1c1f;
    padding: 5px 30px;
}

.site-slogan p {
    width: 100%;
    margin: 0;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.main-navigation {
    background-color: #ba2025;
}

/*.covid-notification {*/
/*    position: relative;*/
/*    background: #eef2f5;*/
/*    padding: 5px;*/
/*    z-index: 5;*/
/*    top: 0;*/
/*    width: 100%;*/
/*}*/

/*.covid-notification p {*/
/*    font-size: 14px;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    color: #111;*/
/*    text-align: center;*/
/*    font-weight: 700;*/
/*}*/
