* { 
box-sizing: border-box;

}  


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;
padding-left: 0.5rem;
}

header a {
    text-decoration: none;
    color: #FFFFFF;
}

nav {
    float: left;
    width: 160px;
    padding-top: 20px;
    padding-right: 5px;
    padding-bottom: none;
    padding-left: 20px;
    position: sticky;
    top: 0;
}
 
nav a { 
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 1rem 0rem;
	display: block;
} 

nav a:hover { 
   background-color: #BA1C21;
	
	
} 

nav ul {
  margin: none;
  padding-left: none;
  list-style-type: none;

}

main { 
   background-color: #FFFFFF;
   margin-left: 170px;
   padding-top: 1px;
   padding-bottom: 1px;
   padding-left: 2em;
   padding-right: 2em;
	
	
} 

.clear {
	clear:both;
}

#homehero {
	height: 300px;
	background-repeat: no-repeat;
	background-image: url("homehero.jpg");
	background-size:cover;
	color: #BA1C21;
	font-weight: bold;
	background-position: center;
	margin-left: 170px;


}



#studenthero {
	height: 300px;
	background-repeat: no-repeat;
	background-image: url("studenthero.jpg");
	background-size:cover;
	background-position: center;
	margin-left: 170px;


}


#facultyhero {
	height: 300px;
	background-repeat: no-repeat;
	background-image: url("facultyhero.jpg");
	background-size:cover;
	background-position: center;
	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);
        

}

.dsu {
color: #BA1C21;
font-size: 1.2em;

}


h2 {

color: #424242;
font-family: georgia;

section {
	float:left;
	width: 33%;
	padding-right: 1rem;

}


}

h3 {

color: #BA1C21;
font-weight: bold;



}

.dt {
color: #BA1C21;
font-weight: bold;
text-indent: 50px;

}



.dd {

text-indent:50px;

}


a:link {
  
  background-color: none;
  
  
}

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 {
  background-color: #FFFFFF;
  margin-left: 170px;
  text-align: center;
  font-style: italic;
  font-size: 0.70em;
  padding: 1em
}
