﻿html { 
  background-color: #002b5c; 
}
body
{
   
    font-family: 'Nunito', sans-serif;
    
}
#leftmenu {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 325px;
    height: 100%;
    background-color: #002b5c;                  
    
    /*Grey background-color: #002b5c;*/                 /*Blue background-color: #002b5c;*/
    
    color: #fff;
    z-index: 1;
}
h3 {
    
}
#mini {
    margin-top: 8px;
}
#link{
    margin-top: 10px;
}
#leftmenu a{
    color: #fff;
}
#menu {
    position:absolute;
    top:20%;

}
#background {
    position: absolute;
    top: 0;
    bottom:0;
    margin:auto;
    width: 100%;
    z-index: 0;
}
footer p{
   margin-top: 10px;
}
#unsupportedbrowser { position: absolute; z-index: 2; font: bold 11px; color:#d00; background-color:#fee784; margin-top:10px; border:solid 2px #f00; text-align:center; width: 100%}
#message img {
	position: absolute; z-index: 2; bottom:2%; left: 35%;
    
}
#alert {
	color: red;
}