
footer {
	bottom: 0;
	left: 0;
	background: #000;
	color: #fff;
	width: 100%;
}

.foot_content {
	padding: 60px;
	text-align: center;
	font-family: roboto;
}

.footer_title {
	font-size: 30px;
	font-weight: 500;
}

.footer_copy {
	color: #CCCC;
}