﻿/* ------ Bootstrap Adjustments #336699 ------ */

.defaultfont {
    color: #404040;
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .defaultfont .alink {
        color: #264d73;
    }

        .defaultfont .alink:hover {
            color: #538cc6;
        }

.navbar-brand {
    color: #ffffff;
    font-weight: bold;
}

    .navbar-brand:hover {
        color: #d9e6f2;
        font-weight: bold;
        text-decoration: none;
    }

/* ------ Header ------ */
header {
    background: #19334d;
    color: #ffffff;
}

.headerRightTop {
    text-align: right;
    margin: 2px 27px 0 20px;
}

.headerRightBottom {
    text-align: right;
    margin: 10px 17px 0 20px;
}

.headerBrand {
    color: #d9e6f2;
    font-weight: bold;
}

    .headerBrand:hover {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }


.headerLink {
    color: #d9e6f2;
    font-weight: bold;
    padding-right: 0;
    padding-left: 0;
    margin-left: 20px;
}

    .headerLink:hover {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
        padding-right: 0;
        padding-left: 0;
        margin-left: 20px;
    }

.headerSpan {
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}

/* ------ Media Size Adjustments ------ */

.mobile_hide {
    display: none;
}

.mobile_show {
    display: block;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .mobile_hide {
        display: block;
    }

    .mobile_show {
        display: none;
    }
}