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