.text-center{
	text-align:center !important;
}
.ImgBordered{
	border-style: solid;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-color: #EFEFEF;
}
.ImgBorderedPrograms{
	padding: 10px;
	border-style: solid;
	border-radius: 15px;
	border-color: #2F0088;
	box-shadow: 8px 6px #9E76B7;
}
.SocialIcons{
	max-height: 30px !important;
	margin-right: 20px;
}
.cursor{
	cursor:pointer !important;
}
.div-hover:hover{
	margin-top:-10px !important;
	transition-duration: 0.5s;
}