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