.top-bar {
    color: #333;
    padding: 150px 0 150px;
}

#starbucks
{
  background: -webkit-linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/cover/starbuckscover.jpg);
  background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/cover/starbuckscover.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  text-align: center;
}

#netflix
{
  background: -webkit-linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/cover/netflixcover.jpg);
  background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/cover/netflixcover.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  text-align: center;
}

#eatthatfrog
{
  background: -webkit-linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/cover/eatthatfrogcover.jpg);
  background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/cover/eatthatfrogcover.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  text-align: center;
}
