	h1 {
		color: var(--SlateBlue);
		font-size: clamp(2rem, 5vw, 3rem);
	}
	h2 {
		font-size: clamp(1.5rem, 4vw, 2.5rem);
	}
	h3 {
		font-size: clamp(1.2rem, 3vw, 1.8rem);
	}
	h4 {
		font-size: clamp(1rem, 1.25vw, 1.25rem);
	}
	.content {
		margin-top: -2ex;
	}
	.events-page {
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: auto auto auto;
	}
	.event-calendar-heading-grid {
		grid-row: 1;
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-rows: auto;
	}
	.event-info {
		grid-row: 2;
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-rows: 100%;
	}
	.event-list {
		grid-row: 3;
		margin: 0;
		padding: 0 0 2ex 0;
	}
	.event-list h2.event-date {
		margin-top: 1.5ex;
	}
	.sans {
		font-family: Helvetica, Verdana, Arial, sans-serif;
	}
	
	div.multinotewell {
		max-width: 40%; 
		min-width: 120px;
		margin: -1ex 0 1ex 0.5em;
		display: grid;
		grid-template-rows: auto;
	}
	
	.showNote { /* RSVP note */
		display: none;
	}

	.hide {
		display: none;
	}
	
	#deadline + h2.eventDate:first-of-type, .event-list + h2.eventDate:first-of-type, #past > h2.eventDate:first-of-type, 
	#past:not(.show) + h2.eventDate:first-of-type {
		margin-top: 0;
	}
	
	#show-past-btn {
		display: block;
		margin: 0 auto;
	}
	
	.hide-past-events {
		display: none;
		transform: scale(0);
		opacity: 0;
		transition: transform .5s ease-in-out, opacity .5s ease-in-out;
	}
	
	.hide-past-events.show {
		display: block;
 		transform: scale(1);
 		opacity: 1;
		animation: show-anim .5s ease-in-out;
	}
	

	/*--- Start Parallax Style --*/
	.parallax {
		background-position-x: 40%;
		width: 75%;
		margin-top: 3ex;
		margin-left: auto;
		margin-right: auto;
		p {
			margin-top: 1ex;
			margin-bottom: 1ex;
		}
	}
	.parallax-inner.weem {
		padding-left: 1.5em;
		padding-right: 1.5em;
		display: grid;
		grid-template-rows: auto 1fr;
		width: 100%;
		border: silver 3px solid;
	}
	.parallax-inner.weem .details a, .parallax-inner.weem .details a:link, .parallax-inner.weem .details a:visited {
			text-decoration: none;
	}
	.parallax-inner.weem .details a:hover {
			text-decoration: underline;
	}
	.parallax-inner.weem.w2026 {
		color: black;
		background: gold;
		background: linear-gradient(to right, rgba(191, 149, 63, 0.7), rgba(191, 149, 63, 0.7), #FCF6BA, rgba(179, 135, 40, 0.7), #FBF5B7, rgba(170, 119, 28, 0.7));
		p, em, span {
			color: black;
		}
		h2, h3, strong {
			color: #432412;
		}
		h2 {
			margin-top: 0.5ex;;
		}
		a, a.lm-btn, .details a, a.details a:visitied {
			color: var(--LinkBlue);
			text-decoration: none;
		}
		a:hover {
			color: brown;
			text-decoration: underline;
		}
		a.lm-btn {
			color: var(--LinkBlue);
			border-color: #432412;
		}
		a.lm-btn:hover {
			color: gold;
			background: #432412;
		}
		hr {
			display: none;
		}	
	}
	.parallax-inner.weem.w2026 h2.theme {
		margin-top: -1ex;
	}
	.parallax-inner.weem.w2026 h2.theme em {
		font-size: 125%;
		color: transparent;
		font-family: "Arial Black", Arial, Helvetica, Verdana, sans-serif;
		-webkit-text-stroke-width: 2px;
		-webkit-text-stroke-color: #432412;
	}
	.parallax-inner.weem .weemImg {
		top: unset;
		bottom: unset;
		left: unset;
		position: relative;
		max-width: 65%;
		justify-self: center;
	}
	.parallax-inner.weem .weemImg {
		max-width: 100%;
	}
	.parallax-inner.weem .details {
		margin: auto;
		padding: 0;
		justify-self: center;
	}
	/*---  End Parallax Style  --*/
	
	#mgTopicHide {
	  display: none;
	}
	#mgTopic p {
		margin-top: 0.75ex;
		margin-bottom: 0.75ex;
	}
	#mgTopic p.byline, #mgTopic p.mt0 {
		margin-top: 0;
	}
	#mgTopic p.mb0 {
		margin-bottom: 0;
	}
	#mgTopic a {
		color: var(--LinkBlue);
		clear: right;
	}
	#mgTopic .fa-pull-right {
		margin-bottom: -0.15ex;
	}
	
	.event-day {
		padding: 4ex clamp(3%, 1.5em, 5%) 3ex;
		border-radius: 1em;
		background: linear-gradient( to right, #d5d5d7, #d5d5d7, #fcfcfc, #eee, #d5d7e5, #e4e4e5, #d5d5d7);
		container-name: event-day;
		container-type: inline-size;
	}
	.event-day ul {
		margin-top: 2.5ex;
		margin-left: clamp(3%, 1.5em, 5%);
	}
	.event-day ul:first-of-type {
		margin-top: 0;
	}
	.event-day ul p {
		margin-top: 1ex;
		margin-bottom: 1ex;
		position: relative;
		z-index: 2;
	}
	.event-day ul p:first-child {
		margin-top: 2ex;
	}
	.event-day ul p:last-child {
		margin-bottom: 2ex;
	}
	.event-day ul:first-of-type p:first-child {
		margin-top: 0;
	}
	.event-day ul:last-of-type, .event-day ul:last-of-type li:last-of-type, .event-day ul:last-of-type p:last-child {
		margin-bottom: 0;
	}
	.event-day ul .image-txt-container p {
		margin: 0;
	}
	
	#weemSmallAd {
		display: none;
	}
	
	li.cancelled p {
		color: darkgrey;
	}
	
	li.cancelled p:last-of-type {
		margin-bottom: 0;
	}
	
	li.cancelled p a {
		opacity: 50%;
	}
	
	p.note.grey, p.note.grey span {
		color: grey;
	}
	
	p.note.grey.dark, p.note.grey.dark span {
		color: lightgrey;
	}
	
	@keyframes show-anim {
		0% {
 			display: none;
			opacity: 0;
 		}
		1% {
 			display: block;
			opacity: 0;
			transform: scale(0);
		}
		50% {
			opacity: 0.6;
			transform: scale(0.75);
		}
		100% {
			opacity: 1;
			transform: scale(1);
		}
	}
	
	#myBtn { /* button for modal */
		display: block;
	}
	
	#nxt-mnth-btn {
		position: relative;
	}
	#nxt-mnth-btn:hover {
		z-index: 25;
	}
	
	[id*="AsLinkBtn"] {
		color: var(--LinkBlue);
		background: transparent;
		font-size: clamp(1rem, 1.25vw, 1.25rem);
	}
	[id*="AsLinkBtn"]:hover {
		text-decoration: underline;
	}
	
	#calendarButton.floatRight {
		margin-left: 0.5em;
		margin-right: 0;
	}
	
	.add2calendar {
		margin-left: auto;
		margin-right: auto;
	}
	.add2calendar .add-to-calendar {
		display: block;
		justify-self: center;
	}
	.add2calendar p.above {
		margin-top: 0;
		margin-bottom: 1ex;
	}
	.add2calendar p.below {
		margin-top: 1ex;
		margin-bottom: 0;
	}
	
	#discordBtn {
		margin-left: 0;
		margin-top: 0.5ex;
		margin-bottom: 0.5ex;
	}
	
	#discordModal h3 {
		color: var(--SlateBlue);
	}
	
	#covidBtn {
		margin-top: 0.5ex;
	}
	
	.multinotewell .calendarButton.center {
		display: block;
		width: 100px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#calendarButton p.center {
		width: 100%;
		max-width: 100px;
		margin: 0 auto 1ex auto;
	}
	
	span.discordLiveBtn {
		background-color: red;
	    border-radius: 25px;
	    padding-left: 0.5em;
	    padding-right: 0.5em;
	    color: white;
	    font-family: Helvetica, Verdana, Arial, sans-serif;
	    font-size: 95%;
	}
	
	#superMoon {
	  display: grid; 
	  width: 100%;
	  height: auto;
	  grid-template-columns: auto 300px;
	  grid-template-rows: auto;
	  grid-gap: 2ex;
	}
	#superMoon p {
		margin-top: 0;
		grid-column: 1;
		grid-row: 1;
	}
	#superMoon .video-container {
		grid-column: 2;
		grid-row: 1;
	}
	.video-container:after {
  	  content: "";
  	  display: table;
  	  clear: both;
	}
	
	.polaroid img {
		width: 100%;
		margin: 0 auto;
	}	
	
	[class*="eventThumbnail"]:has(.nofloat), [class*="eventThumbnail_none"], .polaroid {
		float: none;
		margin: 0 auto 0 auto;
		width: fit-content;
		max-width: 35%;
		position: relative;
		z-index: 0;
	}
	
	/* images within the eventThumbnail withou a shadow or polaroid div never have a margin */
	.event-day div[class*="eventThumbnail"] img:not(.shadow), .event-day .polaroid img {
		margin: 0;
	}	
	
	[class*="eventThumbnail_leftt"], .rotate_left {
		float: left;
		margin-right: clamp(2%, 1.5em, 4%);
	}	
	[class*="eventThumbnail_right"], .rotate_right {
		float: right;
		margin-left: clamp(2%, 1.5em, 4%);
	}
	
	p.caption, .event-day .eventThumbnail_right_event p.caption, .event-day .eventThumbnail_left_event p.caption {
		font-size: x-small;
		margin: 0 auto;
		width: fit-content;
	}
	
	/* the right margin must be at least the size of the shadow 
	.rotate_none, .rotate_right, .rotate_left { 
		margin-right: 25px;
	}
	
	:not(.nofloat):is(.rotate_none, .rotate_right, .rotate_left) { 
		margin-right: 25px;
	}
	*/
	[class*="eventThumbnail"]:has(.nofloat), [class*="rotate_"]:has(.nofloat) {
		max-width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	.nofloat.mt0 {
		margin-top: 0;
	}
	.nofloat.mtminus1 {
		margin-top: -1ex;
	}
	.nofloat.mtminus2 {
		margin-top: -2ex;
	}
	[class*="eventThumbnail"]:has(.nofloat)
	{
		max-width: 85%;
		margin-left: auto;
		margin-right: auto;
	}
	div[class*="rotate_"]:has(.nofloat) {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3ex;
	}
	div.nofloat:has([class*="rotate_"]):has([class~="landscape"]) {
		max-width: 85%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2ex;
	}
	div.nofloat:has([class*="rotate_"]):has([class~="portrait"]) {
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1ex;
	}
	div.rotate_right {
		shape-outside: polygon(7% 0%, 100% 17%, 95% 100%, 0% 84%);
		shape-margin: 4%;	
	}
	div.rotate_left {
		shape-outside: polygon(0% 8%, 10% 100%, 100% 90%, 84% 0%);
		shape-margin: 4%;	
	}
	
	.polaroid a {
		display: inline-block;
	}
	
	.polaroid:hover {
		position: relative;
		z-index: 25;
	}
	
	.modal-content .event-eventThumbnail_right,
	.modal-content :not(.portrait-long, .landscape):is(.eventThumbnail_right_event, .eventThumbnail_right) {
		width: 25%;
	}
	
	.multinotewell, .note {
		position: relative;
		z-index: 5;
	}
	
	#poetry-img {
		position: relative;
		z-index: 0;
	}
	
	#rockford-food-img, #dice {
		position: relative;
		z-index: 2;
	}
		
	#waffles:not(.portrait-long, .landscape):is(.eventThumbnail_right_event, .eventThumbnail_right), 
	#dnwsImg:not(.portrait-long, .landscape):is(.eventThumbnail_right_event, .eventThumbnail_right) {
		max-width: 25%;
	}
	
	[class*="eventThumbnail"]:hover, .shape:hover, #agogAdR:hover, #spagetti-plate:hover, #big-ben:hover, #beverly:hover, #dtl-pic:hover, 
	#mixology:hover, #poetry-img:hover, #rockford-food-img:hover, .multinotewell:hover, .note:hover, #murder:hover,
	#MofWDCRGpic:hover {
		position: relative;
		z-index: 25;
	}
	#agogAdR:hover {
		position: fixed;
	}
	
	#ag-reg {
		position: relative;
		z-index: 0;
		margin-left: -1.5em;
		width: calc(100% + 1.5em); 
		max-width: 970px; 
	}
	
	#ag-reg:hover {
		z-index: 20;
	}
	
	#ag-reg img  {
		position: relative;
		z-index: -1;
	}
	
	/* AG ad for 2022 */
	.agHero {
		position: relative;
		margin: 2ex auto;
		width: 70%;
	}
	.agHero #agBanner {
	    width: 100%;
	    display: inline-block;
	    vertical-align: middle;
	    font: 0/0 serif;
	    text-shadow: none;
	    color: transparent;
		background-image: url("images/AG-2022.1200x562.png");
	    background-size: 100%;
	    background-position: 50% 50%;
	    background-repeat: no-repeat;
	}
	.agHero #agBanner .agBanner-inner {
		padding-top: 46.833%; /* height/width of image */
		display: block;
		height: 0;
	}
	.agHero p {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		color: White;
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 1ex;
		margin: 0;
	}
	.agHero p .event_title, .agHero p a, .agHero p a span, .agHero p a i {
		color: White;
	} 
	.agHero p a {
		text-decoration: underline;
	} 
	.agHero p a:hover {
		text-decoration-style: double;
	} 
	/* end of AG ad for 2022 */
	
	#dtl-pic, #cquest {
		z-index: 1;
		clear: right;
	}
	
	#dtl-pic:hover, #cquest:hover {
		z-index: 25;
	}
	
	#dice {
		width: 35%;;
	}
	
	#MofWDCRGpic {
		float: right;
		width: 70px;
		clear: right;
		margin-top: -2ex;
	}
	
	.gplay-logo {
	  	width: 18px; 
	  	height: auto; 
	  	margin: 0; 
	  	padding: 0;
		vertical-align: sub;
		color: inherit;
	}
  
	.gplay-logo { 
	  	width: 20px; 
	  	max-height: 16px;
 	}
 	
	p.note {
		font-size: 70%;
		float: right;
		margin: -1ex 0.5em 1ex 0.5em;
	}
 	
	p.note.dark {
		color: White;
	}
	
	.multinotewell .rotate_none,
	.multinotewell :is(.polaroid),
	.multinotewell :is(.polaroid):is(.landscape) {
		float: none;
		width: fit-content;
		max-width: 100%;
		margin: 1ex auto;
	}
	
	.eventDate {
		color: var(--SlateBlue);
	}
	
	a.nxt-month {
		display: inline-block;
		font-family: Helvetica, Arial, Sans-Serif;
		font-size: 14px;
		line-height: 110%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0.75ex;
		border-top: 1px solid #9fc4ae;
		background: #3c6e56;
		background-image: linear-gradient(to top, #78947A, #2F4F4F);	
		padding: 8px 10px;
		border-radius: 21px;			/* W3C */
		box-shadow: rgba(0, 0, 0, 1) 0 0.2em 0.2em;		/* W3C */
		text-shadow: black 0.1em 0.1em 0.2em;
		color: white;
		text-decoration: none;
		vertical-align: middle;
  		text-align: center;
	}
	
	a.nxt-month:hover {
		border-top-color: #83a185;
		background: #4e6d5a;
		color: white;
	}
	
	a.nxt-month:active {
		border-top-color: #507d5c;
		background: #507d5c;
		text-decoration: none;
	}
	
	/* don't display photo until schedule is narrower */
	#mgPhoto {
		display: none;
	}
	
	#mgSchedule.tableDisplay {
		margin: 1ex auto;
	}
	
	#mgSchedule .tableCell {
		font-size: 90%;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		padding: 0.5ex 0;
	}
	
	#mgSchedule .colGroup {
		display: table-column-group;
	}
	
	#mgSchedule .desc {
		text-align: right; 
		padding-right: 0.5em;
	}
	
	#mgSchedule .time {
		text-align: left;
	}
	
	.time .red {
		color: crimson;
		font-family: inherit;
	}
	
	#borderedMgParagraph {
		text-align: center; 
		padding: 1em;
		z-index: 0;
	}
	
	.rsvp {
		float: right;
		width: 27%;
		margin: 0 -0.4em 0 0.4em;
		line-height: 100%;
	}
	.rsvp::after {
		content: "";
  	  display: table;
  	  clear: right;
	}
	
	.rsvp.wide {
		width: 29%;
		margin-bottom: 1.5ex;
	}
	
	.rsvp.xwide {
		width: 50%;
		margin-bottom: 1.5ex;
	}
	
	.eventNoteLine {
		color: ForestGreen;
		font-weight: bold;
	}
	.eventNoteLine.red {
		color: crimson;
	}
	.eventNoteLine .fa-phone {
		font-size: 90%;
	}
	
	.tableRow {
		display: table-row;
	}
	
	.tableCol {
		display: table-column;
	}
	
	div.tableCell {
		display: table-cell;
		vertical-align: middle;
	}
	
	div.tableCell p {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	p.grey, div.tableCell.grey p, div.tableCell.grey span, div.tableCell.grey span.event_title {
		color: Grey;
	}
	
	.imgCell {
		width: 60%;
		padding-right: 0.75em;
	}
	
	.image-txt-container {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
		gap: 1em;
	}
	.image-txt-container > .img {
		width: fit-content;
		max-width: 35vw;
	}
	.image-txt-container .txt {
		flex-shrink: 2;
	}
	.image-txt-container .txt > p {
		text-align: center;
		margin: 0 auto;
	}
	
	div.vmenu {
		display: none;
	}
	
	#mufbLrgScreen {
		display: none;
	}
	
	#mufbSmScreen { /* meetup/facebook accordion */
		display: block;
	}
	
	hr.vmenu_hr {
		display: none;
	}
	
	p.asterisks {
		margin-left: auto;
		margin-right: auto;
		color: var(--SlateBlue); 
		word-spacing: 2em; 
		text-align: center;
		font-weight: bold;
	}	
	
	p.mgdesc {
		margin-bottom: 1ex;
	}
	
	.calendarButton.floatRight {
		margin-right: 0;
	}
	
	#date_grid {
		font-variant:small-caps; 
		font-size: 80%;
		margin-top: -3.5ex; 
		margin-left: 2.5em; 
		margin-right: 0;
		position: relative;
		z-index: 20;
	}
	
	#date_grid th {
		font-family: Helvetica, Verdana, Arial, sans-serif; 
		text-align:center;
	}
	
	#date_grid td {
		font-family: Helvetica, Verdana, Arial, sans-serif; 
		text-align: right;
	}
	
	#date_grid p.current {
		font-size: 95%; 
		margin: -1px; 
		border: thin solid purple; 
		padding: 0 1px 1px 1px; 
		border-radius: 4px;
	}
	UL.vote {
		list-style-image: url('images/vote-button.20x20.png');
	}
	
	ul.cal, ul.reminder, ul.nodot, ul.weem, ul.vote {
		padding-left: 1em;
	}
	ul.nodot.fa-ul {
		padding-left: 2em;
		--fa-li-width: 2em;
	}
	ul.weem p.indent {
		text-indent: calc(50px - 1em); /* logo width less ul left padding */
	} 
	ul.agog {
		list-style: none;
		margin-left: 0;
		padding-left: 0;
		background-image: url("/images/android-chrome.agog.192x192.png");	/* url("/agog/images/agog.80x40.jpg"); */
		background-repeat: no-repeat;
		background-position: 2% top;
		background-size: 30px 30px;
	}
	ul.agog li {
		padding-left: 2em;
	}
	/*
	ul.agog li p:first-of-type {
		text-indent: calc(30px - 1em);
	}
	*/

	ul.cal span.event_title, ul.ed span.event_title, ul.reminder span.event_title, 
	ul.nodot span.event_title, ul.weem span.event_title, ul.agog span.event_title, ul.vote span.event_title {
		font-size: 110%;
	}
	ul.nodot.mtminus1, #cquest-gobs {
		margin-top: -1ex;
	}
	#cquest-gobs
	
	span.event_title.delete {
		color: black;
	}
	
	span.event_title.grey {
		color: Grey;
	}
	
	span.event_title.grey a, span.event_title.grey a:link {
		opacity: 50%;
	}
	
	ul.weem {
		list-style: none;
		clear: left;
	}
	
	ul.weem .logo {
		float: left; 
		clear: left;
		margin-top: -0.9ex; 
		margin-left: -2em; 
		width: 48px;
	}
	
	#agogAdR {
		float: right; 
		position: fixed; 
		right: 0;
		top: 42%;
		margin-right: 0.5em;
		max-width: 5.5em;
		z-index: 6;
	}	
	#agogAdR .cal-btn-container {
		max-width: 5.5em;
	}	
	#agogAdR p {
		color: rgb(48, 31, 26);
		text-align: center;
		font-weight: bold;
		line-height: normal;
		margin: 0 auto 0.5ex auto;
	}
	#agogAdR .calendarButton p {
		font-weight: normal;
	}
	#agogAdR.agog2027 .cal-btn {
		color: rgb(48, 31, 26);
		padding: 1.5ex 1.5em;
		background-image: linear-gradient(          
							160deg,
							#716156,
							#bcb3a7,
							#e8e4dc,
							#9d9182,
							#716156);
  		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 
  					0 3px 6px rgba(110, 80, 20, 0.4), 
  					inset 0 -2px 5px 1px rgba(111, 102, 90, 1), 
  					inset 0 -1px 1px 3px rgba(186, 176, 162, 1);
	}
	#agogAdR.agog2027 .cal-btn-container .cal-icon {
		color: rgb(48, 31, 26);
		bottom: 5px;
		right: 6px;
	}
	#agogAdR.agog2027 .cal-btn:hover {
		background-size: 150% 150%;
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 
	  				0 6px 6px rgba(0, 0, 0, 0.23),
	  				inset 0 -2px 5px 1px #aa9f90, 
	  				inset 0 -1px 1px 3px rgba(170, 159, 144, 1);
		filter: brightness(105%);
	}
	#agogAdR a.outline {
		font-family: "Fira Sans Condensed";
		font-size: 300%;
		font-weight: 600;
		line-height: 100%;
		-webkit-text-stroke-color: var(--LinkBlue);
	}
	
	#agogAdL {
		display: none;
		float: left; 
		position: fixed; 
	}
	
	#agogAdP .logo {
		margin-right: 0.1em; 
		margin-top: 1ex; 
		margin-bottom: 2ex; 
		width: 80px;
		/* horizontal offset, vertical offset, blur distance, spread distance, color */
		box-shadow: 8px 10px 10px 2px rgba(97,97,97,0.6);
	}
	
	#ffbookimg {
		float: right;
		clear: right;
		max-width: 100px;
		margin-top: 0;
		margin-right: -0.2em;
		z-index: 2;
	}
	#ffbookimg:hover {
		z-index: 25;
	}
	
	#mgTopicImg {
		width: 35%; 
		margin-left: 0.75em;
		float: right;
		position: relative;
		z-index: 0;
	}
	
	#mgTopicImg:hover {
		z-index: 25;
	}
	
	#surveyImg {
		max-width: 10%;
		margin-top: -3ex;
	}
	
	#mufbSmScreen { /* meetup/facebook accordion */
		display: block;
		margin-top: 1ex;
		clear: both;
	}
	#lessMgTopic .fa-caret-up {
		clear: right;
	}
	
	/* input, label and input-content are used to create an accordion 
	   without java script 
	*/
	.events {
		width: 100%;
		max-width: 100%;
	}
	
	.events input {
		display: none;
		margin-right: 2em;
	}
	
	.events label.accordion {
		display: block;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 110%;
		width: 99%;
		max-width: calc(100% - 3.7em);
		padding: 2.5ex 2em 2.5ex 1.5em;
		margin-bottom: 0.5ex;
		border-radius: 10px;
		position: relative;
		transition: 0.6s;
	}
	
	.input-content {
		width: 98%;
	}

	.input-content > p {
		margin-top: 1ex;
		margin-bottom: 1.5ex;
	}
	
	.input-content > p:first-of-type {
		margin-top: 0.5ex;
	}
	
	.events input:checked + label::after {
	    transform: rotate(270deg);
	}
	
	.events input + label + .input-content {
	    opacity: 0;
		height: 0;
		font-size: 0;
		padding: 0 0;
		transition: ease .6s
	}
	
	.events input:checked + label + .input-content {
	    opacity: 1;
		font-size: inherit;
		height: 160%;
		padding: 0.5ex 0 2ex 0;
	}
	
	#vote {
		width: 100%;
		margin-right: -0.2em;
		height: 70px;
		background-image:url(images/vote-button.70x70.png);
		background-repeat: space;		
	}
	
	.boardgame-logo {
	  	width: 18px; 
	  	height: auto; 
	  	margin: 0; 
	  	padding: 0;
		vertical-align: sub;
		color: inherit;
	}
	
	#voteImg, #voteImgToday {
		margin-left: -0.2em;
	}
	
	.event-about p {
		margin-bottom: 1ex;
	}
	
	iframe {
		border: none;
	}
	iframe#wwcal, iframe#chgocal {
		margin: 0.5ex 0 1ex;
		padding: 0;
		border: 1px solid #a5a4a6; 
		width: 100%; 
		aspect-ratio: 8 / 6;
		min-height: 500px;
		overflow: auto;
		overflow-x: auto;
		white-space: nowrap;
	}
	
	#lrgscnMindPhoto {
		float: right;
		clear: right;
		shape-margin: 3%;
	}
	
	#smscnMindPhoto {
		display: inline-block;
		float: none;
		clear: right;
		width: 90%;
		margin: 0 auto;
	}
	
