﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -30px;
    /* Pad bottom by footer height */
    padding: 0 0 30px;
}

.footer {
    position: absolute;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 50px;
    background-color: white;
}

.well-sm {
    background-color: #061820;
    border-color: #061820;
    color: #f2f2f2;
}

h1,
h2 {
    color: black;
    border-bottom: solid 2px #6CB2B0;
}

h3,
h4 {
    color: black;
}

.navbar-inverse {
    background-color: #061820;
    font-weight: bold;
    border-bottom: solid 3px #FFCD00;
}

    .navbar-inverse .open {
        background-color: #6CB2B0 !important;
        border-radius: 4px 4px 0px 0px;
    }

        .navbar-inverse .open .dropdown-toggle a {
            background-color: #6CB2B0 !important;
            border-radius: 4px 4px 0px 0px;
        }

        .navbar-inverse .open .dropdown-toggle,
        .navbar-inverse .open .dropdown-toggle:focus,
        .navbar-inverse .open .dropdown-toggle:hover {
            background-color: #6CB2B0 !important;
            border-radius: 4px 4px 0px 0px;
        }

    .navbar-inverse .navbar-brand {
        color: #d0d0d0
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #f2f2f2;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #d0d0d0;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #d0d0d0;
    }

.featured {
    margin-top: 20px;
}

    .featured a {
        background-color: #002665;
        color: #d0d0d0;
        text-decoration: none !important;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        -moz-box-shadow: inset 1px 1px 3px #fff;
        -webkit-box-shadow: inset 1px 1px 3px #fff;
        box-shadow: inset 1px 1px 3px #fff;
    }

        .featured a:hover,
        .featured a:focus {
            color: #fff !important;
            background-color: #002665 !important;
            text-decoration: none !important;
        }

            .featured a:hover:enabled {
                color: #fff;
                background-color: #002665 !important;
                text-decoration: none !important;
            }

        .featured a:active {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }
