@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color: #fff;
	background: #8a8c8f;
}

h2{
	color: white;
}

.container{
	max-width: 960px;
	width: 96%;
	margin: auto;
}

/* Header */

header{
	background: #41393d;
	margin-bottom: 20px;
	overflow: hidden;
	font-family: "eb-garamond";
}

.logo{
	float: left;
	margin-top: 10px;
}

nav{
	float: right;
	line-height: 90px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}

nav li{
	display: inline; 
	padding: 10px 5px;
	box-shadow: 0 5px 0 darkred;
	margin-left: 2px;
	background: #be1e2d;
	line-height: normal;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #D7E4C2;
}

a:active {
	color:#D7E4C2;
}

a:visited {
	color:#FFFFFF;
}
/* Content */

.content h2{
	background: #be1e2d;
	box-shadow: 0 5px 0 darkred;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.content h3{
	padding: 0;
	margin-bottom: 10px;
	margin-top: 0;
	text-align: center;
	text-decoration: underline;
}

.content h4{
	padding: 0;
	margin-bottom: 10px;
	margin-top: 0;
	text-align: inherit;
	text-decoration: underline;
}

.content article{
	float: left;
	width: 600px;
}

.content ul{
	float: right;
	text-align: center;
	width: 250px;
	background: #ef4e22;
	padding: 10px 25px;
	border-radius: 5px;
	box-shadow: 0 5px 0 darkorange;
	list-style: none;
	box-shadow: 5px 5px 5px #41393d;

}

.events {
	background: #be1e2d;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 5px 5px 5px #41393d;
}

/* Footer */

.footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px 2px;
	background-color: #41393d;
	color: #FFFFFF;
	text-align: center;
}