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