body {
  background-image: url('/static/img/background.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: 'gotham_condensedmedium';
}

.engineeringWatermark img {
  max-width: 250px;
  position: fixed;
  top: 5%;
  left: 1%;
}
.homepage {
  width: 850px;
  height: 250px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

ul {
  position: relative;
  width: 60%;
  margin: auto;
  left: -20px;
}

li {
  list-style-type: none;
  text-align: center;
}

.title {
  font-size: 48px;
  text-align: center;
  font-weight: bolder;
}

.blurb {
  width: 800px;
  height: 100px;
  position: relative;
  left: 3%;
  top: 10%;
}

a, a:hover, a:after, a:visited  {
  color: #57058B;
  text-decoration: none;
}

.blurb p {
  margin: 0;
  text-align: center;
  font-size: medium;
  font-weight: bold;
}

span {
  background-color: #FAF4FE;
}

.links {
  margin: auto;
}

.button {
  display: block;
  padding: 7px 120px;
  background: #D0B4E7;
  border: 2px solid #57058B;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #57058B;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-out;
  text-decoration: none;
}

.button:hover {
  background: #57058B;
  color: #D0B4E7;
}