footer {
	 /*background-color: #e6e6e6; //#f2f2f2;*/
	padding: 10px;
}
.myfooter{	
	background-color:#e6e6e6;	
}
a {
	color:#236aa7;
}

#footer-bottom-right{
	display: flex;
}

@media (max-width: 991px) {
	/*Added an update to the Footer based on window size*/
	#footer-bottom-right{
		display:block;
	}

	#texam250{
		padding-left: 30px;
	}
}