body  
    {
    background-color: #ffffff;
    text-decoration-color: #666666;
    background-attachment: fixed;
    background:linear-gradient(#eeeeee,#ffffff);

    
    }
header 
    {
        background-color:#BA1C21;
        color: #FFFFFF;
        font-family: georgia,sans-serif;
    }
header h1
    {  
        line-height: 240%;
        background-image:url(dsu.jpg);
        background-position:right;
        background-repeat: no-repeat;
        height: 72px;
        padding-left: 1.2em;
        margin-bottom: 0;
        
    }
nav
    { 
        font-weight: bold;
        background-color: #f3f3f3;
        padding-top: 0.5em;
        padding-right: 0.5em;
        padding-bottom: 0.5em;
        padding-left: 2em;
        text-decoration: none;
    }
h2 
    {
        font-family: georgia ,sans-serif;
        text-decoration-color: #424242;
    }
dt  
    {
        text-decoration-color: #ba1c21;
        font-weight: bold;
    }
.dsu
    {
        text-decoration-color: #ba1c21;
        font-size: 1.2em;
        text-align: center;
        font-style: italic;
    }
#wrapper
    {
        margin-right: auto;
        margin-left: auto;
        background-color: #ffffff;
        min-width: 960px;
        max-width: 2048px;
        width: 80%;
        box-shadow: 0px,3px,3px, rgba(66,66,66,0.3);

    }
    footer
    {
        padding: 1em;
    }
    h3
    {
        text-decoration-color: #BA1C21;
    }
main
    {
     padding-left: 2em;
     padding-right: 2em;
     display: block;   

    }
    #homehero
    {
        height: 300px;
        background-size: cover;
        background-position:center;
        background-repeat: no-repeat;
        background-image: url("images/homehero.jpg");
    }

#studenthero
{
        height: 300px;
        background-image: url("images/studenthero.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
}
#facultyhero
    {
        height: 300px;
        background-image: url("images/facultyhero.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;

    }
