#index-mainHeader {
  /* The image used */
  background-image: url("../images/topHeader/index.jpg");
	background-position: center;	

  /* Set a specific height */
  min-height: 100vh;
	min-width: 100vw;
}

#index-mainHeader img {
	width: 400px;
	max-width: 80vw;
}

#index-mainHeader p {
	text-align: center;
	font-family: 'Courgette', cursive;
	font-size: 35px;
	color: white;
	text-shadow: 2px 2px #845A4A;
}


/* Screens less than 700px */
@media screen and (max-width: 700px) {
	#index-mainHeader p {
		font-size: 25px;
	}
}