#footer {
	background-color: black;
	color: white;
}

#address, #hours p {
	font-size: 16px;
}

.footer-header {
	font-family: Arizonia;
	font-size: 35px;
}

#footer-focus p {
  font: 400 20px/1.3 'Lobster Two', Helvetica, sans-serif;
  color: #white;
  border: 2px white solid;
  margin-bottom: 0px;
  padding: 5px;
}

#footer-focus {
	border: 2px white solid;
	padding: 5px;
	max-width: 300px;
}

@media only screen and (max-width: 800px) {
	#address, #hours p {
		font-size: 13px;
	}

	.footer-header {
		font-size: 22px;
	}

}