*{
    box-sizing: border-box;
}
body{
    background-color: #FFFFFF; color: #666666; font-family: Verdana; 
    background:linear-gradient(bottom, #eeeeee, #ffffff); background-attachment: fixed;
}
header{
    background-color: #BA1C21; color: #FFFFFF; font-family: Georgia;
}
header a{
    text-decoration: none; color: #FFFFFF;
}
h1{
    line-height: 240%; background-image: url("dsu.jpg"); background-position: right; 
    background-repeat: no-repeat; padding-left: 0.5rem; height: 72px;
    margin-bottom: 0; 
}
nav a{
    padding: 1rem 0rem; color: #FFFFFF;
    display:block; text-decoration: none;
  
}
nav {
    padding: 20px, 5px, 0px, 20px; 
    width: 160px; float: left; font-weight: bold;
    position: sticky; top: 0; text-decoration: none;
}
nav ul{
    list-style: none; margin: 0; padding-left: 0%;
}
nav a:hover{
    background-color: #BA1C21;
    text-decoration: none;   
}
h2{
    color: #424242; font-family: Georgia;
}
h3{
    color: #BA1C21;
}
main{
    background-color: #FFFFFF;margin-left: 170px; padding: 1px, 0px, 1px;
    padding-left: 2em; padding-right: 2em; display: block;
}
dt{
    color: #BA1C21; font-weight: bold;
}
.dsu{
    color: #BA1C21; font-size: 1.2em;
}
footer{
    background-color: #FFFFFF; margin-left: 170px;
    font-size: .70em; font-style: italic; text-align: center; padding: 1em;
}
#wrapper{
    width: 80%; margin-right: auto; margin-left: auto; min-width: 960px; 
    max-width: 2048px; box-shadow: 0px, 3px, 3px, rgba(red, green, blue, alpha);
    background-color: #424242;
}
#homehero{
    height: 300px; background-image: url("homehero.jpg");background-size: cover;
    background-repeat: no-repeat;background-position: center; 
    margin-left: 170px;
}
#studenthero{
    height: 300px; background-image: url("studenthero.jpg");background-size: cover;
    background-repeat: no-repeat; background-position: center;
    margin-left: 170px;
}
#facultyhero{
    height: 300px; background-image: url("facultyhero.jpg");background-size: cover;
    background-repeat: no-repeat; background-position: center;
    margin-left: 170px;
}
.clear{
    clear: both;
}
section{
    width: 33%; float: left; padding-right: 1rem;
}