header.header .topbar {
	
	background-color: #ffba00;
    color: #fff;
}



.verification-banner.email-verification .btn.btn-action, .verification-banner.email-verification .btn.btn-action:active, .verification-banner.email-verification .btn.btn-action[disabled]:hover {
    background-color: #ffba00;
    border-color: #ffba00;
    color: #fff;
}


.sidebar .list-group-item.active, .sidebar .list-group-item.active:focus, .sidebar .list-group-item.active:hover {
    background-color: #ffba00;
    border-color: #ffba00;
}



footer.footer {
    margin: 0;
    padding: 50px 0 80px;
    background-color: #ffba00;
    color: #fff;
    font-size: .9rem;
}