.navbar-default {
    background-color: white;
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: blue;
    font-size: large;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: blue;
    background-color: #ff8a00;
}

.navbar-toggle.collapsed {
    background-color: white;
    color: blue;
}

.navbar-toggle.collapsed:hover {
    background-color: #ff8a00;
    color: white;
}

.navbar-toggle.collapsed:focus {
    background-color: white;
    color: blue;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-right {
    margin-right: 0;
}

.container-fluid .navbar-brand {
    margin-left: 0 !important;
}

body {
    background:url(../images/splashhero.jpg) no-repeat;
    background-size:cover;
}

.modal-footer {
    text-align: center;
    background-color: white;
    color: blue;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.dropdown-toggle:active {
    background-color: #ff8a00;
}