.contact-page {
	background-image: url(../images/location.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.contact-page address {
	font-size: var(--nav-font-size);
}
