#activities-mainHeader {
  /* The image used */
  background-image: url("../images/activities/mainHeader.jpg");
	background-position: top;

  /* Set a specific height */
  height: 600px;
	min-width: 100vw;
}

#activities-mainHeader h1 {
	text-align: center;
	font-size: 35px;
	color: white;
	text-shadow: 2px 2px #845A4A;
}