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