﻿.LogoBar {
    margin-top: 5px;
    background-color: #4492ad;
}

.site-title a {
    color: white;
    font-size: 0; /* hides text but keeps element */
}

    .site-title a::after {
        content: "Payment Portal";
        font-size: 38px; /* restores text */
    }

.site-login #login {
    display: none;
}

.site-login #menu a {
    color: white;
}
