

body {
	background-image: linear-gradient(#eeeeee, #ffffff);
	background-attachment: fixed;
	font-family: 'Verdana', sans-serif;
}

header {
	background-color:#BA1C21;
	color:#fff;
	font-family: 'Georgia', sans-serif;
	
}


h1 {
	font-weight:900;
	line-height: 240%;	
	background-image: 
	url("images/dsu.jpg");
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 1em;
	height: 72px;
	margin-bottom: 0;

}

nav {
	background-color: #F3F3F3;
	font-weight: bold;
	padding: 0.5em 0.5em 0.5em 2em;
}

nav a {
	text-decoration: none;
}

h2 {
	color: #424242;
	font-family: 'Georgia', sans-serif;
}

h3 {
	color: #BA1C21;
}

main {
	padding-left: 2em;
	padding-right: 2em;
	display: block;
}

dt {
	color: #BA1C21;
	font-weight: bold;
}

.dsu {
	color: #BA1C21;
	font-size: 1.2em;
}

footer {
	font-size: .70em;
	text-align: center;
	font-style: italic;
	padding: 1em;
}

#wrapper {
	width: 80%;
	background-color: #ffffff;
	min-width: 960px;
	max-width: 2048px;
	box-shadow: 0px 3px 3px rgba(66, 66, 66, 0.3);
	margin-left: auto;
	margin-right: auto;
} 

#homeHero {
	background-image: 
	url("images/homehero.jpg");
	height: 300px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

#studentHero {
	background-image: 
	url("images/studenthero.jpg");
	height: 300px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

#facultyHero {
	background-image: 
	url("images/facultyhero.jpg");
	height: 300px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}


