/* NACD CUSTOM HEADER LOGO BACKGROUND */
.navbar-advocacy .navbar-brand img {
    background-color: white;
    padding: 2px 5px;
    border-radius: 5px;
}

#contentheader-top {
    border-color: #489bb2;
}

.navbar-header {
    min-height: 5em;
}

.navbar-brand {
    max-height: 5em;
    height: auto;
    font-family: "Outfit";
    font-style: normal;
    font-size: 20px;
    line-height: 22px;
}

.navbar-brand > span {
    vertical-align: baseline;
}
.navbar-brand > img {
    max-height: 4.0em;
}

#contentheader-bottom {
    background-color: #17363f;
    border-color: #489bb2;
}

#contentfooter .navbar-inverse .navbar-nav>li>a, #contentfooter .navbar-inverse .navbar-text {
    color: #dddddd;
}

#contentfooter .navbar-inverse {
    background-color: #17363f;
}

.circle {
    position: relative;
    width: 89px;
    height: 89px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    padding: 0;
}

.circle img.profilepic {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.appnav_bar {
    top: 102px !important;
}

#sidebar {
    top: 102px !important;
}
