html {
	font-family: Lato !important;
}

body {
	background-color: #eef;
}

h1 {
	text-align: center;
	text-transform: uppercase;
}

h2 {
	font-style: italic;
}

#content {
	max-width: 768px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: -20px auto -60px;
	padding: 3% 5% 3% 5%;
	background-color: #fff;
	box-shadow: 0 0 21px black;
}

.info p {
	text-align: center;
}

@-ms-viewport {
	width: device-width;
}

@media only screen and (max-width: 768px) {
	html,
	body {
		background-color: #fff;
	}

	#content {
		box-shadow: none;
	}
}
