
/* If your page background-color is red after enabling the PHPlugins function, then you know it's working.
 * Delete this after confirmation, because it's hideous :
 */
/*body {
	background-color: #f00 !important;
}*/

/* Reduce Mobile Access Bar to a single button */
@media screen and ( max-width: 1024px ) {
	.page__mobile {
		display: block;
		float: left;
		left: auto; right: 0;
		margin: 6px 6px 24px 24px;
		width: auto;
	}
	.page__mobile .page__title {
		display: none;
	}
	.page__header, 
	.page__columns {
		margin-top: 0;
		padding-top:0;
	}
}
ul.breadcrumbs li {
  font-size: 1.2rem;
    margin :5px 5px;
    padding: 10px 0 10px;
    text-align: left;
}
ul.breadcrumbs li a:hover {
	color: blue;
}