.socialBlock {
    background-color: lightblue;
    text-align: center;
}

.socialBlock i {
  padding: 5px 0px;
  font-size: 20px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 1px;
}

.socialBlockNarrow {
    display: none;
    border-bottom: 3px solid silver;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

@media (max-width: 800px) {
    .socialBlockNarrow {
        display: block;
    }
}
