	#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;
		font-family: "Arial Black", Arial, Helvetica, Verdana, sans-serif;
	}
	#weem-headings h1, #weem-headings #weeMLogoCenter {
		margin: 0;
		grid-row: 1;
		grid-column: 1;
	}
	#weem-headings #weeMLogoCenter {
		display: none;
	}
	#weem-headings h2 {
		margin: 0;
		grid-row: 2;
		grid-column: 1;
		color: rgb(135,18,24);
	}
	#weem-headings h2.theme {
		grid-row: 3;
		grid-column: 1;
		color: transparent;
	}
	#weem-headings h2.title {
		grid-row: 4;
		grid-column: 1;
		color: grey;
	}
	#weem-headings .date {
		grid-row: 5;
		grid-column: 1;
	}
	.silver {
		background: linear-gradient( to right, #d5d5d7, #d5d5d7, #fcfcfc, #eee, #d5d7e5, #e4e4e5, #d5d5d7);
		background-clip: text;
		color: transparent;
	}
	@supports (-webkit-text-stroke: 1px black) 
	{
		.theme.outline.silver, .theme.outline.silver {
			-webkit-text-stroke: 1px black;
			-webkit-text-fill-color: silver;
			-webkit-text-fill-color: transparent;
			font-family: "Arial Black", Arial, Helvetica, Verdana, sans-serif;
		}
	}
	#weem-headings .date, #weem-headings .date span {
		color: rgb(135,18,24);
		-webkit-text-stroke-width: unset;
		-webkit-text-stroke-color: unset;
	}
	.div-pin {
		width: 4em;
	}
	.dark a:hover {
		text-decoration: underline;
	}
	  
	@media screen and (max-width: 1000px)  {
		#header-container {
			grid-template-columns: auto;
		}
		.superhead {
			grid-column: 1;
		}
		#weeMLogoLeft {
			display: none
		}
		#weem-headings {
			grid-column: 1;
		}
		#weem-headings #weeMLogoCenter {
			display: block;
			margin-top: -1ex;
		}
		#weem-headings .h.center, #weem-headings h2.theme {
			display: none;
		}
		#weem-headings h2.title {
			margin-top: -1.5ex;
		}
	}