@import url("https://use.typekit.net/mfc2vpq.css");
	body {
		color: #898c8f;
		background-color: white;
		font-family: "athelas", serif;
		font-style: normal;
		font-weight: 400;
	}
	#container {
		margin: 80px 150px 0px 150px;
	}
	a {
		color: #898c8f;
		text-decoration: none;
		font-family: majesty banner;
		font-style: italic;
	}
	a:hover {
		color:#d5a28d;
	}
	ul {
		float: right;
		padding: 7px 30px 0px 30px;
		margin-right: 150px;
		color: white;
		list-style-type: none;
	}
	li {
		display: inline;
		padding: 10px;
		font-size: 20px;
		overflow: hidden;
	}
	ul a {
		color: white;
	}
	nav {
		position: fixed;
		width: 100%;
		height: 70px;
		background-color: #42393d;
		top: 0px;
		left: 0px;
	}
	h1{
		font-family: majesti banner;
		color: #42393d;
		text-align: center;
		margin-bottom: 40px;
	}
	h2,h3,h4 {
		color: #42393d;
		font-family: majesti banner, serif;
	}
	p {
		color: #898c8f;	
	}
	hr {
		color: #bd202e;
		border-top: 3px double;
	}
	.main {
		background-color: white;
		overflow:auto;
		padding: 20px;
		padding-bottom: 5px;
	}
	.clear {
		overflow: auto;
		width: 100%;
		height: 25px;
	}
	.footer {
		background-color: #42393d;
		padding: 0px 10px 20px 10px;
		position: fixed;
		bottom: 0px;
		left: 0px;
		height: 30px;
	}
	.social {
		display: inline;
		float: left;
		margin: 15px 150px 0px;
	}
	.social img {
		padding-right: 20px;
	}
	.links {
		float:right;
		margin: 17px 170px 0px;
		font-size: 12px;
	}