.banner{
	height: 600px;
	width: 100%;
	background: url("/assets/img/about-banner.jpg") center no-repeat;
	background-size: cover;
	text-align: center;
}
.banner h1{
	margin-bottom: 7px;
	text-transform: uppercase;
	animation-delay: 0.2s;
	opacity: 0;
}
.banner h3{
	animation-delay: 0.5s;
	opacity: 0;
}
