* {
    box-sizing: border-box;
}

body {
    background:linear-gradient(#eeeeee,#ffffff);
    background-attachment: fixed;
    font-family: Verdana, Arial, sans-serif;
}

header {
    background-color: #BA1C21;
    color: #FFFFFF;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

header h1 {
    line-height: 240%;
    background-image: url('dixieimages/dsu.jpg');
    background-position-x: right;
    background-repeat: no-repeat;
    padding-left: 0.5rem;
    height: 72px;
    margin-bottom: 0;
}

header a{
    color: #FFFFFF;
    text-decoration: none;
}

nav {
    font-weight: bold;
    float: left;
    width: 160px;
    padding: 20px 5px 0px 20px;
    position: sticky;
    top: 0;
}

nav a{
    color: #FFFFFF;
    padding: 1rem 0rem;
    display: block;
    text-decoration: none;
}

nav a:hover{
    background-color: #BA1C21;
}

nav ul{
    padding-left: 0px;
    margin: 0px;
    list-style: none;
}

h2 {
    color: #424242;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

dt {
    color: #BA1C21;
    font-weight: bold;
}

.dsu {
    color: #BA1C21;
    font-size: 1.2em;
}

footer {
    font-size: 0.70em;
    font-style: italic;
    text-align: center;
    padding: 1em;
    background-color: #FFFFFF;
    margin-left: 170px;
}

#wrapper {
    background-color: #424242;
    min-width: 960px;
    max-width: 2048px;
    width: 80%;
    box-shadow: 0px 3px 3px rgba(66, 66, 66, 0.3);
    margin-right: auto;
    margin-left: auto;
}

h3 {
    color: #BA1C21;
}

main {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 1px;
    padding-bottom: 1px;
    display: block;
    background-color: #FFFFFF;
    margin-left: 170px;
}

#homehero {
    height: 300px;
    margin-left: 170px;
    background-image: url('dixieimages/homehero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#facultyhero {
    height: 300px;
    margin-left: 170px;
    background-image: url('dixieimages/facultyhero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#studenthero {
    height: 300px;
    margin-left: 170px;
    background-image: url('dixieimages/studenthero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section {
    width: 33%;
    padding-right: 1rem;
    float:left;
}

.clear {
    clear: both;
}

