﻿body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: white;
    
}

.nav-brand {
    float: left;
    margin: 0;
    color: black;
}

    .nav-brand a {
        font-size: 24px;
        color: black;
    }

.center {
    text-align: center;
}

.hr-thick {
    background-color: black;
    height: 5px;
    width: 100%;
    margin-bottom: 0;
}

.header-border-bottom {
    border-bottom: 5px solid black;
}

.nav2-border-bottom {
    border-bottom: 2px solid black;
}

.navbar-nav2 .nav-item:not(:last-child) {
    border-right: 1px solid silver;
}

.navbar-nav2 .nav-item:hover .nav-link {
    color: #ffffff;
    background-color: red; /* add background-color to active links */
}

.navbar-nav2 .nav-item.active .nav-link {
    color: #ffffff;
    background-color: #0171AE;
}

.navbar-nav2 .nav-item .nav-link {
    color: #000000
}

ul.nav.nav-tabs button:not(.active) {
    background-color: #eeeeee;
    color: grey;
}

ul.nav.nav-tabs button.active {
    border-top: 3px solid #16a765;
}

/*.stick-please {
    position: fixed;
    top: 100px;
    width: 100%;
}

.stick-please + .main {
    padding-top: 120px;
}*/

