* {
    box-sizing: border-box;
}
header a {
    text-decoration: none;
    font: #ffffff;
}
h1 {
    line-height: 240%;
    background-color: #ba1c21;
    color: #ffffff;
    font-family: Georgia, sans-serif;
    background-image: url(dixie4images/dsu.jpg);
    background-position: right;
    background-repeat: no-repeat;
    padding-left: 0.5rem;
    height: 72px;
    margin-bottom: 0px;
}
h2 {
    color: #424242;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
h3
{
    color: #ba1c21;
}
nav {
    font-weight: bold; 
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 20px;
    text-decoration: none;
    float: left 160px;
    position: sticky;
    top: 0;
}
nav a {
    color: #ffffff;
    padding: 1rem 0rem;
    display: block;
}
nav a:hover {
    background-color: #ba1c21;
}
nav ul {
    text-decoration: none;
    margin: 0;
    padding-left: 0;
}
main {
    padding-right: 2em;
    padding-left: 2em;
    display: block;
    background-color: #ffffff;
    margin-left: 170px;
    padding-top: 1px;
    padding-bottom: 1px;
}
footer {
    font-size: .70em;
    font-style: italic;
    text-align: center;
    padding: 1em;
}
body {
    background-color: #ffffff #eeeeee;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    background-position: bottom ;
    background-attachment: fixed;
}
section {
    float: left;
    width: 33%;
    padding-right: 1rem;
}
dt {
    font-weight: bold;
    color: #ba1c21;
}
.dsu {
    color: #ba1c21;
    font-size: 1.2em;
}
#clear {
    clear: both;
}
#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 {
    height: 300px;
    background-image: url(dixie4images/homehero.jpg);
    background-size: cover;
    background-position: center;
    margin-left: 170px;
}
#studenthero {
    height: 300px;
    background-image: url(dixie4images/studenthero.jpg);
    background-size: cover;
    background-position: center;
    margin-left: 170px;
}
#facultyhero {
    height: 300px;
    background-image: url(dixie4images/facultyhero.jpg);
    background-size: cover;
    background-position: center;
    margin-left: 170px;
    }