#wrapper {
    background-color: #ffffff;
    width: 80%;
    min-width: 700px;
    max-width: 1024px;
    box-shadow: 0px 3px 3px rgba(66,66,66,0.3);
    margin-left: auto;
    margin-right: auto;
    
}

body { 
    background-color: #FFFFFF;
    background-image: linear-gradient(#eeeeee, #ffffff);
    background-attachment: fixed;
    color: #666666;
    font-family: "Verdana", "Arial", sans-serif;
    
}

header {
        background-color: #BA1C21;
        color: #FFFFFF;
        font-family:  "Georgia", serif;
}



nav {
        padding-top: 0.5em;
        padding-right: 0.5em;
        padding-bottom: 0.5em;
        padding-left: 2em;
        font-weight: bold;
        color: #F3F3F3;
}
nav a{
        text-decoration: none;  
}
h1 {
    background-image: url();
    background-position: right;
    background-repeat: no-repeat;
    padding-left: 1em;
    height: 72px;
    line-height: 240%;
    margin-bottom: 0;
}
h2 { 
        font-weight: bold;
        color: #424242;
        font-family: "Georgia", serif;  
}
h3{
    color: #BA1C21;
}
dt {
        font-weight: bold;
        color: #BA1C21;
}
.dsu {
        font-size: 1.2em;
        color: #BA1C21;
}
footer {
        padding:1em;
        font-size: .70em;
        font-style: italic;
        text-align: center;
}
main{
        padding-left: 2em;
        padding-right: 2em;
        display: block;
}

#homehero {
        background-image: url(homehero.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height:300px;
}
#studenthero {
        height: 300px;
        background-image: url(studenthero.jpg);
        background-size:cover;
        background-repeat: no-repeat;  
}
#facultyhero {
        background-image: url(facultyhero.jpg);
        background-size: cover;
        background-repeat: no-repeat; 
        height: 300px;
}