.footer{
	background-color: #DF2222;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	/* add comment */
	font: normal 16px sans-serif;
	padding: 3px 10px;
	margin-top: 20px;
}

.footer .footer-left p{
	color: Gold;
	font-size: 14px;
	margin: 0;
}
/* above was DodgerBlue - font size was 12 */

.footer .container {
	margin-left: 0px;
}

/* Footer links */

.footer p.footer-links{
	font-size:14px;
	font-weight: bold;
	color: Gold;
	margin: 0 0 10px;
	padding: 0;
}
/* above was black font size was 12 */

.footer p.footer-links a{
	color: White;
	text-decoration: none;
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
}
/* above was blue */
