﻿
/* Ohio.gov Bar */

#header-top {
    height: 30px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    padding-top: 7px;
    padding: 8px 15px 0px;
}

    #header-top .ohio-gov-container {
        width: 85%;
        display: flex;
        justify-content: flex-end;
    }

    #header-top .ohio-gov-link {
        display: flex;
        justify-content: flex-end;
    }

    #header-top a:hover {
        text-decoration: none;
    }

    #header-top p {
        margin: 0px;
        font-family: "Serifa", Didactic Gothic;
        font-weight: bold;
        font-size: 11px;
        margin-right: 6px;
        position: relative;
        top: 1px;
    }

    #header-top img {
    }

    #header-top .app-name-container {
        position: relative;
        top: -3px;
        visibility: hidden;
    }

    #header-top .app-logo {
        margin-right: 10px;
        position: relative;
        top: -3px;
        display: none;
    }

    #header-top .app-name {
        position: relative;
        left: -1px;
        top: 1px;
    }

        #header-top .app-name .initial {
            font-size: 19px;
            font-style: italic;
        }

            #header-top .app-name .initial.p-initial {
                margin-right: -2px;
            }

.logo-header-footer {
    width: 400px;
}



/* Nav Bar */

.navbar-nav {
    justify-content: flex-end;
}

.add-logo {
    padding-left: 60px;
    background-image: url(../assets/img/fireworks-wht.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 50%;
    background-size: 45px;
    color: white;
}
