
body {
    padding: 0px;
    margin:  0px;
    box-sizing:border-box;
    color:#002664;
    background-color: #f3f1e4;
    font-family: Barlow, Arial, sans-serif;
    font-size: medium;
}

h1 {
    margin-top: 20px;
    margin-left: -20px;
    font-weight: 700;
    border-left: 10px solid #ff5f00;
    padding: 10px;
}

#pa-banner {
    width: 100%;
    min-height: 110px;
    z-index: 5;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    font-size: 20px;
    color: #fff;
    background-color: #002664;
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8) ), url('/images/bar_alternate.gif');
}
#pa-banner::before {
    font-size: 80px;
    position: relative;
    left: 10px;
    top: 0px;
    color: rgba(255,255,255,0.7);
    font-weight: bold;
    letter-spacing: -5px;
    content: attr(banner-bg-text);
    pointer-events: none;
}
#pa-banner .link {
    position: relative;
    top:50px;
    right: 10px;
    float: right;
}
#pa-banner .menulink {
    position: absolute;
    top: 80px;
    left: 15px;
    font-size: small;
}

#pa-login {
    z-index: 5;
    position: absolute;
    top: 130px;
    right: 0px;
    margin: 0 !important;
    writing-mode: vertical-rl;
    text-decoration: none;
    white-space: nowrap;
    padding: 30px 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #fff;
    color:#ccc;
}
#pa-login:hover {
    background-color: #22eceb;
    color: #002664;
    font-weight: bold;
}

