body {
	font-family:"Comic Sans MS", "Comic Sans", sans-serif;
	text-align:center;
}
h2 {
	text-transform:uppercase;
}
@media (min-width:960px) {
	html,body {
		height:100%;
		width:100%;
		margin:0px;
		overflow:hidden;
	}
	body {
		display:grid;
		grid-template-columns:1fr 1fr;
	}
	body div {
		margin:auto 16px;;
	}
	section#gallery {
		flex-direction:row-reverse;
		overflow-x:hidden;
		overflow-y:scroll;
	}
}

section#sage2 {
	display:grid;
	grid-template-columns:1fr 2fr;
}
section#sage2 img {
	width:100%;
	margin:auto;
}
section#sage2 p {
	text-align:left;
	margin:auto 12px;
}
@media (min-width:720px) {
	section#sage2 {
		margin:32px;
		grid-template-columns:1fr 3fr;
	}
	section#sage2 p {
		font-size:14pt;
		margin:auto 24px;
	}
}

section#contact p.real {
	font-weight:bold;
}
section#contact p.real a {
	display:block;
	font-size:22pt;
}
@media (min-width:720px) {
	section#contact p.real {
		font-size:14pt;
	}
}

section#gallery {
	display:flex;
	flex-wrap:wrap;
	padding-top:4px;
}
section#gallery a {
	line-height:0px;
}
section#gallery a img {
	max-height:200px;
	max-width:100%;
	margin-right:4px;
	margin-bottom:4px;
}
