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

#plastics {
	background-image: url("/img/pg_hdr/plastics.jpg");
	background-size:cover;
}
#plastics h1 {
	color:#fff;
}
#resources {
	background-color: #609540;
	color:#fff;
}
#resources a {
	color:#EFE6C7;
}
#publications {
	background-color: #E2E3E4;
}
@media only screen and (max-width: 768px)  {
	#eccc {
		max-width:calc(100vw - 75px);
	}
}