/* Rules Sensitive to Screen Size */
/* short screen */
@media screen and (max-height: 600px) and (orientation: landscape)
{
	#agogAdR {
		display: none;
	}	
}
@media screen and (max-height: 750px) and (orientation: portrait)
{
	#agogAdR {
		top: 35%;
	}	
}
/* less than large Screen Rules */
@media screen and (max-width: 1475px) 
{	
	.event-info {
		margin-top: -2ex;
	}	
	#agogAdR a.outline {
		font-weight: 800;
		-webkit-text-stroke-color: white;
	}
	#agogAdR a.outline:hover {
		-webkit-text-stroke-color: white;
		text-decoration-color: var(--LinkBlue);
	}
}
/* Medium-Screen Rules */
@media screen and (max-width: 950px) 
{	
	.event-info {
		margin-top: -2ex;
	}
	.agHero {
		width: 80%;
	}
}
@media screen and (max-width: 850px) 
{	
	.event-info {
		margin-top: -2ex;
	}	
	.parallax {
		width: 70%;
	}
	.agHero {
		width: 100%;
	}
	.agHero #agBanner {
		background-image: url("images/AG-2022.800x375.png");
	}
	.agHero p {
		position: relative;
		background-color: black;
		margin-top: -3.5ex;
		padding-bottom: 1ex;
	}
	#surveyImg {
		clear: right;
		margin-top: 0;
	}
	div.multinotewell {
		max-width: 24%; 
		min-width: 120px;
	}
}

