.navbar-transparent .navbar-brand img {
	-webkit-filter: invert(1);
  	filter: invert(1);
}

.current-page-ancestor, .current-menu-ancestor, .current-page-parent, .current_page_ancestor, .current-menu-item, .current_page_item {
	border-radius:3px;
	background-color:rgba(0, 0, 0, 0.05);
}

.navbar .navbar-brand img {
    max-height: 60px;
}