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