
.content .link {
  padding: 0 10px 20px 10px;
  text-align: center;
}

.content .link a:hover {
  text-decoration: none;
}

.content .imageLink {
  width: 100%;
  min-height: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 2px 2px 0 0;
  background-color:#1D1D1D;
}

.content .imageLink img {
  max-width: 90%;
  max-height: 120px;
  padding: 10px;
}

.content .infoLink{
  min-height: 119px;
  padding: 5px 7px;
  background-color: #1D1D1D;
  border-radius: 0 0 2px 2px;
  text-decoration: none;
}

.content .infoLink p.name {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10pt;
}

.content .infoLink p.description {
  margin: 5px 0 0 0;
  text-align: left;
  font-family: Lato, arial;
  font-size: 10pt;
  font-weight: 100;
  line-height: 18px;
}

.pageFacebook {
  padding: 0 10px 15px 10px;
  text-align: center;
}