/* Medium Screen Rules */
@media screen and (max-width: 770px) 
{	
	#superMoon {
	  display: inline-grid;
	  grid-template-columns: 1fr;
	  grid-template-rows: auto auto;
	  row-gap: 1ex;
	}
	#superMoon p {
		margin-bottom: 0;
		grid-column: 1;
		grid-row: 1;
	}
	#superMoon .video-container {
		width: auto;
		grid-column: 1;
		grid-row: 2;
		justify-self: center;
	}
	#superMoon .video-container .video {
		position: relative;
	}
}

/* Medium-Small and smaller Screen Rules */
@media screen and (max-width: 650px) 
{	
	.content {
		margin-top: -3ex;
	}
	#discordModal h3 {
		margin-left: 1em;
	}
	#discordBtn {
		margin-top: 2.5ex;
	}
}

/* Medium-Small and smaller Screen Rules */
@media screen and (max-width: 550px) 
{	
	ul.agog {
		background-position: 0 top;
		background-size: 20px 20px;
	}
	ul.agog li {
		padding-left: 2em;
	}
	/*
	ul.agog li p:first-of-type {
		text-indent: calc(56px - 1.5em);
	} 
	*/
	.parallax {
		background-position-x: 40%;
		width: 100%;
	}
	.parallax-inner.weem {
		padding-left: 1em;
		padding-right: 1em;
		width: 100%;
	}
	ul.cal, ul.reminder, ul.nodot, ul.weem, ul.vote, ul.nodot.fa-ul {
		padding-left: 0;
		margin-left: 2em;
	}
	ul.weem .logo {
		margin-left: -1.5em; 
	}
	ul.weem p.indent {
		text-indent: calc(50px - 1.5em);	/* logo width less ul left padding */
	}
	div.multinotewell {
		max-width: 40%; 
		min-width: 120px;
	}
	#show-past-btn {
		margin-top: 1.5ex;
		margin-bottom: -1ex;
	}
}

