@media screen and (max-width: 640px) {
	.logo img {
		height: 60px;
	}

	footer {
		min-height: 60px;
		font-size: 14px;
	}
}