body{
    background-color:#003058; 
    color:#FFFFFF; 
    font-family:Verdana, Geneva, Tahoma, sans-serif, 'Times New Roman', Times, serif; 
    background-attachment: fixed;
   background: linear-gradient(to bottom,#eeeeee, #ffffff );
}
header{
background-color:#003058 ;
color:#FFFFFF;  
font-family:Georgia; 

}
h1{
    background-image: 
    url(utahtechlogo.svg);
    background-position:right;
    background-repeat: no-repeat;
    background-origin:content-box; 
    margin-bottom:0;
}
header h1{
    line-height: 140%; 
    padding: .5rem; 
    background-color:#003058; 
    color:#FFFFFF

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

}
h3{
    color:#003058; 
}
nav{
    background-color:#F3F3F3;
    font-weight: bold;
    padding-top: 0.5rem; 
    padding-right:0.5rem;
    padding-bottom:0.5rem ;
    padding-left: 2rem;
    
}
main{
   padding-left:2rem ; 
   padding-right:2rem;
}
body{
   background-color:#ffffff; 
    font-family:Verdana;
    color:#666666; 
}
dt{ 
    color:#003058; 
    font-weight: bold;
    
}
.ut{
    color:#BA1C21;
    font-weight: bold;  
}
#wrapper{
    background-color:#ffffff;
    width:80%;
    min-width: 960px;
    margin-right: auto;
    margin-left:auto;
    max-width: 2048px;
    box-shadow:0px 3px 3px rgba(66,66,66,0.3);
}
footer{
    width:80%; 
    margin-right:auto; 
    margin-left:auto; 
    font-size:.70rem; 
    font-style: italic;
    padding:1rem; 
    text-align:center;
}
#homehero{
    background-image: 
    url(homehero.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;
}
#students{
    width:300px; 
}
#facultyhero{
background-image: 
url(facultyhero.jpg);
height:300px;
background-size:cover; 
background-position:center;
background-repeat: no-repeat;  
}

nav a {
    text-decoration: none; 
}