@charset "UTF-8";
footer {
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 12px;
	background: rgba(51,51,51,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;
}
@media screen and (max-width:768px) {
footer {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 10px;
}
}