body {
    padding-bottom: 100px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: graytext; /*Sets the text hover color on navbar*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >
a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: white; /*BACKGROUND color for active*/
    background-color: graytext;
}

.navbar-default {
    background-color: midnightblue;
    border-color: #030033;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #66CCFF; /*change color of links in drop down here*/
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: silver; /*Change rollover cell color here*/
}

.navbar-default .navbar-nav > li > a {
    color: white; /*Change active text color here*/
}
.navbar-wrapper {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1000;

}

body > div.container {
    padding-top: 50px;
}

body > div.container-fluid {
    padding-top: 100px;
    font-family: 'calibri', sans-serif;
}

.panel-info {
    float: left;
    margin: 0 10px;
}
h1{
    font-size: 18px;
    font-variant: small-caps;
}
h2{
    font-size: 16px;
    font-variant: small-caps;
}
h3{
    font-size: 14px;
    font-variant: small-caps;
    font-weight: bold;
}
h4{
    font-size: 13px;
    font-variant: small-caps;
    font-weight: bold;
}
hr
{
    color: midnightblue;
    border: solid;
}
.footer
{
    font-family: 'calibri', sans-serif;
    color: #fff;
    background-color: white;
}