
@import url( '/css/fonts.css' );

body, html {
	height: 100%;
	margin: 20px;
	padding: 0;
	font-family: 'Orkney';
	box-sizing: border-box;
}

.centered {
	text-align: center;
}

blockquote {
	display: inline-block;
	font-style: italic;
	border-radius: 3px;
	border: 2px solid #aaa;
	padding: 10px;
}

pre {
	font-size: 2em;
}

#poll {
	margin: 30px 0 30px 0;
}


.toc {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	border-collapse: collapse;
	background-color: gold;
	margin: 10px 0 20px 0; /* top right bottom left */
}
.toc div {
	text-align: center;
	border: 1px solid #aaa;
	padding: 10px;
}
.toc a {
	font-size: 3em;
}

.donation {
	max-width: 400px;
	border: 1px solid black;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
	box-shadow: 2px 2px 4px #aaa;
	border-radius: 10px;
}
#donationtext {
	display: block;
	margin-bottom: 20px;
	font-size: 0.9em;
	font-weight: bold;
	color: blue;
}

