 * { box-sizing: border-box; }

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}


header h1 {padding-left: 0.5rem;}


header a {color: #ffffff;
        text-decoration: none;}


main {padding-left: 2em;
    padding-right: 2em;
    font-weight: bold;
    background-color: #ffffff;
    margin-left: 170px;
    padding-top: 1px;
    padding-bottom: 1px;}


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 {float: left;
    width: 160px; 
    padding-top: 20px;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 20px;}

nav a {column-rule: #ffffff;
    padding: 1rem 0rem;
    display: block;
    position: sticky;
    top: 0;}

nav a:hover { background-color: #BA1C21;}


nav ul { list-style-type: none;
}

nav a { text-decoration: none; }



a {text-decoration: none;
    color: #ffffff}



dt {color:#BA1C21;
      font-weight:bold}

.dsu {color:#BA1C21;
    font-size:1.2em}

.clear {clear: both;}



footer {font-size:small;
    padding: 1em;
        font-style:italic;
        text-align:center;
    background-color: #ffffff;
    margin-left: 170px;}


section {float: left;
        width: 33%;
        padding-right: 1rem;}


#wrapper{width:80%;
    background-color:#424242;
    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;
    margin-left: 170px;}


#studenthero{height: 300px;
    background-size: cover;
    background-image: url(images/studenthero.jpg);
    background-position: center;
    margin-left: 170px;}



#facultyhero {height: 300px;
    background-size: cover;
    background-image:         url("images/facultyhero.jpg");
    background-position: center;
    margin-left: 170px;}


