#ng {
	font-family: Palantino, Georgia, serif;
	color: #555;
}
#ng h1 {
	font-family: Helvetica, sans-serif;
	color: #f6cd45;
}
#nglogo {
	max-width: 200px;
}
#ngtitlebar {
	margin: 20px 0;
	padding: 40px 20px 20px;
}
#ngtitle {
	font-family: Helvetica, sans-serif;
	font-size: 5em;
	font-style: bold;
	color: #f6cd45;
}
#ngfooter {
	font-family: Helvetica, sans-serif;
	font-size: 2em;
	font-style: bold;
	background-color: #f6cd45;
	color: black;
	text-align: center;
	margin: 20px 0 40px;
	padding: 20px;
}
#arriveprbutton {
	font-size: 2em;
	text-decoration: bold;
	font-family: Arial, sans-serif;
	color: white;
	background-color: black;
	padding: 10px 20px;
	text-align: center;
	width: 6em;
	float: right;
}
.ngblack {
	background-color: black;
	color: white;
	margin: 20px 0;
	padding: 20px 20px 40px;
}
.nglink {
	text-decoration: none;
}
@media screen and (max-width: 960px) {
#ngtitle {
	font-size: 4em;
}
}