body {
    font-size: 16px;
    font-family: DejaVu Serif;
    left: 0px;
    right: 0px;
    width: 100%;
    border: 0px;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 18px;
    margin-left: 0px;
    margin-right: 0px;
    background: radial-gradient(circle at top left, #ffffff, #e8ffff);
    /* Fallback for older browsers or if gradient fails */
    background-color: #efffff
    #background-image: url(../img/polelight.jpg);
    #background-size: 100% 100%;
    #text-align: center;
}

.fixedHeader {
    position: fixed;
    top: 0px;
    margin: 0px;
    padding: 3px;
    border: none;
    width: 100%;
    vertical-align: middle;
    z-index: 20;
    background-color: #4286F4;
}

.fixedFooter {
    position: fixed;
    bottom: 0px;
    left: 700px;
    width: 100%;
    color: #AAA;
}

.content {
    margin: auto;
    width: 100%;
}

[class*="menu-"] {
    display: block;
    position: absolute;
    color: #000000;
    background-color: #f9f9f9;
    margin-top: 3px;
    width: 626px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding-left: 16px;
    padding-right: 16px;
    max-height: 0px;
    z-index: 24;
}

.menuBtn {
    position: relative;
    display: inline-block;
}
.menu-top {
    overflow: hidden;
    transition-duration: .5s;
}
.menuItem {
    font-size: 16px;
    font-family: DejaVu Serif;
    padding: 2px;
}
.menuItemSub {
    font-size: 14px;
}
.menuBtn:hover .menu-top {
    max-height: 1800px;
    transition-duration: .8s;
}
.menu-hidden {
    right: 0px;
    top: 0px;
    z-index: 0;
}
@media (min-width:1460px) {
.menu-right {
    top: 30px;
    right: 0px;
}}

