﻿.navbar .navbar-header {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar .navbar-header img {
    height: 100px;
}
@media (min-width: 768px) {
    .navbar .navbar-header img {
        height: 125px;
    }
}
.navbar {
    background-color: #fff !important;
    z-index: 100;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.sticky .navbar-header img {
    height: 95px;
}
.sticky .nav > li > a {
    line-height: 75px;
}
.header-title {
    background-color: #edbb37;
}
.navbar .navbar-nav > .active > a {
    color: #000;
}
.btn {
    background-color: #edbb37 !important;
}
.btn--primary:before, .btn--primary:after {
    background-image: none !important;
}
.link {
    background-image: linear-gradient(90deg,#555 0,#555 50%,#000 50.001%,#000 100%);
}
div.copy {
    padding: 0.875rem 0;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: -45px;
}
.tasks label{
    font-weight:normal;
    padding-left:10px;
}