html {
  background: url('http://cdn.foodbeast.com/content/uploads/2015/02/coffee-smell.jpeg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  background-color: transparent !important;
}

#mainPage {
  h1 {
      text-align: center;
      font-size: 32px;
      color: white;
      text-shadow: 2px 2px black;
      margin-top: 75px;
  }
}

.topNavLink {
  text-decoration: none;
  color: #9d9d9d;
  
  :hover {
    color: rgba(255,255,255, 1);
    text-decoration: none;
  }
}