.landing{
    color: white;
    text-shadow: 5px 5px black;
}

.home{
    text-shadow: 2px 2px black;
}

header {
  background-image: url('../img/magnetic-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}