.logo
	{
	max-height: 50px;
	}

#hero
	{
	background-image:url(images/hero-bg.png);
	background-size: cover;
	background-position: center;
	color: white;
	padding: 1rem 0;
	text-align: center;
	position: relative;
	text-align:center;
	}

.footer
	{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
	}