  
h1 {

background-color: #BA1C21;
background-image: url("dsu.jpg");
background-repeat: no-repeat;
height: 72px;
background-position: right;
padding-left: 1em;
color: white;
font-family: arial;
line-height: 240%;
margin-bottom: 0;
}

nav {
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 2em;
}

nav a { 
	text-decoration: none;
} 

#homehero {
	height: 300px;
	background-repeat: no-repeat;
	background-image: url("homehero.jpg");
	background-size:cover;
	color: #BA1C21;
	font-weight: bold;
	background-position: center;


}



#studenthero {
	height: 300px;
	background-repeat: no-repeat;
	background-image: url("studenthero.jpg");
	background-size:cover;
	background-position: center;



}


#facultyhero {
	height: 300px;
	background-repeat: no-repeat;
	background-image: url("facultyhero.jpg");
	background-size:cover;
	background-position: center;


}


#wrapper {

	width: 80%;	
	margin-left: auto; 
	margin-right: auto;
	background-color: #ffffff
        min-width: 960px
	max-width: 2048px
	drop-shadow: 0px 3px 3px (66,66,66,0.3);
        

}

.dsu {
color: #BA1C21;
font-size: 1.2em;

}


h2 {

color: #424242;
font-family: georgia;

}

h3 {

color: #BA1C21;
font-weight: bold;



}

.dt {
color: #BA1C21;
font-weight: bold;
text-indent: 50px;

}



.dd {

text-indent:50px

}


a:link {
  
  background-color: #F3F3F3; 
  
}

body {

  background-color: #FFFFFF;
  color: #666666;
  font-family: arial;
  background-attachment: fixed;
  background-image: linear-gradient (to bottom,#eeeeee,#ffffff);
  

}

p  {
  color: #424242;
  font-family: arial;
 
}


.footer {
  
  text-align: center;
  font-style: italic;
  font-size: 0.70em;
  padding: 1em
}
