.hero {
	width: 800px;
	margin: auto;
	position: relative;
	padding-top: 70px;
	padding-bottom 70px;
	padding-left: 0px;
	padding-righ: 0px;
}

.hero.text {
	background-color: silver;
	background-color: hsla(0, 0%, 100%, 0.5);
	position: absolute;
	padding-top: 0px;


	bottom: 0;
	left: 0;
	width: 100%;

	font-weight: bold;
	font-size: 25px; 
	color: dimgrey;

}


