body {
    background-color:#FFFFFF;
    color:#666666;
    font-family: verdana, arial;
    background:linear-gradient(#eeeeee,#ffffff);
    background-attachment: fixed
}

#wrapper {
    width:80%;
    margin:0 auto;
    background-color:#424242;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 0px 3px 3px rgba(66,66,66,0.3);
}
header {
    background-color:#BA1C21;
    color:#FFFFFF;
    font-family: Georgia, arial;
    text-decoration: none;
}
header a {
    text-decoration: none;
    color:#FFFFFF;
}
h1 {
    padding-left: 0.5rem;
    line-height:240%;
    height: 72px;
    background-repeat: no-repeat;
    background-position: right;
    background-image:url(dixie4images/dsu.jpg);
    margin-bottom: 0;
}
h2 {
    color:#424242;
}
h3 {
    color:#BA1C21
}
main {
    padding-left: 2em;
    padding-right: 2em;
    display: block;
    background-color: #FFFFFF;
    margin-left: 170px;
    padding-top: 1px;
    padding-bottom: 1px;
}
#homehero {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("dixie4images/homehero.jpg");
    margin-left: 170px;
}
#studenthero {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("dixie4images/studenthero.jpg");
    margin-left: 170px;
}
#facultyhero {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("dixie4images/facultyhero.jpg");
    margin-left: 170px;
}
dt {
    color:#BA1C21;
}
nav {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 5px;
    padding-bottom: 0px;
    float: left;
    width: 160px;
    position: sticky; top:0;
    font-weight: bold; 
    text-decoration: none;
    color: #FFFFFF
}
nav a:hover {
    color: #FFFFFF;
    text-decoration: none;
    padding: 1rem 0rem;
    display:block;
    background-color:#BA1C21;
    color: #FFFFFF;
    padding: 1rem 0rem;
    display:block;
}
nav ul {
    list-style-type:none;
    margin: 0px;
    padding-left: 0px;
    color: #FFFFFF
}
nav a {
    color: #FFFFFF;
    padding: 1rem 0rem;
    display:block;
    text-decoration: none;
}
.dsu {
    color:#BA1C21;
    font-size:1.2em;
}
* {
    box-sizing: border-box;
}
section {
    float: left;
    width: 33%;
    padding-right: 1rem;
}
class-clear {
    clear: both;
}
footer {
    padding: 1em;
    background-color: #FFFFFF;
    margin-left: 170px;
}