/*
 * Application-owned adaptation of the Orange County Superior Court public
 * header. Source and checksum details are recorded in the production-readiness
 * header asset provenance record.
 */
#headerWrap.header-navbar {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 960px;
    min-height: 95px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background-color: #fff;
}

#headerWrap.header-navbar .court-header-home {
    display: inline-flex;
    max-width: 100%;
}

#headerWrap.header-navbar .img-logo {
    display: block;
    width: 431px;
    max-width: 100%;
    height: auto;
    margin: 0;
    border: 0;
}

#headerWrap.header-navbar .court-header-home:focus-visible {
    outline: 3px solid #005ea8;
    outline-offset: 3px;
}

@media screen and (max-width: 479px) {
    #headerWrap.header-navbar {
        min-height: auto;
        padding: 8px 0;
    }
}
