* {
    box-sizing: border-box;
}
body {
    color: #666666;
    background-color: #FFFFFF;
    background-image:linear-gradient(to bottom, #eeeeee, #ffffff);
    background-attachment: fixed;
}

header{
    color: #FFFFFF;
    background-color: #BA1C21;
    font-family: 'DM Serif Display', serif;
}
header h1{
    line-height:240%;
    background-image: url(dsu.jpg);
    background-position: right;
    background-repeat: no-repeat;
    padding-left: 0.5rem;
    height: 72px;
    margin-bottom: 0;
}
header a{
    color: #FFFFFF;
    text-decoration: none;
}
#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);
}
nav{
    padding: 20px 5px 0px 20px;
    font-weight: bold;
    float: left;
    width: 160px;
    position: sticky;
    top: 0%;
}
nav a{
    color: #FFFFFF;
    padding: 1rem 0rem;
    display: block;
    text-decoration: none;

}
nav a:hover{
    background-color: #BA1C21;
}
nav ul{
    margin:0%;
    padding-left: 0%;
    list-style-type:none;
}
.clear{
    clear:both;
}
section{
    float: left;
    width: 33%;
    padding-right: 1rem;
}
h2{
    color: #222222;
    font-family: 'DM Serif Display', serif;
}
dt{
    font-weight: bold;
    color: #BA1C21;
}
.dsu{
    color: #BA1C21;
    font-size: 1.2em;
}
footer{
    font-size: .70em;
    font-style: italic;
    text-align: center;
    padding: 1em;
    background-color: #FFFFFF;
    margin-left: 170px;
}
h3{
    color: #BA1C21;
    font-family: 'DM Serif Display', serif;
}
main{
    padding-left: 2em;
    padding-right: 2em;
    display:block;
    background-color: #FFFFFF;
    margin-left: 170px;
    padding: 1px 1px;
}
#homehero{
    height: 300px;
    background-image: url(homehero.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 170px;
}
#studenthero{
    height: 300px;
    background-image: url(studenthero.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 170px;
}
#facultyhero{
    height: 300px;
    background-image: url(facultyhero.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 170px;
}