body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}


html { font-size: 100%; }



/* Headlines */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 { 
	color: #000000; 
	line-height: normal;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 1em;
} 

h1 { 
    

font-size:2rem;
    font-size: 2em;
    font-weight: 500;
	text-shadow: none;
	border: 0;
}
h1.entry-title {
	position: absolute;
	top: -200%;
	left:0.0625rem;
	width:0.0625rem;
	height:0.0625rem;
	color: transparent;
	background-color: transparent;
	font-size: 0rem;
}
h2 { 
    font-size:1.875rem;
    font-size: 1.875em;
    font-weight: 500;
}
h3 { 
	font-size:1.625rem;
	font-size: 1.625em;
	font-weight: 500;  
}
h4 { 
	font-size: 1.375rem;
	font-size: 1.375em;
	font-weight: 500; 
}
h5 { 
	font-size: 18px; 
	font-size: 1.125em;
}
h6 { 
	font-size:16px;
	font-size: 1em; 
	font-style:italic; 
}

 .imgWrap {
	background:url("pano.png") no-repeat; background-size: cover; }