.navbar-default {
    background: #09193b;
    background: -ms-linear-gradient(top, #09193b 0%, #1b2e56 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #09193b), color-stop(100%, #1b2e56));
    background: -webkit-linear-gradient(top, #09193b, #1b2e56);
    background: -moz-linear-gradient(top, #09193b, #1b2e56);
    background: -o-linear-gradient(top, #09193b, #1b2e56);
    background: linear-gradient(top, #09193b,#1b2e56);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #efb432;
    height: 40px;
    border-radius:0;
}

.navbar-nav {
    margin: 7.5px -15px;
    float: right;
}
.page-header {

    border-bottom: 0px;
}

@media (min-width: 768px)
{
.navbar-nav {
    float: right;
    margin: 0;
}
}

#footer {
  margin-top: 20px;
    height: 30px;
    background-color: #f5f5f5;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    margin-top: 1.3em;
    margin-bottom: 0;
    line-height: 1.2em;
    font-weight: normal;
}

h1, h1 a {
    color: #0076c0;
    font-size: 35px;
    font-family: "Avenir LT W01 35 Light", "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin: 0;
    margin-left: -3px;
    margin-bottom: 17px;
    padding-bottom: 5px;
    border-bottom: solid 1px #0076c0;
    line-height: 1.1em;
}

h2, h2 a {
    color: #0a214f;
    font-size: 22px;
    font-family: "Avenir LT W01 65 Medium", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3, h3 a {
    color: #005695;
    font-size: 16px;
    font-family: "Avenir LT W01 85 Heavy", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
