.topheader {
/*    mix-blend-mode: difference;*/
    text-align:center;
    background-image: url("../images/new_sky2.jpg");
    background-size: 100% 120%;
    background-repeat:repeat-x;
    height: 110px;
}

.topheader h1 {
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
    text-shadow: -2px 0 #000099, 0 2px #000099, 2px 0 #000099, 0 -2px #000099;
}

.topheader a{
    text-decoration:none;
    white-space:nowrap;
    
}
.roles {
    position:absolute;
    right:10px;
    top:10px;
    padding: 5px;
    color: #1f2f5f;
    cursor:pointer;
    font-size: 24px;
}
.roles a, .roles span{
    text-decoration:none;
    font-size:24px;
    color:#1f2f5f;
}
.topheader .onDeckArea {
    vertical-align:top; position:absolute; right:10px; top:70px; font-family:"Batch"; font-size:28px;
}
.imgLogo {
    position: absolute;
    width: 270px;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
}
.btnMainMenu{
    background-color: #1f2f5f;
    color:rgb(207, 223, 239);
    font-size:22px;
    cursor:pointer;
    position:absolute;
    left: 0px;
    top: 0px;
    font-size:24px;
    font-family: "Batch";
}
.welcomeArea {
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background-color: rgba(31, 47, 85, 0.5);
    color: White;
    padding: 0px 15px 0px 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 75px;
    font-size: large;
}
.roleArea{
    border: 1px solid black; padding: 5px; background: #1f2f5f; color: #ddd;
    font-size:16px;
    position:absolute;
    right: 10px;
    top: 40px;
}