body {
  background-color: #FFFFFF;
  text-decoration-color: #666666;
  font-family: 'Veranda', sans-serif;
  background-image: linear-gradient(180deg,#eeeeee, #ffffff);
  background-attachment: fixed;
  padding-left: 2em;
  padding-right: 2em;
  display: block;

}
main {
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #FFFFFF;
  margin-left: 170px;
  padding-top: 1px;
  padding-bottom: 1px;
}
header {
  background-color: #BA1C21;
  color: #FFFFFF;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding-bottom: 2rem;

}
 h1 {
  line-height: 240%;
  background-repeat: no-repeat;
  padding: 1em;
  padding-left: .5rem;
  height: 72px;
  margin-bottom: 0;
  list-style-type: none;

}
h1 a {
  text-decoration:none;
  color: #FFFFFF;
}


nav {
  font-weight: bold;
  float: left;
  width: 160px;
  padding-top: 20px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 20px;
  list-style-type: none;
}

nav a:hover{
  background-color: #BA1C21;
}

nav a {
  text-decoration: none;
  padding: 1rem 0rem;
  display: block;
  position: sticky;
  top:0;
  color: #FFFFFF
}

nav ul li {
  text-decoration: none;
  color: #FFFFFF;
  list-style-type: none;

}

section {
  float: left;
  width: 33%;
  padding-right: 1rem;
}

.clear {
  clear:both;
}

h2{
  color: #424242;
  font-family: Georgia, Times, "Times New Roman", serif;
}
dt {
  color: #BA1C21;
  font-weight: bold;
}
.dsu {
  color: #BA1C21;
  font-size: 1.2rem;
}
footer{
  margin-left: 170px;
  font-size: .70em;
  font-style: italic;
  text-align: center;
  padding: 1em;
  background-color: #ffffff;
}
#wrapper {
  min-width: 960px;
  max-width: 2048px;
  margin-left: auto;
  margin-right: auto;
  background-color: #424242;
  box-shadow: 0px 3px 3px rgba(66,66,66,0.3);
  width: 80%;

}

h3{
  color: #BA1C21;
}

#homehero {
  background-image: url("images/homehero.jpg");
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 170px;
}
#studenthero {
  background-image: url("images/studenthero.jpg");
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 170px;
}
#facultyhero {
  background-image: url("images/facultyhero.jpg");
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 170px;
}
nav{
  text-decoration: none;
}

*{
  box-sizing:border-box;
}
