	@import url('https://fonts.upset.dev/css2?family=Nabla&display=swap');

	* {
	box-sizing: border-box;
	}
	body {
	background: url("../img/grass.jpg");
	background-repeat: repeat;
	background-size: contain;
	}
	header {
	font-family: Arial, san serif;
	text-align: center;
	margin-bottom: 20px;
	}
	header em {
	pointer-events: none;
	letter-spacing: 1px;
	color: #be8112;
	background-color: #FFF;
	padding: 10px 20px 10px 20px;
	border-radius: 30px;
	white-space: nowrap;
	box-shadow: 2px 2px #000;
	}
	@media screen and (max-width: 430px) {
		header {
		margin-top: 20px;
		}
		header em {
		display: none;
		}
	}
	.map {
	width: 80vw;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	}
	.main {
	display: grid;
	grid-template-columns: repeat(2, 171px);
	grid-template-rows: repeat(2, 183px);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	}
	.iframe {
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	z-index: 1;
	}
	.iframe iframe {
	display: block;
	height: 150px;
	width: 150px;
	border: 0;
	padding: 0;
	margin: 0;
	flex: 1 150px;
	}
	@media screen and (max-width: 430px) {
	main {
	width: 99vw;
	margin: 0;
	 }
	}
	.row-right {
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
	border-right: 20px solid transparent;
	border-image: url("../img/border2.png") 10% round;
	}
	.row-left {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 20px solid transparent;
	border-image: url("../img/border2.png") 10% round;
	}
	.row {
	border: 0px;
	}
	.top {
	grid-row: 1;
	border-top: 20px solid transparent;
	border-image: url("../img/border2.png") 10% round;
	}
	.bottom {
	border-bottom: 20px solid transparent;
	border-image: url("../img/border2.png") 10% round;
	}
	.iframe1 {
	grid-area: 2 / 1 / 3 / 2;
	padding: 0;
	margin: 0;
	}
	.iframe2 { 
	grid-area: 2 / 2 / 3 / 3;
	padding: 0;
	margin: 0;
	}
	.iframe3 { 
	grid-area: 1 / 2 / 2 / 3;
	padding: 0;
	margin: 0;
	}
	.iframe4 {
	grid-area: 1 / 1 / 2 / 2;
	padding: 0;
	margin: 0;
	}
	label {
	display: block;
	margin: 2px 0px 2px 0px;
	line-height: 5.5pt;
	font-family: Verdana, monospace;
	font-size: 6.5pt;
	background-color: #013329;
	width: 100%;
	font-weight: 800;
	color: #FFF;
	padding: 2px;
	}
	label a {
	font-weight: 400;
	color: #E1E1E1;
	font-size: 6pt;
	}
	label a:hover {
	color: #FFF;
	text-decoration: none;
	}
	.report {
	text-decoration: none;
	float: right;
	font-size: 7pt;
	}
	.report:hover {
	transition: 0.2s;
	transform: scale(1.2);
	}
	.link {
	width: 100%;
	height: 90%;
	display: block;
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	}
	h1 {
	font-family: 'Nabla', cursive;
	font-size: 6rem;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	color: #FDDA0D;
	pointer-events: none;
	line-height: 1.5rem;
	}
	@media screen and (max-width: 430px) {
		h1 {
		font-size: 2.5rem;
		width: 100vw;
		margin: 0;
		text-align: center;
	 	}
  	}
	.intro {
	width: 40vw;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 30px;
	padding: 20px;
	z-index: 1;
	font-family: Arial, san serif;
	font-size: 0.9rem;
	line-height: 1.2rem;
	}
	@media screen and (max-width: 430px) {
		.intro {
		width: 97vw;
		margin: 0;
	 	}
  	}
	.icon::before {
	content: " ";
	width: 100%;
	border-radius: 50%;
	color: #E1E1E1;
	z-index: -1;
	}
	article {
	margin: 10px;
	}
	.marty {
	float: right;
	z-index: 2;
	width: 200px;
	}
	.spacer {
	clear: both;
	margin: 20px;
	}
	footer {
	text-align: center;
	font-family: Arial, san serif;
	padding-top: 20px;
	margin: 15px;
	line-height: 1.3rem;
	}
	footer a {
	color: #FFF;
	text-underline-offset: 4px;
	text-shadow: 1px 1px #F8C563;
	}
	footer a:hover {
	color: #000;
	text-decoration: none;
	}
	details {
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	height: 100%;
	}
	details[open] {
	transition: .25s height ease;
	}
	details > summary {
    	list-style-type: '📫';
	cursor: pointer;
	}
	details[open] summary ~ * {
  	animation: sweep .5s ease-in-out;
	}
	@keyframes sweep {
  	0%    {opacity: 0; transform: translateX(-10px)}
  	100%  {opacity: 1; transform: translateX(0)}
	}
	details[open] > summary {
    	list-style-type: '📬';
	}