/*Heijo.Photographer styles sheet*/
@media screen {
body {
	background-color: black;
  	margin-left: 0rem;
	margin-right: 0rem;
	margin-top: 0px;
 	width: 100%;
  	font-family: Arial, Helvetica, sans-serif;
}

	p {
		color: antiquewhite;
	}
header {
	background-color: whitesmoke;
  	text-align: center;
  	height: 100px;
}

	.Statement {
		font-family: lithos-pro, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 1.4em;
		
	}
	.RegularPar {
		max-width: 80%;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
		font-size: 1.2em;
		padding-left: 10%;
		color: aliceblue;
	}
	
.LogoPic {
  max-width: 250px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.TitelText {
  padding-top: 0px;
  font-size: 1.5rem;
}

.showStopperImage {
	max-width: 100%;
}
}