#breadcrumb {
	background: #f30000;
	color: #FFF;
	height: 2.5em;
	width: 100vh;	
	display: flex;
    align-items: center;
}

#breadcrumb a {
	color: #fff900;
}

#breadcrumb a:hover {
	background: transparent;
	border-color: #FF9;
	color: #FF9;
}