.contact-img {
	display: inline-block;
	margin-left:5px;
	width:60px;
}
.contact-mail {
	background-color: gray;
	color:white;
	font-style: normal;
	font-family:'Open Sans', sans-serif;
	padding: 0 5px 0 5px;
}
.contact-twitter {
	background-image: url("/images/Twitter_Social_Icon_Square_Color.svg");
        background-repeat: no-repeat;
	background-color:#1da1f2;
	color:white;
	padding: 0 5px 0 28px;
	font-style: normal;
}
