body {
	background-color: #ccc;
	font-family: sans-serif;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 3em;
}

h3 {
	font-size: 2em;
}

h1, h2, h3, .title {
	display:block;
	font-weight:bold;
	font-family: serif;
	transform:scale(0.85, 1);
	text-align: center;
	color: black;
	text-decoration: none;
}

#content {
	max-width: 95%;
	margin: auto;
}

#content h2 {
	border-bottom: 2px solid black;
}

#content-header {
	background: #ffffff00 url('/img/bg-closed.png') repeat-x;
	min-height: 129px;
}

#content-title {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 129px;
	margin: 0;
	text-shadow: 0 0 0.4em white;
}

#content-footer {
	font-size: 0.8em;
	border-top: 1pt solid #555;
	color: #555;
	padding: 10px;
}

#content-footer p {
	width: 800px;
	max-width: 100%;
	margin: auto;
	padding-bottom: 10px;
}

#content-footer a {
	color: #444;
}

.md img {
	max-width: 100%;
	padding-bottom: 20px;
	margin: auto;
	display: block;
}

.md p {
	max-width: 100%;
	width: 800px;
	margin: auto;
	padding-bottom: 20px;
}

.image-list {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 800px;
	max-width: 100%;
	margin: auto;
}

.store-info {
	display: inline-block;
	width: 50%;
	min-width: 200px;
}

.store-info img {
	padding: 0;
	max-height: 150px;
}