body{
    box-sizing:border-box;
    background-image:linear-gradient(to bottom,#eeeeee,#ffffff);
    background-attachment: fixed;
    color:#666666;
    font-family:sans-serif;
}
main {
    background: #FFFFFF;
    margin-left: 170px;
    padding-top:1px;
    padding-bottom: 1px;
    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: .5rem;
    height: 72px;
    text-decoration: none;
    color: #FFFFFF;
}

header a {
    text-decoration: none;
    color:#FFFFFF;
}


nav{
    font-weight:bold;
    position: sticky;
    top:0;
    float:left;
    width:160px;
    padding:20px 5px 0px 20px;
}

nav a{
    color:#FFFFFF;
    padding: 1rem 0rem;
    display:block;
    text-decoration: none;
}

nav a:hover{
    background-color:#BA1C21;
    
}

nav ul{
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    width:140px;
}

h2{
    color: #424242;
    font-family:Georgia, serif;
}

h3{
    color:#BA1C21;
    
}
dt{
    color: #BA1C21;
    font-weight:bold;
}
.dsu{
    font-size: 1.2em;
    color:#BA1C21
}

main section{
    float:left;
    width:30%;
    padding-right:1rem;
    
}


footer{
    background-color:#FFFFFF;
    margin-left: 170px;
    font-size: .7em;
    font-style: italic;
    text-align: center;
    padding: 1em;
}

#wrapper{
    background-color:#424242;
    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;
    margin-left: 170px;
}
#studenthero{
    background-image:url(../images/studenthero.jpg);
    height:300px;
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    margin-left: 170px;
    
}
#facultyhero{
    background-image:url(../images/facultyhero.jpg);
    height:300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 170px;
}

.clear{
    clear:both;
}