.footer {
	background: #ffff;
	position: relative;
	overflow: hidden;
	padding: 30px 0;
}
.copyright p {
	color: #000;
        font-size: 18px;
	font-weight: 300;
	text-align: center;
	margin: 0;
}
.copyright p a {
	color: #000;
}
@media screen and (max-width: 767px) {
.copyright p {
        font-size: 15px;
}
}