header{background:#BA1C21;
	color:#FFFFFF;
	font-family:Georgia;}

body {background:#FFFFFF;
	color:#666666;
	font-family:Arial;
	background-attachment:fixed;
	background-image: linear-gradient(to bottom,#eeeeee ,#ffffff);
}
	.dsu {color:#Ba1C21;
		font-size: 1.2em;}
		
header h1 {line-height:240%;
		padding-left: 1em;
		height: 72px;
		background-image:url(images/dsy.jpg);
		background-repeat: no-repeat;
		background-position:right;
		margin: 0;}
		
nav 
	{background-color:#f3f3f3;
	font-weight:bold;
	padding-top:0.5em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left: 2em;
}
		
h2 
	{color:#424242;
	font-family:Georgia;}
		
dt 
	{color: #BA1C21;
	font-weight:bold;}
		
main
	{padding-left: 2em;
	padding-right: 2em;
	display:block;
	}

footer{
	font-size:.70em; 
	font-style:italic; 
	text-align:center;
	padding:1em;}
	
h3 {
	color: #BA1C21;}

nav a {text-decoration:none;}

#wrapper {
	background-color: #ffffff;
	width:80%;
	min-width: 960px;
	max-width: 2048px ;
	margin-right: auto;
	margin-left: auto;
	box-shadow:0px 3px 3px rgba(66,66,66,0.3);
}
#homehero{
	background-image:url(images/homehero.jpg);
	height: 300px;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;

}
#studenthero{
	background-image:url(images/studenthero.jpg);
	height: 300px;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
}
#facultyhero{
	background-image:url(images/facultyhero.jpg);
	height: 300px;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
}
#dsu{
	background-image:url(images/dsu.jpg);
	height: 300px;
	background-position: center;
	background-size:cover;
	background-repeat: no-repeat;
}