
	#header-container {
		padding: 0;
		display: grid;
		grid-template-rows: auto auto;
		grid-template-columns: 33% auto;
	}
	.superhead {
		grid-row: 1;
		grid-column: span 2;
	}
	#weeMLogoLeft {
		grid-row: 2;
		grid-column: 1;
	}
	#weem-headings {
		grid-row: 2;
		grid-column: 2;
		display: grid;
		grid-template-rows: auto auto auto;
		grid-template-columns: auto;
	}
	#weem-headings h1 {
		margin: 0;
		grid-row: 1;
		grid-column: 1;
		font-family: "Arial Black", Arial, Helvetica, Verdana, sans-serif;
	}
	#weem-headings h2 {
		margin: 0;
		grid-row: 2;
		grid-column: 1;
	}
	#weem-headings .date {
		grid-row: 3;
		grid-column: 1;
	}
	#weem-headings .outline.red {
		-webkit-text-stroke: 1px black;
		-webkit-text-fill-color: red;
	}
	#weem-headings .outline.white {
		-webkit-text-stroke: 1px black;
		-webkit-text-fill-color: white;
	}
	#weem-headings .outline.blue {
		-webkit-text-stroke: 1px black;
		-webkit-text-fill-color: blue;
	}
	h2.title {
		color: #33317c;
	}
	.dark {
		background: linear-gradient( to bottom, crimson, crimson, #dadfeb, #33317c, #33317c, #33317c );
	}