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