body {
    background-image:linear-gradient(#eeeeee,#ffffff);
    color:#666666;
    font-family: Verdana;
    background-attachment: fixed;
}

header {
    background-color:#003058;
    color:#FFFFFF;
    font-family: Georgia;
}

header h1 {
    line-height: 140%;
    padding-left: 1em;
    background-image: url("images/utahtechlogo");
    background-position: right;
    background-origin: content-box;
    margin-bottom:0;
}

main {
    padding-left: 2rem;
    padding-right: 2rem;
}

nav {
    font-weight: bold;
    background-color: #f3f3f3;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left:2rem;
}

h2 {
    color: #424242;
    font-family: Georgia;
}

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;
}

#wrapper {
    font-size: 80%;
    background-color: #FFFFFF;
    min-width: 960px;
    max-width: 2048px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    box-shadow: 0px 3px 3px rgba(66,66,66,0.3)
}

#footer {
    padding:1rem
}

#homehero {
    background-image: url("images/homehero.jpg");
    background-size: cover;
    height:300px;
    background-repeat: no-repeat;
    background-position: center;
}

#studenthero {
    background-image: url("images/studenthero.jpg");
    background-size: cover;
    height: 300px;
    background-position: center;
}

#facultyhero {
    background-image: url("images/studenthero.jpg");
    background-size: cover;
    height: 300px;
    background-position: center;
}

nav a {
    text-decoration:none;
}