@charset "utf-8";
/* CSS Document */
.breadcumb {
	/*display:grid;  Space between grid items 
	grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));*/
}
.brd {
	font-weight:700;
	font-family: "Kelly Slab", sans-serif;
	text-align:center;
	a {
		text-decoration:none;
		color:#415E72;
	}
	a:hover { text-decoration:underline;}
	i { color:#415E72; padding:0px 10px; }
}