* {
	box-sizing: border-box;
}

body {
	background-color: #ffffff;
	color: #666666;
	font-family: Verdana;
	background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
	background-attachment: fixed;
}

header {
	background-color: #ba1c21;
	color: #ffffff;
	font-family: Georgia;
}

header h1 {
	line-height: 240%;
	background-image: url(images/dsu.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-left: 1em;
	height: 72px;
	margin-bottom: 0;
}

header a {
	color: #ffffff;
	text-decoration: none;
}

nav {
	font-weight: bold;
	padding: 20px 5px 0px 20px;
	float: left;
	width: 160px;
	position: sticky;
	top: 0;
}

nav a {
	text-decoration: none;
	color: #ffffff;
	padding: 1rem 0rem;
	display: block;
}

nav a:hover {
	background-color: #ba1c21;
}

nav ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

main {
	padding: 1px 2em 1px 2em;
	display: block;
	background-color: #ffffff;
	margin-left: 170px;
}

section {
	float: left;
	width: 33%;
	padding-right: 1em;
}

h2 {
	color: #424242;
	font-family: Georgia;
}

h3 {
	color: #ba1c21;
	font-weight: bold;
}

.dsu {
	color: #ba1c21;
	font-size: 1.2em;
}

footer {
	font-size: 0.7em;
	text-align: center;
	font-style: italic;
	padding: 1em;
	background-color: #ffffff;
	margin-left: 170px;
}

#wrapper {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #424242;
	min-width: 960px;
	max-width: 2048px;
	box-shadow: 0px 3px 3px rgba(66, 66, 66, 0.3);
}

#homehero {
	height: 300px;
	background-image: url(images/homehero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 170px;
}

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

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

.clear {
	clear: both;
}
