.mm-navbar {
	background-color: var(--orange-light);
	font-family: "myriad-pro", sans-serif;
	border-bottom: 3px solid var(--orange);
}

.mm-navbar__title > span {
	color: white;
	text-shadow: 2px 2px 4px black;
	font-size: 20px;
}

.mm-listview {
	font-family: "myriad-pro", sans-serif;
}

.mm-listitem__text {
	color: white !important;
	font-size: 16px;
	transition: font-size: 0.25s;
}

.mm-listitem__text:hover {
        color: white !important;
	font-size: 18px;
	transition: font-size 0.2s;
}

.mm-listitem::after {
	border-bottom: 1px solid var(--blue-light);

}

.mm-panel {
	background-color: var(--blue);
	z-index: 1000;
}
