﻿body {
    background-color:white;
    font-family:'Segoe UI Symbol';
    height:100%;
}

.menuWrapper {
    padding:10px;
    padding-bottom:20px;
    padding-top:10px;
    background-color:lightgray;
    min-height:10px;
   position:fixed;
   width:99%;
   top:120px;
   left:0;
}

.menuItem {
    background-color:#555555;
    color:white;
    border:thick;
    border:2px;
    border-color:white;
    padding:5px;
    margin:1px;
    font-weight:bold;
    text-decoration:none;
   
}

    .menuItem :hover {
        border-color:#ff6a00;
        border-width:2px;
     
    }

.header {
    background-color:white;
    padding:20px;
    text-align:center;
    position: fixed;
    width:100%;
    top:0;
    left:0;
}

.footer {
    background-color:lightgray;
    width:100%;
    font-size:smaller;
    height:20px;
    position:fixed;
    bottom:10px;
    left:0;
    padding:2px;
    color:#555555;
    vertical-align:central;
    text-align:center;
    
}

.background {
    background: url("/Media/Images/HexBackground.png") 0 165px repeat-x;
    background-attachment: fixed;
    height: 500px;
    position:fixed;
    float:left;
    width:100%;
    margin-left:-10px;
    opacity: 0.2;
    z-index:-1;
}

.contentFixed {
    float:left;
    top:200px;
    margin-top: 165px;
    width:100%;
    
}