body {
    background: linear-gradient(to bottom, #eeeeee, #ffffff );
    background-attachment: fixed;
    font-family: Verdana, Arial, sans-serif;
}
main {
    padding: 2rem;
}
#homehero {
    background-image: 
    url(images/homehero.jpg);
    height: 300px;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}
#studenthero {
    background-image: 
    url(images/studenthero.jpg);
    height: 300px;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}
#facultyhero{
    background-image: 
    url(images/facultyhero.jpg);
    height: 300px;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}
header {
    background-color: #003058;
    color: #fff; 
    font-family: georgia, serif;
}
h1 {
    line-height: 140%;
    background-image: url(images/utahtechlogo.svg);
    background-position: right;
    background-repeat: no-repeat;
    padding: 1rem;
    background-origin: content-box; 
    margin-bottom:0;
    
}
nav a { text-decoration: none; }
nav { 
    font-weight:bold;
    background-color: #f3f3f3;
    padding-top: .5rem;
    padding-left: 2rem;
    padding-bottom: .5rem;
    padding-right: .5rem;
}
h2 {
    color: #424242;
    font-family: georgia, serif;
}
dt {
    color: #003058;
    font-weight: bold;
}
h3 {
    color: #003058;
}
.ut {
    color: #BA1c21;
    font-weight: bold;
}
footer {
    font-size: .70rem;
    font-style: italic;
    text-align: center;
    padding: 1rem;
}
#wrapper {
    background-color: #fff;
    width: 80%;
    min-width: 960px;
    max-width: 2040px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 3px 3px rgba(66,66,66,0.3);
}
