#footer, #footer a{
    color: #dddddd;
}

.social {
	text-align: right;
	/*margin-top: -1px;*/
	display: inline;
	;
}

.grid-container {
	display: inline-grid;
	grid-template-columns: auto auto;
	background-color: #5ea6e6;
	width: 20em;
}

.platform-name:hover {
	text-align: right !important;
}

/* Social media below */

.social-scholar:hover {
	color: #3983FE !important;
}

.social-mail:hover {
	color: #FFAD46 !important;
}

.social-skype:hover {
	color: #00aff0 !important;
}

.social-linkedin:hover {
	color: #0a66c2 !important;
}

.social-twitter:hover {
	color: #dddddd !important;
}

.social-facebook:hover {
	color: #1877F2 !important;
}

.social-orcid:hover {
	color: #A5CD39 !important;
}

.social-ms-teams:hover{
	color: #464EB8 !important;
}

.single-icon{
	height: 2em; 
	width: 2em; 
	line-height: 1.5em; 
	display: flex; 
	justify-content: center; 
	align-items: center;
	overflow: hidden;
	margin-left: .5em;
    text-align: center;
	color: white !important;
	opacity: .95;
}