
/*Hero section*/
#hero-section {
	margin-top: 70px;
	background: url('assets/img/water.jpg') no-repeat;
	background-size: cover;
	height: 500px;
	position: relative;
	padding: 0;
}

#hero-section h1 {
	margin-top: 150px;
}

#hero-section p {
	font-size: 20px;
}
