body {
    background-color:#ffffff;
    color: #666666 ;
    font-family:Verdana;
    background-image: linear-gradient(to bottom , #eeeeee, #ffffff);
    background-attachment: fixed;
}

main {
    padding-left: 2em;
    padding-right: 2em;
    display: block;
}

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

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

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

header {
    background-color: #ba1c21;
    color: #ffffff;
    font-family: Georgia;
}

header h1 {
    line-height: 240%;
    background-image: url(dsu.jpg);
    padding-left: 1em;
    height: 72px;
}

nav {
    font-weight: bold;
    background-color: #F3F3F3;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 2em;
}

nav a {
    text-decoration: none;
}

h2 {
    color: #424242;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h3 {
    color: #ba1c21;
}

dt {
    color: #ba1c21;
    font-weight: bold;
}

.dsu {
    color: #ba1c21;
    font-size: 1.2em;

}

footer {
    font-size: .70em;
    font-style: italic;
    text-align: center;
    padding: 1em;
}

#wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 0px 3px 3px rgb(66,66,66,0.3);
}

