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:#ffffff;
    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;
}
h1 {
    padding-left: 1em;
    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;
}
#homehero {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("dixie4images/homehero.jpg");
}
#studenthero {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("dixie4images/studenthero.jpg");
}
#facultyhero {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("dixie4images/facultyhero.jpg");
}
dt {
    color:#BA1C21;
}
nav {
    padding-left: 2em;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    background-color:#F3F3F3;
}
nav {
    text-decoration: none;
}
footer {
    padding: 1em;
}
.dsu {
    color:#BA1C21;
    font-size:1.2em;
}
