﻿/* Custom Bootstrap (copied and modified from Bootstrap v3.3.6) */
.navbar-custom {
    min-height: 30px !important;
    margin-bottom: 5px !important;
    /* ADA ENHANCEMENT: Darkened base background to #005C5C for 6.4:1 contrast against white */
    background-color: #005C5C !important;
    border-color: #004040 !important;
    border-radius: 5px !important;
    font-size: 1.0rem;
    font-family: Verdana, Arial;
}

    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-brand:hover,
    .navbar-custom .navbar-brand:focus {
        color: #FFF !important;
    }

    .navbar-custom .navbar-nav > li > a {
        color: #FFF !important;
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

        .navbar-custom .navbar-nav > li > a:hover,
        .navbar-custom .navbar-nav > li > a:focus {
            /* ADA ENHANCEMENT: Darkened hover background to #004040 and switched text to solid white for high contrast */
            background-color: #004040 !important;
            color: #FFF !important;
            border-radius: 6px !important;
        }

    .navbar-custom .navbar-nav > .active > a,
    .navbar-custom .navbar-nav > .active > a:hover,
    .navbar-custom .navbar-nav > .active > a:focus {
        color: #FFF !important;
        /* ADA ENHANCEMENT: Matched active background to hover background for consistency and contrast */
        background-color: #004040 !important;
        border-radius: 6px !important;
    }

    .navbar-custom .navbar-text {
        color: #FFF !important;
    }

    .navbar-custom .navbar-toggle {
        border-color: #004040 !important;
    }

        .navbar-custom .navbar-toggle:hover,
        .navbar-custom .navbar-toggle:focus {
            background-color: #004040 !important;
        }

        .navbar-custom .navbar-toggle .icon-bar {
            background-color: #FFF !important;
        }
/* End of Custom Bootstrap */

.lsp-header {
    max-width: 1400px;
    min-width: 1100px;
    margin: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
    background-color: white;
    font-size: 1.7rem;
    font-family: Verdana, Arial;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .lsp-header {
        max-width: 100%;
        min-width: 1100px;
        margin: auto;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 15px;
        padding-bottom: 5px;
        text-align: center;
        background-color: white;
        font-size: 1.7rem;
        font-family: Verdana, Arial;
    }
}

.lsp-main {
    margin: auto;
    max-width: 1400px;
    min-height: 400px;
    text-align: center;
    padding-bottom: 10px;
    background-color: white;
}

.lsp-footer {
    margin: auto;
    margin-top: 10px;
    max-width: 1400px;
    min-width: 1100px;
    text-align: center;
    border-radius: 5px;
    /* ADA ENHANCEMENT: Matched the footer background to the new navigation bar color */
    background-color: #005C5C;
}
