@charset "UTF-8";

/*Ender Custom CSS Here*/

.navbar-brand img {
	max-height: 150px;
}

#nav-menu-content h4 {
	color: #f10909;
}

.nav-justified .nav-item {
    background: #6c757d8a;
    border: 1px dashed #666;
}

.beef-menu img {
	margin-bottom: 1rem;
}

.menu-page h3 {
	text-decoration: underline;
}


.header .navbar-default .dropdown:not(.show) .sub-menu:not(.show) {
    display: none;
}