html
{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	scroll-behavior:smooth;
}

*,*:before,*:after
{
	-webkit-box-sizing:inherit;
	box-sizing:inherit;
}

*::selection
{
	background-color:rgba(0,0,0,0.3);
	color:white;
}

html
{
	background:rgb(101,98,99) url(aerial_photo.webp) no-repeat scroll 50% 50%; /* Chris Powell - Jumbo Aerial Photography */
	background-size:cover;
	background-blend-mode: multiply;
	color:white;
	font-family:'Funnel Sans',sans-serif;
	font-size:18px;
	font-weight:400;
	line-height:1.5;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
	text-align:left;
}
@media screen and (min-width:400px)
{
	html
	{
		font-size:calc(18px + 2 * ((100vw - 400px) / 600));
	}
}
@media screen and (min-width:2000px)
{
	html
	{
		font-size:calc(20px + 6 * ((100vw - 2000px) / 600));
	}
}

@media print
{
	html
	{
		background-color:white;
		color:black;
	}
}

body
{
	margin:0;
	padding:0;
	width:100%;
}

@media print
{
	body
	{
		background-color:white;
	}
}

address,article,aside,figure,figcaption,picture,footer,header,menu,nav,section
{
	font-size:1.0em;
	font-style:normal;
	font-weight:400;
	text-align:left;
	display:block;
	padding:0;
	margin:0;
}

figure
{
	break-inside:avoid;
	page-break-inside:avoid;
}

:focus
{
	outline-color:inherit;
	outline-style:dotted;
	outline-width:0.133333rem;
}

div:focus
{
	outline:none;
}

a
{
	transition:background-color 0.3s,color 0.3s,text-decoration-color 0.3s,opacity 0.3s,border 0.3s;
}

a,a:link,a:visited
{
	color:currentColor;
	text-decoration:underline;
	-webkit-text-decoration-color:currentColor;
	text-decoration-color:currentColor;
	-webkit-text-decoration-skip:ink;
	text-decoration-skip:ink;
	text-underline-offset:0.15em;
	text-decoration-thickness:max(1px,0.05em);
}

a:focus,a:hover,a:active
{
	color:currentColor;
	text-decoration:underline;
	-webkit-text-decoration-color:currentColor;
	text-decoration-color:currentColor;
	-webkit-text-decoration-skip:ink;
	text-decoration-skip:ink;
	text-underline-offset:0.15em;
	text-decoration-thickness:max(1px,0.05em);
}

strong
{
	font-weight:600;
}

h1
{
	margin:0;
	padding:0 0 5rem;
}

@media screen and (min-width:1100px)
{
	h1
	{
		padding:5rem 0 0;
	}
}

@media screen and (min-width:1300px)
{
	h1
	{
		padding-top:7.85rem;
	}
}

h1>svg
{
	width:25.2rem;
	max-width:100%;
	height:auto;
}

@media print
{
	h1>svg path
	{
		fill:black;
	}
}

h2
{
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:600;	
}

p
{
	padding:0 0 1rem;
	margin:0;
}

.page
{
	padding:min(10vw,5rem) 0 5rem;
	display:grid;
	grid-template-columns:20px 1fr 20px;
	grid-template-areas:". head ." ". main ." ". foot .";
	min-height:100vh;
	width:100%;
	position:relative;
	overflow:hidden;
}

@media screen and (min-width:800px)
{
	.page
	{
		grid-template-areas:". main . head ." ". foot . head .";
		grid-template-columns:20px 4fr 1fr 4fr 20px;
	}
}

@media screen and (min-width:940px)
{
	.page
	{
		grid-template-areas:". main . head ." ". foot . head .";
		grid-template-columns:1fr 400px 100px 400px 1fr;
	}
}

@media screen and (min-width:1100px)
{
	.page
	{
		padding:5rem 0;
		grid-template-areas:". main . head ." ". foot . head .";
		grid-template-columns:100px 1fr 100px 1fr 100px;
	}
}
@media screen and (min-width:1300px)
{
	.page
	{
		grid-template-areas:". main foot foot head head .";
		grid-template-columns:100px minmax(300px,1fr) minmax(300px,1fr) repeat(2,1fr) minmax(300px,1fr) 100px;
	}
}

@media screen and (min-width:1700px)
{
	.page
	{
		grid-template-columns:100px repeat(5,1fr) 100px;
	}
}

@media screen and (min-width:2000px)
{
	.page
	{
		grid-template-columns:1fr repeat(5,3.6fr) 1fr;
	}
}

@media print
{
	.page
	{
		display:block;
		padding:2.5rem 0 0;
	}
}

.page>header
{
	grid-area:head;
	justify-self:start;
}

@media screen and (min-width:1100px)
{
	.page>header
	{
		justify-self:end;
	}
}

.page>main
{
	grid-area:main;
	position:relative;
	z-index:1;
}

.page>main p:first-child
{
	font-size:1.2rem;
}
.page>main p:last-child
{
	font-weight:600;
}
.page>main p:last-child::before
{
	width:1rem;
	height:0.1rem;
	background-color:white;
	content:'';
	display:block;
	margin:0.1rem 0 1rem;
}

@media print
{
	.page>main p:last-child::before
	{
		border-top:0.1rem solid black;
		height:0;
	}
}

.page>footer
{
	grid-area:foot;
	align-self:end;
	font-size:0.8rem;
	line-height:1.5625;
	padding:2.5rem 0 0;
}
.page>footer p
{
	padding:0;
}

@media screen and (min-width:1300px)
{
	.page::before
	{
		content:'';
		display:block;
		position:absolute;
		bottom:0;
		left:0;
		background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 135 430' width='135px' height='430px'%3E%3Cpolygon points='0,0 135,430 0,430' fill='white' /%3E%3C/svg%3E%0A") no-repeat scroll 0 100%;
		background-size:contain;
		width:min(12.56vh,6.75rem);
		height:min(40vh,21.5rem);
	}
}