body{
	background: white url(../images/whitebg2.jpg) repeat top left;
}

#logo-container{
	background: transparent url(../images/WDFCafeLOGO.png) no-repeat center;
	height: 170px;
	background-size:cover;
}

#logo{
	font-size: 0px;
	min-height: 170px;
}

#nav-container{

}

nav{
	float: right;
}

.two a{
	text-decoration: none;
	font-size: 120%;
	color: #3D3D3D;
	
	font-family: 'Oxygen', sans-serif;
    font-size: 90%;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.two a:hover{
	color: #A94F9D;
}

.two{
	margin-top: 120px;
	text-align: center;
	height: 40px;
}

#header-image{
	width: 100%;
	background: black url('../images/banner-bg.jpg') no-repeat top center;
	height: 387px; 
	box-shadow: 0px 10px 25px #888;
	margin-top: 10px;
	margin-bottom: 40px;
}

#facebook{
	width: 46px;
	height: 46px;
	font-size: 0px;
	background: transparent url('../images/facebook.png') no-repeat top left;
}

#instagram{
	width: 46px;
	height: 46px;
	font-size: 0px;
	background: transparent url('../images/instagram.png') no-repeat top left;
}

#social a:hover{
	opacity: 1.0;
    filter: alpha(opacity=100);
}

h2{
	font-family: 'Dancing Script', sans-serif;
    font-weight: bold;
    font-size: 350%;
	padding-bottom: 15px;
	padding-left: 10px;
}	

p{

	color: #1a1a1a;
	font-size: 100%;
}

#body-content{
	margin-top: -35px;
}

.menu-item{
	padding-top: 30px;
	padding-bottom: 30px;
}

#events-heading a{
	text-decoration: none;
}

#events-heading a:hover{
	text-decoration: underline;
	color: rgb(128,88,156);
}