@media screen and (max-width: 420px)
{
	div.vmenu {
		font-size: 85%;
	}
	.agHero #agBanner {
		background-image: url("images/AG-2022.400x188.png");
	}
	
	.nofloat, .polaroid, :is(.nofloat):is(.polaroid) {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.nofloat, .polaroid, :is(.nofloat):is(.polaroid) {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.shape {
		width: 45%;
	}
	
	.nofloat, div.polaroid.nofloat, div.nofloat.rotate_left, div.nofloat.rotate_left, 
	.event-day div[class~="nofloat"][class*="eventThumbnail"][class*="_right"], .event-day div[class*="eventThumbnail"][class*="_left"],
	:is(.nofloat), [class~="nofloat"], [class~="nofloat"][class*="eventThumbnail_"],
	div[class~="nofloat"][class~="polaroid"], div[class~="nofloat"][class~="polaroid"][class*="rotate_"] {
		float: none;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.event-day div[class~="nofloat"][class~="polaroid"][class*="rotate_"] {
		margin-bottom: 4ex;
	}
	.event-day div[class*="nofloat"][class*="eventThumbnail_"] {
		margin-bottom: -2ex;
	}
	.event-day > div[class*="nofloat"][class*="eventThumbnail_"]:first-child {
		margin-bottom: 0;
	}
	
	div.polaroid::after {
	  content: "";
	  display: table;
	  clear: both;
	}
	[class~="nofloat"][class*="eventThumbnail_"] {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}	
	.polaroid {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}	
	.polaroid.landscape {
		max-width: 85%;
		margin-left: auto;
		margin-right: auto;
	}	
	.polaroid.portrait-long {
		max-width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#ellipse {
		margin-bottom: -4ex;
	}
	
	#waffles {
		max-width: 50%; 
	}	
	
	#breakfast {
		max-width: 30%;
		shape-outside: circle(50% at 45% 40%);
	}
	
	#surveyImg {
		margin-top: 0;
		max-width: 25%;
	}
	
	.image-txt-container .txt {
		padding-left: 0.75em;
	}
}

