article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a {
	background: transparent
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

hr {
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	color: #222;
	transition: color .2s ease
}

a:focus,
a:hover {
	color: #3183e0
}

a,
h2 {
	text-decoration: none;
	position: relative;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
	background-image: linear-gradient(0deg, transparent, transparent 2px, #222 0, #222 3px, transparent 0)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {

	a,
	h2 {
		background-image: linear-gradient(0deg, transparent, transparent 2px, #222 0, #222 2.5px, transparent 0)
	}
}

a:focus,
a:hover {
	background-image: linear-gradient(0deg, transparent, transparent 2px, #3183e0 0, #3183e0 3px, transparent 0)
}

@media (-webkit-min-device-pixel-ratio:1.5),
(min-resolution:144dpi) {

	a:focus,
	a:hover {
		background-image: linear-gradient(0deg, transparent, transparent 2px, #3183e0 0, #3183e0 2.5px, transparent 0)
	}
}









:root {
	--angle: 2.5deg;
}
@media (min-width: 768px) {
	:root {
		--angle: 3.5deg;
	}
}

@media (min-width: 1024px) {
	:root {
		--angle: 4.5deg;
	}
}

@media (min-width: 1280px) {
	:root {
		--angle: 5.5deg;
	}
}

@media (min-width: 1440px) {
	:root {
		--angle: 7deg;
	}
}



body {
	background: #fdfbf8;
	margin: 2rem 0;
	padding: 0 0 0 .25vh;
	font-family: Trebuchet MS, Arial;
	font-size: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0
}

section {
	margin: 0 auto;
	width: 95%
}

h1 {
	position: fixed;
	position: -webkit-sticky;
	position: sticky;
	font-size: 175%;
	height: auto;
	left: 0;
	padding: .5rem;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1;
	transition-property: width height background-color font-size left top transform -webkit-transform color;
	transition-duration: .5s;
	transition-timing-function: ease-in-out
}

.scrolledPastPrimaryHeader h1 {
	background-color: hsla(36, 56%, 98%, .9);
	box-shadow: 0 0 20px 20px hsla(36, 56%, 98%, .9);
	font-size: 100%
}

address {
	display: block;
	font-style: normal;
	margin: 3rem 0 1rem;
	text-align: center
}

ul {
	list-style: none;
	font-weight: 400;
	margin: .5rem 0;
	padding: 0
}

ul>li {
	margin-bottom: 1rem
}

ul>li h2 {
	display: inline-block;
	font-size: 120%;
	margin: .5rem 0
}

ul>li>ul,
ul>li p {
	margin: .5rem;
	padding: 0
}

ul>li>ul {
	list-style: none
}

ul>li>ul>li {
	margin: .5rem 0 1rem
}

ul>li>ul>li header {
	margin-bottom: .5rem
}

ul>li>ul>li header h3 {
	color: #222;
	font-size: 110%;
	padding-bottom: .5rem
}

ul>li>ul>li header h4 {
	color: #666;
	font-size: 80%;
	padding-bottom: .5rem
}

ul>li>ul>li p {
	clear: both;
	line-height: 1.3;
	margin: .5rem .25rem .25rem;
	padding: 0;
	text-align: justify
}

ul>li>ul>li p:first-of-type {
	padding-top: .25rem
}

ul>li>ul>li ul {
	margin: .25rem;
	padding: 0
}

@media screen and (min-width:480px) {
	section {
		width: 90%
	}
}

@media screen and (min-width:768px) {
	section {
		width: 80%
	}
}

@media screen and (min-width:1024px) {
	section {
		width: 70%
	}

	ul>li>ul,
	ul>li p {
		margin: 1rem 0 1rem 2rem
	}

	ul>li>ul>li header h3,
	ul>li>ul>li header h4 {
		color: #222;
		display: table-cell;
		float: left;
		font-size: 110%;
		padding-bottom: 1rem
	}

	ul>li>ul>li header h4 {
		color: #666;
		float: right;
		text-align: right
	}
}

@media screen and (min-width:1280px) {
	section {
		width: 60%
	}
}

@media screen and (min-width:1440px) {
	section {
		width: 50%
	}
}

@media print {
	body {
		font-size: 80%
	}

	h1 {
		box-shadow: 0 0 0 0 transparent;
		text-shadow: 0 0 0 #fff
	}

	section {
		width: 90%
	}
}

html,
body {
	overflow-x: hidden;
	width: 100%;
}

section:nth-of-type(2) {
	margin-top: 60px;
}

h2 {
	margin: 2em 5% 0.5em 5%;
	background-image: none;
}

h4 {
	margin-top: 25px;
}

p {
	font-size: 120%;
	line-height: 1.75;
	text-align: justify;
	font-family: serif;
	margin: 0 5% 1em 5%;
}

p:first-of-type {
	margin-top: 60px;
}

p:last-of-type {
	margin-bottom: 60px;
}

.photos,
.links {
	border-top: 1px dotted #555;
	margin-top: 50px;
	padding-top: 50px;
	text-align: center;
}

.links {
	text-align: left;
}

.links a {
	display: inline-block;
	margin-top: 10px;
	word-break: break-all;
}




figure {
	max-width: 100%;
	margin: auto;
}

img {
	max-width: 100%;
	width: auto;
	margin: 30px auto 60px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 15px 15px 30px 15px;
	background: white;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
}

figure img {
	width: 100%;
}


section.photos.gallery {
	width: 80%;
	border: none;
}


.row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.cell {
	display: grid;
	transition: all 0.5s ease-in;
}

.cell:nth-of-type(1) {
	transform: rotate(calc(-1 * var(--angle)));
	transform-origin: bottom;
	margin-top: 25%;
}

.cell:nth-of-type(3) {
	transform: rotate(calc(1 * var(--angle)));
	transform-origin: top;
	margin-top: -25%;
}

.row:nth-child(even) {
	margin-top: -100px;
}

.row:nth-child(even) .cell:nth-of-type(1) {
	transform: rotate(calc(-0.9 * var(--angle)));
	margin-top: -25%;
}

.row:nth-child(even) .cell:nth-of-type(3) {
	transform: rotate(calc(0.8 * var(--angle)));
	margin-top: 25%;
}



.pull {
	margin: 15px;
	width: auto;
}

.left {
	float: left;
	margin-left: -30px;
}

.right {
	float: right;
	margin-right: -30px;
}

@media screen and (max-width: 768px) {
	.row,
	.cell {
		display: block;
		transform: rotate(0);
	}

	figure,
	.left,
	.right {
		float: none;
		margin: 0;
	}

	figure {
		width: 100%;
	}
}
