﻿
.hero-header {
	background: linear-gradient( rgba(0,0,0,0.25), rgba(0,0,0,0.25) ), url('/Content/img/banner.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 120px 0;
	border-radius: 30px;
	margin-top: 30px;
}