footer {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #f7fafc;
    color: #000;
    font-size: 16px;
	font-weight: 600;
    line-height: 1.5;
    padding: 10px 0 10px 0;
    position: relative;
}

footer img{
	width: 400px;
	height: auto;
}

footer a {
    color: #000;
}

@media screen and (max-width:960px) {
	footer img{
		width: 300px;
	}
}