body.home {
	background: #a0a6aa url('../images/brocktopia.jpg') no-repeat;
	background-size: cover;
  background-attachment: fixed;
  background-position: right center;
}
.home a {
  position: absolute;
  right: 50px;
  font-weight: bold;
  color: #ff6666;
  font-size: 24px;
  font-family: Impact, Charcoal, sans-serif;
  text-decoration: none;
  letter-spacing: 0.2em;
  text-shadow: 1px 1px 3px #000000;
}
.art-link {
  bottom: 50px;
}
.resume-link {
  bottom: 100px;
}
.game-link {
  bottom: 250px;
}
.travel-link {
  bottom: 150px;
}
.art-link:hover {
  text-decoration: underline;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  a.resume-link, a.art-link {
    font-size: 4em;
    text-shadow: 2px 2px 4px #000000;
  }
  a.resume-link {
    bottom: 150px;
  }
}