* { box-sizing: border-box;
}
body
    {font-family: Veranda, Arial, sans-serif;
    background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
    background-attachment: fixed; 
    display: block;
    }
header
    {background-color: #BA1C21; 
    color: #FFFFFF;
    font-family: Georgia, sans-serif;
    }
h1
    {line-height: 240%; 
    background-image: url(dixie4images/dsu.jpg);
    background-repeat: no-repeat;
    background-position: right; 
    padding-left: 0.5em; 
    height: 72px;
    margin-bottom: 0;
    }
h1 a
    {text-decoration: none;
    color: #FFFFFF;
    }
nav
    {font-weight: bold; 
    text-decoration:none;
    float:left;  
    position: sticky;
    top: 0;
    width: 160px;
    }
nav ul
    {list-style-type: none;
    margin: 0;
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 20px;
    padding-bottom: 0px;
    }
nav ul a
    {color: #FFFFFF;
    padding: 1rem 0rem;
    display: block;
    text-decoration: none;
    }
nav a:hover
    {background-color: #BA1C21;
    }
main
    {background-color: #FFFFFF;
    padding-left: 2em; 
    padding-right: 2em;
    margin-left: 170px;
    padding-top: 1px;
    padding-bottom: 1px;
    }
section
    {float:left;
    width: 33%;
    padding-right: 1em;       
    }
h2
    {color: #424242; 
    font-family: Georgia, sans-serif;
    }
dt
    {color: #BA1C21; 
    font-weight: bold;
    }
.dsu
    {color: #BA1C21; 
    font-size: 1.2em;
    }
h3
    {color: #BA1C21;
    }
footer
    {font-size: .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%; 
    margin-right: auto; 
    margin-left: auto; 
    filter: drop-shadow( 0px 3px 3px rgb(66,66,66,0.3));
    }
#homehero
    {background-image: url(dixie4images/homehero.jpg); 
    background-repeat:no-repeat;
    height: 300px; 
    background-size: cover; 
    background-position: center;
    margin-left: 170px;
    }
#studenthero
    {background-image:url(dixie4images/studenthero.jpg); 
    background-repeat: no-repeat;
    height: 300px; 
    background-size: cover; 
    background-position: center;
    margin-left: 170px;
    }
#facultyhero
    {background-image: url(dixie4images/facultyhero.jpg); 
    background-repeat: no-repeat;
    height: 300px; 
    background-size: cover; 
    background-position: center;
    margin-left: 170px;
    }
#clear
    {clear:both;
    }