p{
    padding-left: 10px;
}
Body{
    background-color: #f5f5f5;
    color:#666666;
    font-family: Arial, Helvetica, sans-serif;
background: linear-gradient(#eeeeee, #ffffff);
}


header {
    background-color: #003058;
    color: #ffffff;
font-family: Georgia, 'Times New Roman', Times, serif;
}

header h1 {
    padding: 0.5rem;
    line-height: 140%;
background-image: url("utahtechlogo.svg");
background-position: right;
background-repeat: no-repeat;
background-size: 75px ;
padding-left: 1rem;
background-origin: content-box;
margin-bottom: 0;
}

h2{
    color:#424242;
    font-family: Georgia, 'Times New Roman', Times, serif;
padding-left: 5px;
}

.ut{
    color: #BA1C21;
    font-weight: bold;
}

footer{
font-size: .70rem;
font-style: italic;
text-align: center;
padding: 1em;
}

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

dt{
font-weight: bold;
color: #003058;}
nav a {
    text-decoration: none; 
padding-top: .5rem;
padding-right: .5rem;
padding-bottom: .5rem;
padding-left: 2rem;
}
#homehero{
background-image: url("homehero.jpg");
height: 200px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#studenthero{
background-image: url("studenthero.jpg");
height: 200px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#facultyhero{
    background-image: url("facultyhero.jpg");
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
h3{
color:#003058 ;

}
main {
padding-left: 2rem;
padding-right: 2rem;


}