:root {
    --main-color: #ba1c21;
    --link-color: #0066d6;
}

h1 {
    margin-bottom: 0;
}

h2 {
    color: #424242;
    font-family: Georgia, serif;
}

h3 {
    color: var(--main-color);
}

a {
    color: var(--link-color);
}

body {
    background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
    background-attachment: fixed;
    color: #666666;
    font-family: Verdana, sans-serif;
}

header {
    background-color: var(--main-color);
    color: #ffffff;
    font-family: Georgia, serif;
}

header h1 {
    line-height: 240%;
    background-image: url("../assets/dsu.jpg");
    padding: 0 0 0 1em;
    height: 72px;
    background-position: right;
    background-repeat: no-repeat;
}

nav {
    font-weight: bold;
    background-color: #f3f3f3;
    padding: .5em .5em .5em 2em;
}

nav a {
    text-decoration: none;
}

main {
    padding: 0 2em;
    display: block;
}

dt {
    color: var(--main-color);
    font-weight: bold;
}

footer {
    font-size: .70em;
    font-style: italic;
    text-align: center;
    padding: 1em;
}

#wrapper {
    width: 80%;
    min-width: 960px;
    max-width: 2048px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    box-shadow: 0px 3px 3px rgba(66, 66, 66, .3);
}

#homehero {
    height: 300px;
    background-image: url("../assets/homehero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#studenthero {
    height: 300px;
    background-image: url("../assets/studenthero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#facultyhero {
    height: 300px;
    background-image: url("../assets/facultyhero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#alumnihero {
    background-image: none;
}

.dsu {
    color: var(--main-color);
    font-size: 1.2em;
}
