
/*footer code begins here*/

.footer{
	color: #ddd;
	width: 100%;
	padding: 0px 20px;
	background: hsl(0, 0%, 15%);
	height: 80px;
	line-height: 80px;
}

.footer .social-strip{
	list-style: none;
	float: right;
}

.footer .social-strip li{
	display: inline-block;
}

.footer .social-strip li + li {
	margin-left: 10px;
}