@media (max-width: 680px) {
	.topImage .imgBox .headline {
		font-size: 1.5rem;
	}
	.eating_booth ul {
		width: 90%;
	}
	.eating_booth li p {
		font-size: 1.5rem;
		line-height: 1.3em;
	}
	.about_us {
		width: 90%;
		padding: 20px;
	}
	#worship dl {
		width: 90%;
	}
}

@media (max-width: 480px) {
	.topImage .imgBox .headline {
		top: 55%;
		font-size: 1.2rem;
	}
	.present .photo {
		float: none;
		width: 50%;
		margin: auto;
	}
	.eating_booth li p {
		font-size: 1rem;
	}
	.about_us .image {
		float: none;
		margin: auto;
	}
}

@media (max-width: 414px) {
	.about_us .image:first-of-type,
	.about_us .image:last-of-type {
		width: 100%;
	}
	.about_us .image:first-of-type {
		margin-bottom: 1em;
	}
}