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