* {box-sizing: border-box;}
* body {
	background: linear-gradient(#eeeeee, #ffffff);
	background-attachment: fixed;
	color: #666666;
	font-family: 'Arial', 'Verdana', sans-serif;
}
* main{
	background-color: #ffffff;
	margin-left: 170px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2em;
	padding-right: 2em;
	display: block;
}
* header {
	background-color: #BA1C21;
	color: #ffffff;
	font-family: 'Georgia', serif;
}
header  a{
	text-decoration: none;
	color: #ffffff;
}
* h1 {
	line-height: 240%;
	background-image: url(dsu.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 0.5rem;
	height: 72px;
	margin-bottom: 0;
}
* nav {
	width:  160px;
	float: left;
	font-weight: bold;
	padding: 20px 5px 20px 0px;
	text-decoration: none;
	position: sticky;
	top: 0;
}
nav ul{
	list-style-type: none;
}
nav a{
	text-decoration: none;
	color: #ffffff;
	padding: 1rem 0rem;
	display: block;
}
a:hover{
	background-color: #ba1c21;
}
* h2 {
	color: #424242;
	font-family: 'Georgia', serif;
}
* h3{
	color: #ba1c21;
}
* dt {
	font-weight: bold;
	color: #ba1c21;
}
* section{
	float: left;
	width: 33%;
	padding-right: 1rem;
}
.dsu {
	color: #ba1c21;
	font-size: 1.2em;
}
* footer {
	background-color: #ffffff;
	margin-left: 170px;
	text-align: center;
	font-size: .70em;
	font-style: italic;
	padding: 1em;
}
#clear{
	clear: both;
}
#wrapper {
	background-color: #424242;
	min-width: 960px;
	max-width: 2048px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 3px 3px rgba(66, 66, 66, .3);
}
#homehero{
	height: 300px;
	background-image: url(homehero.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#facultyhero{
	height: 300px;
	background-image: url(facultyhero.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#studenthero{
	height: 300px;
	background-image: url(studenthero.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#homehero, #facultyhero, #studenthero{
	margin-left: 170px;
}