:root{
}

 :root{
}

 .breadcrumb{
	margin-top:1.5rem;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
 }

 .breadcrumb a{
		 color:black;
		 text-decoration:none;
	 }

 .breadcrumb a .breadcrumb-name{
			font-weight:600;
		 }
