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