@charset "utf-8";
/* CSS Document for two clinics */

.hero-image {
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/hero2-2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 10px;

}
 .hero-text {
	 position: relative;
	 color: white;
	 text-align:center;
}

.hero-image_planner {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../img/green_planner.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 10px;
}

@media (min-width: 768px) { 
	/*h1 {color: red;}*/
	.hero-image {
		min-height: 10px;
		padding: 200px 40px;
	}
}
