h1 {
    Background-color: #ba1c21;
    color:white;
    margin-bottom: 0; 
}

h1 {
    background-image: url(images/dsu.jpg);
    padding-left: 1em;
    height: 72px;
}

h2 {
    color:#424242;
    font-family:georgia;
    padding-left: .5em;
}

body {
    background-attachment: fixed;
    background-image: linear-gradient(#eeeeee #ffffff);
}

h3 {
    color:#ba1c21;
    padding-left: 1em;
    font-weight:bold;
    font-family:georgia;
}

p {
    padding-left: 1em;
}

header h1 {
    line-height:240%;
    
}

footer {
    padding: 1em;
}

body {
    color:#666666;
    padding-left: 2em;
    display: block;
}

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

dt {
    color:#ba1c21;
    font-weight:bold;
    padding-left: 1em;
}

dd {
    color:#666666;
}

nav {
    background-color:#f3f3f3;
    font-weight:bold;
    padding:0.5em;
}

nav a {
    text-decoration: none;
}

i {
    color:#666666;
    font-size:.70em;
    text-align:center;
}

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

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

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

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

#dsu {
    height: 72px;
    padding-left: 1em;
    background-image: url(img/dsu.jpg);
    background-repeat: no-repeat;
    background-position: right;
}
