
/* Modify the body element selector style rules */
body {
  background: linear-gradient(to bottom, #eeeeee, #ffffff);
  background-attachment: fixed;
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
}

header {
  background-color: #003058; 
  color: #fffdfd;
}

header h1 {
  line-height: 140%;
  padding: 0.5rem;
  background-image: url("utahtechlogo.svg");
  background-position: right;
  background-repeat: no-repeat;
  padding-left: 1em;
  background-origin: content-box;
  margin-bottom: 0;
}

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



nav {
  font-weight: bold;
  background-color: #F3F3F3;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
}

footer {
  font-size: 1rem; /* Changed to 1rem for better readability */
  padding: 1rem;
}


h3 {
  color: #003058;
}

main {
  padding: 0 2rem;
}

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

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

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