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