* { box-sizing: border-box;}

header{
    background-color: #ba1c21;
    color: #ffffff;
    font-family: Georgia, sans-serif;
    
}

h1{
    background-image: url("media/dsu.jpg");
    background-position: right;
    background-repeat: no-repeat;
    line-height: 72px;
    padding-left: .5rem;
    margin-bottom: 0;
}

header a{
    text-decoration-line: none;
    color:#ffffff
}

h2{
    color: #424242;
    font-family: Georgia, sans-serif;
}

h3{
    color: #ba1c21;
}

nav{
    float: left;
    width: 160px;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 5px;
    position: sticky;
    top:0;
}

nav a{
    color: #ffffff;
    padding: 1rem 0rem;
    display: block;
    text-decoration: none;
}

nav a:hover{
    background-color: #ba1c21;
}

nav ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h3{
    font-weight: bold;
    color: #ba1c21;
}

body{
    background: linear-gradient(#eeeeee, #ffffff);
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    background-attachment: fixed;
    
}

main{
    padding-right: 1em;

    padding-left: 2em;
    padding-top: 1px;
    padding-bottom: 1px;

    margin-left: 170px;
    display: block;
    background-color: #ffffff;

}

section{
    float: left;
    width: 33%;
    padding-right: 1rem;

}

footer{
    background-color: #ffffff;
    margin-left: 170px;
    text-align: center;
    font-size: .70em;
    font-style: italic;
    padding-left: 1em;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
}

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

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

.clear{
    clear: both;
}

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

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

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