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