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