#wrapper{
    background-color: #ffffff;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 0px 3px 3px rgba(66,66,66,0.3);
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
body {
    background:linear-gradient(#eeeeee,#ffffff);
    color: #666666;
    font-family: Verdana,sans-serif;
    background-attachment: fixed;
}
header {
    background-color: #BA1C21;
    color: #FFFFFF;
    font-family: Georgia, serif;
}
    h1 {
        line-height: 240%;
        margin-bottom: 0;
        background-image: url(images/dsu.jpg);
        background-position: right;
        padding-left: 1em;
        height: 72px;
        background-repeat: no-repeat;
    }
nav {
    text-decoration: none;
    padding: 0.5em 0.5em 0.5em 2em;
    font-weight: bold;
    background-color: #FFFFFF;
}
h2 {
    color: #424242;
    font-family: Georgia,serif;
}
h3{
    color: #BA1C21;
}
main{
    padding-left: 2em;
    padding-right: 2em;
    display: block;
}
dt {
    color: #BA1C21;
}
.dsu {
    color: #BA1C21;
}
#homehero{
    height: 300px;
    background-image: url(images/homehero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#studenthero{
    height: 300px;
    background-image: url(images/studenthero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#facultyhero{
    height: 300px;
    background-image: url(images/facultyhero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
footer {
    padding: 1em;
    font-size: small;
    font-style: italic;
    text-align: center;
}