
* {
	box-sizing: border-box;
}

#wrapper {
	width: 80%;
	background-color: #424242;
	min-width: 960px;
	max-width: 2048px;
	box-shadow: 0px 3px 3px rgba(66, 66, 66, 0.3);
	margin-left: auto;
	margin-right: auto;
} 

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;
	
}

header a {
	text-decoration: none;
	color: #FFFFFF;

}
h1 {
	font-weight:900;
	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', sans-serif;
}

h3 {
	color: #BA1C21;
}

nav {
	position: sticky;
	top:0;
	width: 160px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom:0;
	padding-right: 5px;
	padding-left: 20px;
}

nav a {
	text-decoration: none;
	color: #ffffff;
	padding: 1rem 0rem;
	display: block;
}

nav a:hover {
	background-color: #BA1C21;
}

nav ul {
	list-style: none;
	margin:0;
	padding-left:0;
}

main {
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	background-color: #FFFFFF;
	margin-left: 170px;
}

dt {
	color: #BA1C21;
	font-weight: bold;
}

.dsu {
	color: #BA1C21;
	font-size: 1.2em;
}

footer {
	background-color: #FFFFFF;
	font-size: .70em;
	text-align: center;
	font-style: italic;
	padding: 1rem;
}

#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;
}

#homeHero, #studentHero, #facultyHero {
	margin-left: 170px;
}

section {
	float: left;
	width: 33%;
	padding-right: 1rem;
}


.left {	float: left;}
.right { float: right;}
.clear { clear: both;}