/* Tiny Screen Rules */
@media screen and (max-width: 375px)
{	
	.calendar-of-Events {
		display: none;
	}
	ul.cal, ul.reminder, ul.nodot, ul.weem, ul.agog li, ul.vote {
		padding-left: 1.5em;
		margin-left: 0;
	}
	ul.nodot.fa-ul {
		padding-left: 2em;
	}
	ul.weem p.indent {
		text-indent: calc(50px - 1.5em); /* logo width less ul padding */
	} 
	/*
	ul.agog li p:first-of-type {
		text-indent: calc(56px - 1.5em);
	}
	*/
	
	#dice {
		max-width: 45%;
	}
}

/* Medium-Small and Larger Screen Rules */
@media screen and (min-width: 370px) 
{	
	div.vmenu {
		display: block;
	}
	
	hr.vmenu_hr {
		display: block;
		height: 2px; 
		margin-top: 1px;
		background: #6C91CB;
	}
	
	div.topnav {
		display: none;
	}
	
	#surveyImg {
		margin-top: 0;
		max-width: 25%;
	}
}

/* Medium and Larger Screen Rules */
@media screen and (min-width: 769px) 
{	
	p.asterisks { 
		word-spacing: 3em; 
	}
	
	.showNote { /* RSVP note */
		display: block;
	}
	
	#myBtn { /* RSVP button for modal */
		display: none;
	}
	
	#mufbSmScreen { /* meetup/facebook accordion */
		display: none;
	}
	
	#mufbLrgScreen { /* meetup/facebook text */
		display: block;
	}
	
	#ellipse {
		-webkit-shape-outside: ellipse(120px 55px at 60% 40%);
		shape-outside: ellipse(120px 55px at 60% 40%);
	}
	
	#breakfast{
		shape-outside: circle(50% at 50% 55%);
	}
	
	ul.cal, ul.reminder, ul.nodot, ul.weem, ul.agog, ul.vote {
		padding-left: 2em;
		padding-right: 2.5em;
	}
	ul.weem p.indent {
		text-indent: calc(50px - 2em); /* logo width less ul padding */
	} 
	ul.agog {
		padding-left: 1em;
	}
	ul.agog li {
		padding-left: 2.75em;
	}
	/*
	ul.agog li p:first-of-type {
		text-indent: calc(56px - 3em);
	}
	*/
	
	div.multinotewell {
		max-width: 28%;
		margin-left: 1.5em;
	}
	
	/* Due to smaller schedule, can display image */
	#mgPhoto {
		display: inline-block;
		max-width: calc(30% - 1em)
	}
	
	.tableRow:last-child .tableCell {
		padding-bottom: 0;
	}
	
	.rsvp {
		width: 25%;
	}
	
	.rsvp.wide {
		width: 26%;
	}
	
	.rsvp.xwide {
		width: 30%;
	}
	
	/* needed by browsers not supporting :is */
	.eventThumbnail_right_event.nofloat, .eventThumbnail_right.nofloat, .rotate_right.nofloat, .rotate_left.nofloat {
		float: right;
		max-width: 23%;
	}
	
	:is(.nofloat), 
	:is(.nofloat):is(.eventThumbnail_right_event, .eventThumbnail_right, .rotate_right, .rotate_left),
	:not(.nofloat):is(.eventThumbnail_right_event, .eventThumbnail_right, .rotate_right, .rotate_left) {
		float: right;
		max-width: 23%;
	}
	
	/* needed by browsers not supporting :not & :is */
	.eventThumbnail_right_event.landscape, .eventThumbnail_right.landscape, .rotate_left.landscape, .rotate_right.landscape {
		max-width: 31%;
	}
	
	:is(.nofloat):is(.landscape):is(.rotate_left, .rotate_right),
	:is(.eventThumbnail_right_event, .eventThumbnail_right, .polaroid):is(.landscape) {
		max-width: 31%;
	}
	
	:is(.nofloat):is(.landscape)  {
		max-width: 35%;
		margin-left: 1.5em;
	}
	
	/* needed by browsers not supporting :not & :is */
	.eventThumbnail_right_event.portrait-long, .eventThumbnail_right.portrait-long, .rotate_left.portrait-long, .rotate_right.portrait-long {
		max-width: 20%;
	}
	
	:is(.portrait-long):is(.nofloat), 
	:is(.portrait-long):is(.nofloat):is(.eventThumbnail_right_event, .eventThumbnail_right, .rotate_right, .rotate_left),
	:is(.portrait-long):not(.nofloat):is(.eventThumbnail_right_event, .eventThumbnail_right, .rotate_right, .rotate_left) {
		max-width: 20%;
	}
		
	#breakfast:is(.eventThumbnail_right_event, .eventThumbnail_right, .polaroid):is(.landscape) {
		max-width: 20%;
	}
	#waffles:not(.portrait-long, .landscape):is(.eventThumbnail_right_event, .eventThumbnail_right), 
	#dnwsImg:not(.portrait-long, .landscape):is(.eventThumbnail_right_event, .eventThumbnail_right) {
		width: 20%;
	}
	
	#dice {
		width: 15%;
		margin: 0.5ex 0 1ex 1em;
		max-width: 20%;
	}
	#surveyImg {
		width: 18%;
	}
	#mgTopicImg, #newmsimg {
		width: 25%; 
	}
	
	.nofloat.mtminus3 {
		margin-top: -3ex;
	}
	
	.nofloat.mtminus4 {
		margin-top: -4ex;
	}
	
	.nofloat.mtminus5, .mtminus5  {
		margin-top: -5ex;
	}
	
	#voteImg, #voteImgToday {
		margin-left: -0.1em;
	}
	
	#lrgscnMindPhoto {
		display: inline-block;
		max-width: 21%;
	}
	
	#smscnMindPhoto {
		display: none;
	}
	
	.imgCell {
		padding-right: 2em;
	}
}

