	#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;
	}
	#weeMLogoLeft {
		max-width: 85%;
	}
	#btn2top {
		display: none;
	}
	.superhead, .theme {
		color: maroon;
		font-family: Creepster, Roboto, "San Francisco", "Arial Black", Arial, Helvetica, Verdana, sans-serif;
	}
	@container headings (min-width: 50px) {
		#weem-headings .theme {
			font-size: 1.5rem;
		}
	}
	@container headings (min-width: 200px) {
		#weem-headings .theme {
			font-size: 2rem;
		}
	}
	@container headings (min-width: 325px) {
		#weem-headings .theme {
			font-size: 2.5rem;
		}
	}
	@container headings (min-width: 400px) {
		#weem-headings .theme {
			font-size: 3rem;
		}
	}
	@container headings (min-width: 525px) {
		#weem-headings .theme {
			font-size: 4rem;
		}
	}