body { 
    background-image: linear-gradient(to bottom right, rgb(5, 43, 109) 50%, white 100%);
    height:100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin:0px;
    padding:0px;
/*    white-space:nowrap;*/
    font-size:0px;
}

#headbanner {
    margin:0px;
    padding:0px;
    position:absolute;
    top:30px;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
    font-size: 50px;
    /*font-family: "Source Sans Pro", sans-serif;*/
    /*font-weight: normal;*/
}

#page-banner-caption {
    margin:0px;
    position:absolute;
    bottom:30px;
    right:10px;
    white-space: nowrap;
    font-size: 20px;
    color: yellow;
    text-decoration: underline;
    font-style: italic;
    background-color: rgba(0,0,0,.85);
    padding:10px;
}

ul.navbar {
    margin:0px;
    padding:0px;
    background-color:black;
    list-style-type:none;
    margin:0px;
    padding:0px;
    overflow:hidden;
}

li.navbar {
    float:right;
}

li.navbar a {
    display:block;
    padding:10px;
    color:silver;
    font-weight:bold;
    font-size:15px;
    text-decoration:none;
}

li.navbar a:hover {
    background-color: #bbbbbb;
    color:black;
}

li.dv a:hover {
    background-color:black;
    color:silver;
}

li.last {
    padding-right:20px;
}

.nav-left {
    position:absolute;
    float:left;
}

.nav-right {
    position:absolute;
    float:right;
}