/* Large Screen Rules */
@media screen and (min-width: 975px) 
{
	#ellipse {
		-webkit-shape-outside: ellipse(165px 60px at 50% 45%);
		shape-outside: ellipse(165px 60px at 50% 45%);
	}
	#surveyImg {
		margin-top: -3ex;
		max-width: 15%;
	}
}

/* Large Screen Rules */
@media screen and (min-width: 1100px) 
{	
	:not(.portrait-long, .landscape):is(.rotate_right, .rotate_left, .eventThumbnail_right_event, .eventThumbnail_right),
	:not(.portrait-long, .landscape):is(.nofloat):is(.eventThumbnail_right_event, .eventThumbnail_right, .rotate_right, .rotate_left) {
		max-width: 20%;
	}
	
	:is(.rotate_right, .rotate_left):is(.landscape) {
		max-width: 28%;
	}
	
	:is(.portrait-long):not(.rotate_none) {
		max-width: 17%;
	}
	
	#dice {
		max-width: 13%;
	}
	
	#big-ben, #ffbookimg {
		max-width: 20%;
	}
	
	#ellipse {
		-webkit-shape-outside: ellipse(145px 70px at 50% 35%);
		shape-outside: ellipse(145px 70px at 50% 35%);
	}
	#surveyImg {
		margin-top: -3ex;
		max-width: 8%;
	}
}

