.social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.social {

	-webkit-transform: scale(0.8);
	/* Browser Variations: */
  -moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
/*
Multicoloured Hover Variations
*/
#social-fb:hover {
	color: #blue;
}
      	
#social-gp:hover {
	color: #B40404;
}
#social-em:hover {
	color: #58FAD0;
}

.mb-0{
	height: 60px;
}

.col-8,.col-4{

	background: #CEF6F5;
    height: 60px;
}