body {
	font-family: 'Muli', sans-serif;
	padding-top: 54px;
	background-color: #f4f4f4;
}

@media (min-width: 992px) {
	body {
		padding-top: 56px;
	}
}

.navbar {
    background-color: rgba(27,28,31,0.8) !important;
}

#flashbox {
	position: relative;
	z-index: 55;
}

#menu-category {
	font-family: 'Volte Rounded';
}

#menu-category .list-group-item {
	font-weight: 600;
	color: #7e7e7e;
}

#menu-category .list-group-item.active {
	background-color: #1b1c1f;
	border-color: inherit;
	color: #e6e6e6;
}

#overlay {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}

#overlay svg {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
}
