body {
    background: linear-gradient(to bottom, #EEE, #FFF);
    background-attachment: fixed;
    color: #666666;
    font-family: Verdana;
}

header {
    background-color: #003058;
    color: #ffffff;
    font-family: Georgia;
}

header h1 {
    line-height: 140%;
    padding: 0.5rem;

    background-image: url('images/utahtechlogo.svg');
    background-position: right;
    background-repeat: no-repeat;
    padding-left: 1em;
    background-origin: content-box;
    margin-bottom: 0;

}

nav {
    font-weight: bold;
    background-color: #f3f3f3;
    padding: 0.5rem 0.5rem 0.5rem 2.0rem;
}

nav a {
    text-decoration: none;
}

h2 {
    color: #424242;
    font-family: Georgia;
}

h3 {
    color: #003058
}

main {
    padding: 0 2rem;
}

#homehero {
    height: 300px;
    background-image: url('images/homehero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#studenthero {
    height: 300px;
    background-image: url('images/studenthero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#facultyhero {
    height: 300px;
    background-image: url('images/facultyhero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

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

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

#wrapper {
    background-color: #ffffff;
    min-width: 960px;
    max-width: 2048px;
    box-shadow: 0px 3px 3px rgba(66,66,66,0.3);
    width: 80%;
    margin: 0 auto;
}

