h1{
    background-color: #ba1c21;
    color: #FFFFFF;
    background-image: url(images/dsu.jpg);
    background-repeat: no-repeat;
    background-position:right;
    padding-left: .5em;
    height: 72px;
    margin-bottom: 0;
}
header h1{
    line-height:240%;
    font-family: gerogia, serif;
}
nav{
    font-weight:bold;
    padding: 20px 20px 0px 5px;  
    float: left;
    width: 160px;
    position:sticky;
    top: 0;
    list-style-type:none;
}
nav a{
    text-decoration: none;
    color: #FFFFFF;
    display:block;
    padding: 1rem 0rem;
}
nav ul{
    list-style-type:none;
}
nav a:hover{
    background-color:#BA1C21;
}
.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;
    background-color:#FFFFFF;
    margin-left: 170px;
}
#wrapper{
    width:80%;
    margin-right:auto;
    margin-left:auto;
    background-color: #424242;
    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;
    margin-left: 170px;
    
}
#studenthero{
    background-position: center;
    background-size: cover;
    background-image: url("images/studenthero.jpg");
    background-repeat: no-repeat;
    height:300px;
    margin-left: 170px;
}
#facultyhero{
    background-position: center;
    background-size: cover;
    background-image: url("images/facultyhero.jpg");
    background-repeat: no-repeat;
    height:300px;
    margin-left: 170px;
    
}
h3{
    color:#BA1C21;
}
main{
    padding-left: 2em;
    padding-right:2em;
    display:block;
    background-color: #FFFFFF;
    margin-left: 170px;
    padding: 1px 2em 1px 2em;
}
* { 
    box-sizing: border-box; 
}
section{
    float: left;
    width: 33%;
    padding-right: 1rem;
}
.clear{
    clear:both;
}
header a{
    text-decoration:none;
    color:#FFFFFF;
}
.left{
    float:left;
    display:block;
}
.center{
    float:left;
    display:block;
}
.right{
    float:right;
    display:block;
}