/* Very Large Screen Rules */
@media screen and (min-width: 1250px) 
{
	.rsvp, .rsvp.wide, .rsvp.xwide, div.multinotewell {
		max-width: 22%;
		margin-left: 1.5em;
	}
	
	:is(.eventThumbnail_right_event, .eventThumbnail_right .polaroid):is(.landscape),
	:is(.nofloat):is(.eventThumbnail_right_event, .eventThumbnail_right, .polaroid) {
		max-width: 25%;
	}
	
	:not(.portrait-long, .landscape):is(.eventThumbnail_right_event, .eventThumbnail_right) {
		max-width: 20%;
	}
	:is(.portrait-long):is(.nofloat), 
	:is(.portrait-long):is(.nofloat):is(.eventThumbnail_right_event, .eventThumbnail_right, .rotate_right, .rotate_left),
	:is(.portrait-long):not(.nofloat):is(.eventThumbnail_right_event, .eventThumbnail_right, .rotate_right, .rotate_left), 
	:is(.portrait-long):is(.polaroid, .eventThumbnail_right_event, .eventThumbnail_right_event) {
		max-width: 13%;
	}
	
	:is(.nofloat):is(.rotate_left.landscape, .rotate_right.landscape),
	:is(.rotate_left.landscape, .rotate_right.landscape) {
		max-width: 25%;
	}
	
	#big-ben, #newmsimg {
		max-width: 21%;
		clear: right;
	}
	
	#dice, #beerGlass {
		margin-left: 1.5em;
		max-width: 12%;
	}
	
	#tacoImgDiv, #mgTopicImg, #dtl-pic {
		max-width: 18%;
	}
	
	#mgPhoto {
		max-width: 25%;
	}
	
	#mgPhoto.portrait-long, #ffbookimg {
		max-width: 17%;
	}
	
	#ellipse {
		-webkit-shape-outside: ellipse(120px 65px at 50% 35%);
		shape-outside: ellipse(120px 65px at 50% 35%);
	}
	
	#mixology:is(.nofloat):is(.landscape):is(.rotate_left, .rotate_right),
	#mixology:is(.polaroid):is(.landscape),
	#picnic:is(.nofloat):is(.landscape):is(.rotate_left, .rotate_right),
	#picnic:is(.polaroid):is(.landscape),
	#murder-pic:is(.nofloat):is(.landscape):is(.rotate_left, .rotate_right),
	#murder-pic:is(.polaroid):is(.landscape) {
		max-width: 25%;
	}
	#breakfast:is(.eventThumbnail_right_event, .eventThumbnail_right, .polaroid):is(.landscape) {
		max-width: 15%;
	}
	#waffles:not(.portrait-long, .landscape):is(.eventThumbnail_right_event, .eventThumbnail_right), 
	#dnwsImg:not(.portrait-long, .landscape):is(.eventThumbnail_right_event, .eventThumbnail_right) {
		max-width: 15%;
	}
	
	.multinotewell .rotate_none,
	.multinotewell :is(.polaroid),
	.multinotewell :is(.polaroid):is(.landscape),
	.multinotewell #mixology.rotate_none {
		float: none;
		width: fit-content;
		max-width: 100%;
		margin: 1ex auto;
	}
}

