/* Hide Keycloak logo */
a.pf-v5-c-masthead__brand img {
    display: none;
}

/* Put GHHP logo in the header */
a.pf-v5-c-masthead__brand {
    background-image: url('../img/logo/logo-small.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin: 5px 0;
    height: 46px;

    color: var(--pf-c-nav__link--hover--Color);
}

/* Put GHHP text next to the logo in the header */
a.pf-v5-c-masthead__brand::after {
    content: "Gladstone Healthy Harbour Partnership";
    display: block;
    text-indent: 75px;
    width: 500px;
    font-size: 1.5em;
    font-weight: lighter;
    line-height: 2.1em;
}
