body {background-color:#FFFFFF;
        color:#666666;
        font-family:sans-serif;
    background-image:  linear-gradient(#eeeeee, #ffffff);
    background-attachment: fixed;}


header {background-color:#BA1C21;
        color:#FFFFFF;
        font-family:serif}

main {padding-left: 2em;
    padding-right: 2em;
    font-weight: bold}


h1 {line-height:240%; 
    background-image:url("images/dsu.jpg");
    background-repeat: no-repeat;
    background-position: right;
        padding-left: 1em;  
        height:72px;
            margin-bottom: 0;}



h2 {color:#424242;
      font-family: serif}

h3 {color:#BA1C21}

nav {padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 2em;}

a {text-decoration: none;}



dt {color:#BA1C21;
      font-weight:bold}

.dsu {color:#BA1C21;
    font-size:1.2em}

footer {font-size:small;
    padding: 1em;
        font-style:italic;
        text-align:center}


#wrapper{width:80%;
    background-color:#ffffff;
    box-shadow: 0px 3px 3px;
    color:rgba(66,66,66,0.3);
    max-width:2048px;
    min-width:960px;
    margin-right:auto;
    margin-left:auto}




#homehero {height: 300px;
    background-size: cover;
    background-image:         url("images/homehero.jpg");
    background-position: center}


#studenthero{height: 300px;
    background-size: cover;
    background-image: url(images/studenthero.jpg);
    background-position: center}



#facultyhero {height: 300px;
    background-size: cover;
    background-image:         url("images/facultyhero.jpg");
    background-position: center}


