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