@charset "UTF-8";
/* CSS Document */

#breadCrumb {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5rem;
	font-weight: 300;
}


/* ===========================
   Responsive
=========================== */

@media screen and (max-width: 540px) {

	#breadCrumb {
		font-size: 1.4rem;
	}
}