/* Very Large Screen Rules */
@media screen and (min-width: 1425px) 
{
	#agogAdR p {
		color:silver;
	}
}

/* Medium Screen Size */
@media screen and (min-width: 551px) and (max-width: 770px) 
{
	div.multinotewell {
		margin-left: 1em;
	}
	
	ul.cal, ul.nodot, ul.reminder, ul.weem, ul.vote, ul.agog li {
		padding-left: 2em;
		margin-left: 0;
	}
	ul.agog {
		background-position: 0 top;
	}
	ul.nodot.fa-ul {
		padding-left: 2em;
	}
	ul.weem p.indent {
		text-indent: calc(50px - 2em); /* logo width less (image left margin + ul left padding) */
	} 
	/*
	ul.agog li p:first-of-type {
		text-indent: calc(56px - 2em);
	}
	*/
	h2 {
		font-size: 125%;
		font-family: Helvetica, Verdana, Arial, sans-serif;
	}
	
	p.asterisks { 
		word-spacing: 3em; 
	}
	
	.rsvp {
		margin-left: 1em;
		width: 25%;	
	}
	
	.rsvp.wide {
		width: 33%;
	}
	
	.rsvp.xwide {
		width: 41%;
	}
	
	:is(.nofloat),:is(.nofloat):is(.landscape):is(.rotate_left, .rotate_right),
	:is(.nofloat):is(.eventThumbnail_right_event, .eventThumbnail_right, .polaroid),
	:is(.nofloat):is(landscape) {
		float: right;
		max-width: 35%;
		margin-right: 0.2em;
	}
	
	:is(.eventThumbnail_right_event, .eventThumbnail_right, .rotate_none) {
		margin-right: 0.2em;
	}
	
	:is(.nofloat):is(.rotate_left, .rotate_right),
	:is(.nofloat):is(.landscape):is(.rotate_left, .rotate_right) {
		margin-bottom: 2ex;
	}
	
	#agogAdL {
		display: block;
	}
	
	.tableCell.cellResponsive {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	p.asterisks {
		word-spacing: 1.5em; 
	}
	
	#ffbookimg {
		margin-top: 0;
		margin-left: 1em;
	}
	
	#dice {
		max-width: 30%;;
	}
	
	#ellipse {
		-webkit-shape-outside: ellipse(90px 50px at 50% 45%);
		shape-outside: ellipse(90px 50px at 50% 45%);
	}
	
	#breakfast{
		shape-outside: circle(50% at 50% 45%);
	}
	
	#breakfast:is(.eventThumbnail_right_event, .eventThumbnail_right, .polaroid):is(.landscape) {
		max-width: 15%;
	}
	
	.imgCell {
		padding-right: 1em;
	}
	
	#vote {
		margin-left: 1em;
	}
	
	#voteImg, #voteImgToday {
		margin-left: -0.2em;
	}
	
	#lrgscnMindPhoto {
		display: none;
	}
	
	#smscnMindPhoto {
		display: inline-block;
		float: right;
	}
	
	#surveyImg {
		margin-top: -3ex;
	}
}

/* Medium Screen Size */
@media screen and (min-width: 551px)  
{	
	.rotate_right, .rotate_right.landscape, :is(.nofloat):is(.landscape):is(.rotate_right) {
		shape-outside: polygon(7% 0%, 100% 17%, 95% 100%, 0% 84%);
		margin: 0 0 2ex 0.75em;
		shape-margin: 4%;	
	}
	
	.rotate_left, .rotate_left.landscape, :is(.nofloat):is(.landscape):is(.rotate_left) {
		shape-outside: polygon(0% 8%, 10% 100%, 100% 90%, 84% 0%);
		margin: 0 0 2ex 0.75em;
		shape-margin: 4%;	
	}
}