*{
    box-sizing: border-box;
    
}


body{
    background-color:#ffffff;
    color:#666666;
    font-family:'verdana','arial',sans-serif;
    background-image: linear-gradient(#eee, #fff);
    background-attachment: fixed;
    
}
header{
    background-color: #ba1c21;
    color: #ffffff;
    font-family: 'Georgia', serif;
    display: block;
    
}
h1{
    line-height: 240%;
    background-image: url(dsu_images/dsu.jpg);
    background-repeat: no-repeat;
    padding-left: 1em;
    height: 72px;
    background-position: right;
    margin-bottom: 0;
    
    
}
nav{
    font-weight:bold;
    float: left;
    width:160px;
    padding: 20px 5px 0px 20px;
    display: block;
}
h2{
    color: #424242;
    font-family: 'Georgia', serif;
}
dt{
    color: #ba1c21;
    font-weight:bold;
    
}
.dsu{

    color:#ba1c21;
    font-size: 1.2em;
    
}
footer{
    font-size: .70em;
    font-style: italic;
    text-align: center;
    padding:1em;
    background-color: #fff;
    margin-left: 170px;
    display: block;
    
}
#wrapper{
    width:80%;
    margin: 0 auto 0 auto;
    background-color:#424242; 
    min-width: 700px;
    max-width: 1024px;
    box-shadow: 0px 3px 3px rgba(66,66,66,0.3);
    
}
#homehero{
    background-image: url(dsu_images/stadiumhero.jpg);
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 170px;
    
}
#studenthero{
    background-image: url(dsu_images/studenthero.jpg);
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 170px;
}

h3{
    color:#BA1C21;
}
main{
    padding: 0em 2em;
    display: block;
    background-color: #fff;
    padding:1px 0px;
    margin-left: 170px;
    display: block;
}
#facultyhero{
    background-image: url(dsu_images/facultyhero.jpg);
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 170px;
}
nav a{
    text-decoration: none;
}
nav a:link{
    color: #fff;
}
nav a:visited{
    color: #ccc;
}
nav a:hover{
    color: #ccc;
}
nav ul{
    list-style-type: none;
    margin:0px;
    padding-left:0px;
}