html {
	font-family: 'Merriweather', serif;
}

body {
	height: 100%;
	width: 100%;
	background-color: #eeeeff;
	font-size: 100%;
}

h1 {
	text-align: center;
	text-transform: uppercase;
}

h2 {
	font-style: italic;
}

#main {
	padding: 3% 5% 3% 5%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: -20px auto -60px;
	max-width: 768px;
} */

#address {
	text-align: center
}
