.ut { 
    color:#BA1C21; 
    font-weight: bold;   
}
body {
    background-image: linear-gradient(180deg,#eeeeee,#ffffff); 
    background-attachment: fixed;
    color:#666666;
    font-family:'Verdana', sans-serif; 
}
header {
    background-color: #003058; 
    color: #FFFFFF; 
    font-family: Georgia, serif;
}
header h1 {
    line-height: 140%;
    padding: .5rem;
    background-image: url(utahtechlogo.svg);
    background-position: right bottom, left bottom;
    background-repeat: no-repeat;
    padding-left: 1em;
    background-origin: content-box;
    margin-bottom: 0;
}
nav{
    background-color: #F3F3F3;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
}
a {
    text-decoration: none;
}
main {
    padding-left: 2rem;
    padding-right: 2rem;
}
#homehero { 
    height: 300px; 
    background-image: url("homehero.jpg");
    background-position: center;
    background-size: cover;  
    background-repeat: no-repeat
}
#studenthero { 
    height: 300px; 
    background-image: url("studenthero.jpg");
    background-position: center;
    background-size: cover;  
    background-repeat: no-repeat
}
#facultyhero { 
    height: 300px; 
    background-image: url("facultyhero.jpg");
    background-position: center;
    background-size: cover;  
    background-repeat: no-repeat
}
h3 {
    color: #003058;
}
footer {
    font-size: 0.70rem;
    font-style: italic;
    text-align: center;
    padding: 1rem;
}
#wrapper {
    background-color: #FFFFFF;
    min-width: 960px;
    max-width: 2048px;
    width: 80%; 
    box-shadow: 0px 3px 3px rgba(66,66,66,0.3);
    
    margin-right: auto;
    margin-left: auto;
}
dl dt {
    color:#003058; 
    font-weight: bold;
}