@charset "utf-8";
/* CSS Document */
@media (min-width: 576px) { ... }
@media (min-width: 768px) { ... }
@media (min-width: 992px) { ... }
@media (min-width: 1000px) { ... }
/* change of some background-colors to enhance ui/ux */
/* get rid of pyjamas blue */
/* zoom the lot to not go entirely nuts on DUPLO blocks */
@media (min-width:992px) {
	html {
    	zoom: 95%; 
	}
}