header {
    color:#FFFFFF;
    background:#BA1C21;
    font-family:Georgia, 'Times New Roman', Times, serif
}

header h1{
    line-height:240%;
}

h1 {
    margin-bottom: 0;
    background-image:url(images/dsu.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-left:1em;
    height:72px;
}

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

nav a {
    text-decoration:none
}

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

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

h3 {
    color:#BA1C21
}

body {
    color:#666666;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #FFFFFF;
    background-image: linear-gradient(#eeeeee, #ffffff);
    background-attachment: fixed;
}

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

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

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

.uselessErrorPage {
    color:rgb(136, 136, 136)
}

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

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

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

h3 {
    color:#BA1C21
}

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