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