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