@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #ede6b4;
	font-family: Georgia;
	font-weight: 300;
}

.typeReg {
	font-size: 17px;
	font-family: Garamond, Georgia, Times;
	text-align: center;
	color: #7D6B6B;
}

.typeHead { 
	font-size: 45px;
	font-family: Garamond, Georgia, Times;
	text-align: center;
	color: #7D6B6B;
}

.subHead { 
	font-size: 20px;
	font-family: Garamond, Georgia, Times;
	text-align: center;
	color: #7D6B6B;
}

a {
	text-decoration: no-underline;
	color: #6a6b5f;
}
	
a:visited {
	color: #706060;
}
	
a:hover {
	color: #4b4040;
}

.container {
	width: 80%;
	margin: 0 auto;
}

header {
	background-color: #fffade;
}

header::after {
	content: '';
	display: table;
	clear: both;
}

.logo {
	float: left;
}

nav {
	float: right;
}

nav ul{
	margin: 0;
	padding: 8px;
	list-style: none;
}

nav li {
	display: inline-block;
	margin-left: 70px;
	padding-top: 25px;
	
	position: relative;
}

nav a {
	color: #6a6b5f;
	text-decoration: none;
}

nav a:hover {
	color: black;
}

