body {
	min-width: 15em;
	padding: 3em 1em;
	background-color: white;
	font-family: Georgia, sans-serif;
	line-height: 1.4;
}


h1 {
	margin-bottom: 2em;
	text-align: center;
}
h2 {
	margin-bottom: .5em;
	color: #444;
	font-size: 1.5em;
	line-height: 1;
	text-align: center;
}
img {
	max-width: 100%;
}
p {
	margin-bottom: 1em;
	text-align: justify;
}

.content {
	max-width: 40em;
	margin: 0 auto;
}
.section {
	margin-top: 1.5em;
}
.center {
	text-align: center;
}
/*.address {
	max-width: 10em;
	margin: 0 auto;
}*/
.contact {
	font-size: 1.2em;
}
.address {
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 24em) {

	.section {
			margin-top: 2em;
	}
	h1 {
		margin-bottom: 3em;
	}
	h2 {
		font-size: 2em;
	}

}
