html, body, div, section, p, ul, li {
	font-family: arial;
	color: darkgoldenrod;
}
#hero {
	display: flex;
	min-height: 50vh;
	max-height: 84vh;
	justify-content: center;
	align-items: flex-end;
}
#hero img {
	clear:both;
	display: block;
	max-width: 300px;
	max-height: 100px;
}

#heroul {
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#heroul li {
	list-style: none;
	display: block;
	font-size: 1.25em;
	letter-spacing: 1px;
	text-align: center;
}
#heroul li.separator {
	display: none;
	width: 15px;
}
.pitch {
	color: #666666;
	padding: 10px;
	text-align: left;
	font-size: 1.25em;
}
.pitch span {
	font-style: italic;
	display: block;
	margin-top: 10px;	
}
@media (min-width: 640px) {
	#heroul li {
		display: inline-block;
		font-size: 1em;
	}
	#heroul li.separator {
		display: inline-block;
	}
	.pitch {
		display: none;
	}
	.arrows {
		border-left: 6px solid #f6900e;
		border-bottom: 5px solid #f6900e;
		transform: rotate(-45deg);
		width: 45px;
		height: 45px;
		border-right: 0;
		border-top: 0;
		margin: 0 auto;
	}
}