
	body {
		background-position-x: 50%;
		background-repeat: no-repeat;
		background-size: auto 130%;
	}
	h1 {
		font-size: 2.75em;
		margin-left: .5em;
	}
	h2 {
		font-size: 2em;
	}
	p, blockquote {
		font-size: 1.25em;
		margin-top: 1em;
	}
	blockquote {
		font-style: italic;
		padding-left: 1em;
		text-align: justify;
	}
	ul {
		margin-top: 2em;
		margin-left: 2em;
	}
	li {
		margin-top: 1em;
	}
	a {
		color: white;
		text-decoration: none;
	}
	a:hover {
		color: yellow;
		text-decoration: underline;
	}
	header, footer {
		background-color: grey;
	}
	header {
		padding: 1em;
	}
	header {
		position: fixed;
		right: 0;
		top: 0;
		left: 0;
	}
	header img {
		position: fixed;
		top: .75em;
		right: .75em;
		max-height: 3.75em;
	}
	main {
		position: fixed;
		top: 5.25em;
		right: 0;
		bottom: 3em;
		left: 0;
	}
	article {
		padding: 3em 2em;
		position: fixed;
	}
	article.bottom-left {
		bottom: 3em;
		left: 0;
	}
	article.bottom-right {
		bottom: 3em;
		right: 0;
	}
	article.top-15 {
		top: 15%;
	}
	article.top-25 {
		top: 25%;
	}
	article.right-50 {
		right: 50%;
	}
	article.right-60 {
		right: 60%;
	}
	article.right-65 {
		right: 65%;
	}
	article.bottom-15 {
		bottom: 15%;
	}
	article.bottom-25 {
		bottom: 25%;
	}
	article.left-50 {
		left: 50%;
	}
	article.left-60 {
		left: 60%;
	}
	article.left-65 {
		left: 65%;
	}
	article.wide {
		width: 96%
	}
	div {
		background-color: black;
		color: white;
		padding: 3em 2em;
		opacity: 80%;
	}
	#booking div {
		background-color: white;
		color: black;
		padding: 3em 2em;
		opacity: 90%;
	}
	table {
		font-size: 1.5em;
		margin-left: 8%;
		width: 84%;
	}
	th, td {
		border-bottom: 1px solid;
		padding: .25em .5em;
	}
	td.resource {
		width: 7em;
	}
	aside {
		
	}
	section {
		
	}
	ul.resource li a:hover {
		background-color: indigo;
	}
	#booking section {
		display: inline-block;
		margin: .7em;
		width: 48%;
	}
	footer {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		padding: .5em;
	}
	footer div {
		float: left;
		padding-left: 2em;
	}
	footer ul {
		float: right;
		margin: 0;
	}
	footer li {
		border: 1px solid;
		list-style-type: none;
		float: left;
		margin: .25em;
	}
	footer li a {
		display: block;
		padding: .4em;
	}
	footer li:hover {
		color: purple;
		background-color: indigo;
	}
	.em {
		font-style: italic;
	}

	@media screen and (min-width: 20rem) and (max-width: 40rem) {
		body {
			background-size: 500%;
		}
		header img {
			position: fixed;
			top: .75em;
			right: .4em;
			max-height: 3em;
		}
		h1 {
			font-size: 2em;
			margin-left: .4em;
		}
		h2 {
			font-size: 1.5em;
		}
		p, blockquote {
			font-size: 1em;
		}
		main {
			top: 4em;
			bottom: 8em;
		}
		article {
			overflow: scroll;
			bottom: 8em;
			top: 5em;
		}
		article#index {
			top: 15em;
		}
		article#biography {
			top: 17em;
		}
		article.top-15 {
			top: 4em;
		}
		article.right-60, article.right-50 {
			right: 0;
		}
		article.bottom-right {
			bottom: 8em;
		}
		article.bottom-left {
			bottom: 10em;
		}
		article.bottom-25 {
			bottom: 10em;
		}
		article.left-60, article.left-50 {
			left: 0;
		}
		article.wide {
			width: inherit;
		}
		blockquote {
			text-align: left;
		}
		ul.link {
			margin-left: 0;
		}
		ul.link li {
			border: 1px solid;
			list-style-type: none;
			margin: .25em;
		}
		ul.link li a {
			display: block;
			padding: .4em;
		}
		ul.link li:hover {
			color: purple;
			background-color: indigo;
		}
		ul.resource {
			margin-left: .5em;
		}
		ul.resource li {
			clear: both;
		}
		ul.resource li span {
			float: right;
			padding-bottom: 1em;
		}
		ul.resource li a {
			border: 1px solid;
			display: inline-block;
			margin: .5em;
			padding: .4em;
		}
	}

	@media screen and (min-width: 40rem) and (max-width: 80rem) {
		body {
			background-position-x: 50%;
			background-repeat: no-repeat;
			background-size: 130%;
		}
	}

	@media screen and (min-width: 80rem) {
		body {
			background-position-x: 50%;
			background-repeat: no-repeat;
			background-size: 130%;
		}
		ul.resource {
			margin-left: 1em;
		}
		ul.resource li {
			display: inline-block;
			vertical-align: top;
			width: 30%;
			margin-right: 3%;
		}
		ul.resource li span {
			float: right;
			padding-bottom: 1em;
		}
		ul.resource li a {
			border: 1px solid;
			display: inline-block;
			margin: .5em;
			padding: .4em;
		}
	}

