.ut{
    color:#BA1C21;
    font-weight:bold;
}
#wrapper{
    background-color: #ffffff;
    width:80%;
    min-width: 960px;
    max-width: 2048px;
    margin-right:auto;
    margin-left:auto;
    box-shadow:0px 3px;
    border-color: rgba(66, 66, 66,0.3);
}
body{ 
    background-color:#ffffff;
    background: linear-gradient(#eeeeee,#ffffff );
    color: #666666;
    font-family:arial, sans-serif;
    background-attachment:fixed;
}
header{
    background-color:#003058;
    color: #ffffff;
    font-family:georgia, serif;
}
header h1{
    line-height:140%; 
    padding: 1em;
    background-image:url("utahtechimages2/utahtechlogo.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-origin: content-box;
    margin-bottom: 0;
}
h2{
    color:#424242;
    font-family:georgia, serif;
}
h3{
    color:#003058 
}
nav{
    background-color: #F3F3F3;
    font-weight: bold;
    padding-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;

}
nav a{
    text-decoration: none;
}
dt{
    color:#003058;
    font-weight:bold;
}
footer{
    font-style:italic;
    font-size:.70rem;
    text-align:center;
}
main{
    padding:2rem;
}
#facultyhero{
    background-image: url("facultyhero.jpg");
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#studenthero{
    background-image: url("studenthero.jpg");
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#homehero{
    background-image: url("homehero.jpg");
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}