@charset "utf-8";
body {
    background-color: rgba(69,40,166,1.00);
    background-image: -webkit-linear-gradient(270deg,rgba(47,36,188,1.00) 0%,rgba(22,19,106,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(47,36,188,1.00) 0%,rgba(22,19,106,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(47,36,188,1.00) 0%,rgba(22,19,106,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(47,36,188,1.00) 0%,rgba(22,19,106,1.00) 100%);
    background-attachment: fixed;
    margin: 0;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
header {
    background-color: #890002;
    position: relative;
    height: 60px;
    margin-right: 0px;
    margin-left: 0px;
}
header img {
    position: absolute;
    left: 10px;
    border-radius: 50%;
    top: 8px;
}
header h1   {
    color: rgba(255,255,255,1.00);
    position: absolute;
    left: 70px;
    top: -12px;
}
header .logout  {
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 1.4em;
}

h2 {
    font-size: 2em;
    color: #FFFFFF;
}
p {
    color: #FFFFFF;
    font-size: 1.2em;
}



a ,  a:visited, a:active{
    color: rgba(255,255,255,1.00);
    text-decoration: none;
}
a:hover  {
    color: rgba(211,211,211,1.00);
    text-decoration: underline;
}

@media (max-width:767px){
header h1   {
    font-size: 1.7em;
    margin-top: 20px;
    left: 0px;
    width: 100%;
    text-align: center;
}
.row h2  {
    font-size: 1.2em;
}


header img {
    display: none;


}
header .logout {
    font-size: 1em;
    width: 100%;
    text-align: center;
    top: 36px;
}
h2 {
    font-size: 2em;
}











}
