html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	font-family: monospace;
	font-size: 1.2em;
	background-color: #dddddd;
}
.wrapper {
	min-height:100%;
	display: grid;
	grid-template-rows: auto 1fr auto;
}

iframe {
	/*width: 100%;*/
}

.hidden {
	display: none;
}
.videoplayer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.9);
	align-content: center;
	text-align: center;
	cursor: pointer;
}
/*.videoplayer::after {
	content: "(close)";
	position: absolute;
	top:0;
	left:0;
	padding: 1em;
}*/
.videoplayer iframe {
	border: 3px double black; 
	width: 85vmin;
	height: calc(85vmin * 9 / 16);
}
.four_three iframe {
	width: 85vmin;
	height: calc(85vmin * 3 / 4);
}

.videoplayer .close {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
}

header, h4 {
	margin: 1.5rem
}

details.event {
	clear: right;
}

details article {
	padding-bottom: 2em;
}

.event summary {
	cursor: pointer;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 0.5em;
	margin: 0 0 -1px;
}
.event summary:hover {
	background-color: #efe;
}

details.rsvp summary {
	border: 1px solid black;
	margin: -1px 1.5em;
	background-color: #0f0;
	width: 6em;
}

form {
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	background-color: mintcream;
	margin: 0;
	padding: 3em 1em;
}


/*summary:active {
	background-color: #cfc;
}*/

p, h5, h6 {
	margin: 0 1.5rem 1.5rem 1.5rem;
}

figure {
	padding: 0;
	margin: 0;
	display: block;
	float: right;
	margin: 0 0 0 1.5em;
	width: 50%;
	cursor: nesw-resize;
	transition: width .25s;
	transition-timing-function: linear;
	position: relative;
}
figure img {
	border: 3px double black;
}

figure.expanded {
	width: 100%;
	margin: 0 0 1.5em;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
figure.expanded img {
	margin: -1px auto;
}

.QR {
}

.button, .buttonfree {
	border: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #0f0;
	padding: 0.5em;
}
.button:link, .button:visited {
	color: black;
	text-decoration: none;
	margin: 1.5em;
}
.button:hover {
	background-color: black;
	color: white;
}
.button:active {
	background-color: black;
	color: #0f0;
}
.white {
	background-color: white;
}

.smallstrong {
	font-weight: bold; font-size: .75em;
}

footer {
	margin: 1.5em 1.5em 0;
	display: grid;
	grid-template-columns: 1fr auto;
	border-top: 1px solid black;
/*	border-image: url("./bar63film.gif") 60 round;
	border-style: none;
	border-top-style: solid;*/
}


.footer-logo {
	display: block;
	height: 100px;
	width: 100px;
}

.footer-links {
	display: flex;
	align-items: center;
	height: 100px;
	font-size: .75em;
}


.footer-links a:any-link {
	color: black;
	padding: 0.5em;
}
.footer-links a:hover {
	color: blue;
}

.complete {
	background-color: silver;
	text-align: center;
	align-content: center;
}
.complete div {
	background-color: mintcream;
	display: inline-block;
	border: 4px inset gray;
	padding: 3em;

}

@media only screen and (max-width: 800px) {
	body {
		font-size: 1em;
	}
}