body{
    background-image:linear-gradient(to bottom,#eeeeee,#ffffff);
    background-attachment: fixed;
    font-family:sans-serif;
}
main {
    padding-left:2em;
    padding-right:2em;
    display: block; /*Helps wth internet Exploder since it doesn't like e.main */
}

header{
    font-family: Georgia, serif;
    color:#FFFFFF;
    background-color:#BA1C21;
}
header h1{
    margin-bottom:0;
    line-height: 240%;
    background-image:url(../images/dsu.jpg);
    background-position: right;
    background-repeat: no-repeat;
    padding-left: 1em;
    height: 72px;
}

nav{
    padding: .5em .5em .5em 2em;
    background-color: #F3F3F3;
    font-weight:bold;
}

nav a{
    text-decoration: none; /* No link underline*/
}
    
h2{
    color: #424242;
    font-family:Georgia, serif;
}

h3{
    color:#BA1C21;
    
}
dt{
    color: #BA1C21;
    font-weight:bold;
}
.dsu{
    font-size: 1.2em;
    color:#BA1C21
}

footer{
    font-size: .7em;
    font-style: italic;
    text-align: center;
    padding: 1em;
}

#wrapper{
    min-width: 960px;
    max-width: 2048px;
    width:80%;
    margin-right:auto;
    margin-left:auto;
    box-shadow:0px 3px 3px rgba(66,66,66,0.3);
    
}
#homehero{
    background-image:url(../images/homehero.jpg);
    height:300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#studenthero{
    background-image:url(../images/studenthero.jpg);
    height:300px;
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    
}
#facultyhero{
    background-image:url(../images/facultyhero.jpg);
    height:300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}