* { 
    box-sizing: border-box;
}
body {
    background:linear-gradient(to bottom, #eeeeee,#ffffff);
    color: #666666;
    background-attachment: fixed;
    }
header {
    background-color: #BA1C21;
    color: #FFFFFF;
    font-family: Georgia, 'Times New Roman', Times, serif;
    }
header h1 {
    line-height: 240%;
    background-image: url(images/dsu.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 0.5rem;
    height: 72px;
    margin-bottom: 0;
}
header a {
    color: #ffffff;
    text-decoration: none;
}
nav {
    font-weight:bold;
    float: left;
    width: 160px;
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 20px;
    position: sticky;
    top: 0;
}
h2 {
    color: #424242;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
h3 {
    color: #BA1C21

}
main {
    background-color: #FFFFFF;
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1px;
    padding-bottom: 1px;
    display: block;
    margin-left: 170px;
}
main section {
    float: left;
    width: 33%;
    padding-right: 1rem;
}
dt {
    color: #BA1C21;
    font-weight: bold;
}
.dsu {
    font-size: 1.2em;
    color: #BA1C21;
}
footer {
    font-size: .70em;
    font-style: italic;
    text-align: center;
    padding: 1em;
    background-color: #ffffff;
    margin-left: 170px;
}
#wrapper {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    background-color: #424242;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 0px 3px 3px rgba(66,66,66,0.3);
}
#homehero {
    height: 300px;
    background-image: url(images/homehero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 170px;
}
#studenthero {
    height: 300px;
    background-image: url(images/studenthero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 170px;
}
#facultyhero {
    height: 300px;
    background-image: url(images/facultyhero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 170px;
}
nav a:hover {
    text-decoration: none;
    color: #FFFFFF;
    padding: 1rem 0rem;
    display: block;
    background-color: #BA1C21;
}   
nav a{
    text-decoration: none;
    color: #FFFFFF;
    padding: 1rem 0rem;
    display: block;
    
}
nav ul { 
    list-style-type:none;
    padding-left: 0px;
    margin: 0px;
}
.clear {
    clear: both;
}