 <style>
@font-face{
    font-family: Verdana,Arial,"sans serif",georgia;
}
body{
    background-color: #FFFFFF;
    color: #666666;
    font-family: Verdana,sans-serif;
    background-image:linear-gradient(to bottom, #eeeeee, #ffffff);
    background-attachment: fixed
} 
#wrapper{
    margin-right: auto;
    margin-left: auto;
    width: 80%;
    min-width: 960px;
    max-width: 2048px;
    background-color: #424242;
    box-shadow: 0px 3px 3px rgb(66 66 66 / 30%);
}
*{
    box-sizing: border-box
}
header{
background-color: #ba1c21;
color: #ffffff;
font-family: georgia, sans-serif;
}
#homehero {
    background-image: url("images/homehero.jpg");
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 170px;
}
main {
    padding-left: 2em;
    padding-right: 2em;
    display: block;
    background-color: #FFFFFF;
    margin-left: 170px;
    padding-top: 1px;
    padding-bottom: 1px;    
    }
#studenthero {
    height: 300px;
    background-image: url("images/studenthero.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 170px;
}
#facultyhero {
    background-image:url("images/facultyhero.jpg");
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 170px;
    
}
h1{
    line-height: 240%;
    background-image: url(images/dsu.jpg);
    background-position: right;
    background-repeat: no-repeat;
    padding-left: .5em;
    height: 72px;
    margin-bottom: 0;
}
nav{
    font-weight: bold;
    float: left;
    width: 160px;
    padding-left: 20px;
    padding-right: 5px;
    padding-top: 20px;
    position: sticky;
    top:0;
}
nav a{
    color: white;
    text-decoration: none;
    display: block;
}
nav ul{
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
}
h2{
    color: #424242;
    font-family: georgia, "sans serif";
}
h3 {
    color: #Ba1C21;
}
section {
    float: left;
    width: 33%;
    padding-right: 1rem;
}
dt{
    color: #ba1c21;
    font-weight: bold;
}
.dsu{
    color: #ba1c21;
    font-size: 1.2em;
}
footer{
    font-size: .7em;
    font-style : italic;
    text-align: center;
    padding: 1em;
    background-color: #FFFFFF;
    margin-left: 170px;
    }
</style>