footer{
    text-align: center;
    font-size: 0.7em;
    font-style: italic;
}
.dsu{
    color:#BA1C21;
    font-size: 1.2em;
}
#wrapper{
    width:80%;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 3px 3px rgba(66,66,66);
}
nav{
    color:#f3f3f3;
}
header h1{
    line-height: 240%;
    background-color: #BA1C21;
    color:#ffff;
}
h2{
    color:#424242;
    font-family:Georgia, 'Times New Roman', Times, serif;
    padding-left: 1em;
}
dt{
    color:#BA1C21;
    font-weight:bold;
}
#homehero{
    height:300px;
    background-image:url("images/homehero.jpg");
    background-size:cover;
    background-position:center;
    background-repeat: no-repeat;
    
}
#studenthero{
    height:300px;
    background-image:url("images/studenthero.jpg");
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
}
div{
    display:block
}
nav a{
    text-decoration: none;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}
nav{
    background-color:#f3f3f3;
    padding:0.5em;
    font-weight:bold;
}
p{
    padding-left:1em;
}
h1{
    padding-left:1em;
    margin-bottom: 0em;
}
#dsu{
    height:72px;
    padding-left:1em;
    background-image:url(images/dsu.jpg);
    background-repeat: no-repeat;
    background-position:right;
}
#info{
    padding-left:1em;

}
dl{
    padding-left:1em;
}
#facultyhero{
    background-image:url(images/facultyhero.jpg);
    background-size:cover;
    height:300px;
    background-position: center;
    background-repeat: no-repeat;
}