body{
    background-image:linear-gradient(to bottom,#eeeeee,#ffffff); 
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    background-attachment: fixed;

}

header{
    background-color: #003058;
    color: #FFFFFF;
    font-family: Georgia, serif;
}


header h1{
    line-height: 140%;
    padding: .5rem;
    padding-left: 1em;
    background-image: url("utahtechimages/utahtechlogo.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-origin: content-box;
    margin-bottom: 0;


}

nav{
    font-weight: bold;
    background-color: #f3f3f3;
    padding: left 2em;
    padding: top 0.5rem right 0.5rem bottom 0.5rem;
    
}
nav a{
    text-decoration: none;
}
main{
    padding-left: 2rem;
    padding-right: 2rem;
}

h2{
    color: #424242;
    font-family: Georgia, serif;
}
h3{
    color:#003058;
}

dt{
    color:#003058;
    font-weight: bold;
}

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


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

}

#wrapper{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    background-attachment: fixed;
    min-width:960px;
    max-width:2048px;
    box-shadow:0px 3px 3px rgba(66, 66, 66,0.3) ;
}
#homehero{
    background-image: url( utahtechimages/homehero.jpg);
    background-position: center;
    background-size: cover;
    height: 300px;
    background-repeat: no-repeat;
}
#studenthero{
    background-image:url('utahtechimages/studenthero.jpg');
    background-position: center;
    background-size: cover;
    height: 300px;
    background-repeat: no-repeat;
}
#facultyhero{
    background-image: url("utahtechimages/facultyhero.jpg");
    background-position: center;
    background-size: cover;
    height: 300px;
    background-repeat: no-repeat;
}
