.follow-me {
  list-style: none;
  overflow: hidden;
  margin-bottom:12px;
  padding: 0;
  display: flex;
  justify-content: center;
}
.follow-me li {
  margin-right: 5px;
}
.follow-me li a::before {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 44px; /* Button height */
  line-height: 44px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 44px; /* Button width */
}
.follow-me li a:hover::before {
  opacity: 0.7;
}

.follow-me li a[href*="instagram.com"]::before      { background-color: #E4405F; content: "\f16d"; }
.follow-me li a[href*="twitter.com"]::before        { background-color: #55acee; content: "\f099"; }
section.reed .whatsOn h2 {
	margin-top: 12px !important;
    padding-bottom: 0px !important;
    background: none !important;
}
