body {color:#666666;
	 font-family: sans-serif;
	 background-color:#ffffff;
	 background: linear-gradient( #eeeeee, #ffff);
	 background-attachment: fixed;}

body main {padding-left: 2rem;
		padding-right: 2rem;
		display: block;}

header {background-color:#BA1C21;
	   color:#ffffff;
	   font-family: serif;}

body header h1 {line-height: 72px;
				background-image: url("dsu.jpg");
				background-repeat:no-repeat;
				background-position: right;
				padding-left:1rem;
				margin-bottom: 0;}

nav {font-weight: bold;
	 background-color:#F3F3F3;
	 padding-left: 2rem;
	 padding-right: 0.5rem;
	 padding-top: 0.5rem;
	 padding-bottom: 0.5rem;}

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

dt {color:#BA1C21;
	font-weight: bold;}

.dsu {color:#BA1C21;
	  font-size:1.2rem;}

footer {font-size: .70rem;
		text-align: center;
		font-style: italic;
		padding: 1rem;}
	
#wrapper {width: 80%;
		margin-left: auto;
		margin-right: auto;
		background-color: #ffffff;
		min-width: 960px;
		max-width: 2048px;
		box-shadow: 0px 3px 3px rgba(66,66,66,0.3);}

h3	{color: #BA1C21;}

#homehero {background-image: url("homehero.jpg");
		height: 330px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;}

#studenthero {background-image: url("studenthero.jpg");
			height: 330px;
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;}		

#facultyhero {background-image: url("facultyhero.jpg");
				height: 330px;
				background-size: cover;
				background-position: center;
				background-repeat: no-repeat;}

nav a {text-decoration: none;}