body{
	background-color: #f3f3f3;
	background-color: #eeeeee;
	font-family: Arial;
	background: linear-gradient(padding-bottom, #eeeeee, #ffffff);
	background-attachment: fixed;	
}
#wrapper{
	background-color: white;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	min-width: 960px;
	max-width: 2048px;
	box-shadow: 0px 3px 3px rgba(66,66,66,0.3);
}
a{
	color: blue;
	text-decoration: none;
}

header{
	background-color: #BA1C21;
	color: #FFFFFF;
	font-family: Georgia;
}
img{
	height: 200px;
	width: 200px;	
}

header h1{
	font-size: 48px;
	font-family: Georgia;
	line-height: 72px;
	background-image: url(Images/dsu.jpg);
	background-repeat: no-repeat;
	padding-left: 1em;
	margin-bottom: 0;
	background-position: right;
}
nav {
	background-color: #F3F3F3;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	text-decoration: none;
}
h2{
	color: #424242;
	font-family: Georgia;
}
dt{
	color: #BA1C21;
	font-weight: bolder;
}
.dsu{
	color: #BA1C21;
	font-size: 1.2em;
}
footer{
	font-size: .70em;
	text-align: center;
	padding: 1em;
}
h3{
	color: #BA1C21;
}
main{
	padding-left: 2em;
	padding-right: 2em;
	display: block;
}
.homehero{
	height: 300px;
	background-size: cover;
	background-position: center;
	background-image:url(Images/homehero.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;

}
.studenthero{
	height: 300px;
	background-size: cover;
	background-position: center;
	background-image:url(Images/studenthero.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;

}
.facultyhero{
	height: 300px;
	background-size: cover;
	background-position: center; 
	background-image:url(Images/facultyhero.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

	

