  /* test version of wrc.css */
  body, h1, h2, h3, h4, h5, h6 { font-family: "Inter", sans-serif; }
  
  h1 {letter-spacing: 6px; background-color: white; color:#2F3508; line-height: 1.3; font-variation-settings: 'wght' 900;}
  h3 {letter-spacing: 0px; background-color: white; line-height: 1.3;}
  body, html { color: #2F3508; line-height: 1.8; }
  /* Background parallax images: */
  .prlx_img-1, .prlx_img-2, .prlx_img-3, .prlx_img-4, .prlx_img-5,.prlx_img-6 { background-attachment: fixed; 
	  background-position: left; background-repeat: no-repeat; background-size: cover; } 
  .prlx_img-1 { background-image: url("../image/childrens home 003 prayer c.png"); min-height: 100%; } 
  .prlx_img-2 { background-image: url("../image/IMG_2453.JPG"); background-position: center; min-height: 300px; } 
  .prlx_img-3 { background-image: url("../image/1986 75th Brochure 3 4 kids.png"); min-height: 400px; }
  .prlx_img-4 { background-image: url("../image/Detail-from-donated-print-hanging-in-the-Winnebago-Reformed-Church__.JPG"); background-position: center; min-height: 300px; }
  .prlx_img-5 { background-image: url("../image/Detail-from-local-Native-print-(Houseman-Whitehawk-1992).png"); background-position: center; min-height: 600px;  }
  .prlx_img-6 { background-image: url("../image/pot-luck-ice-cream-bars.png"); background-position: center; min-height: 731px;  }
  
  /* background centered images (hero images must have height specified): */
  .img-1,.img-2,.img-3,.img-4,.img-5,.img-6,.img-7,.img-8,.img-9,.img-10,.img-11,.img-12,.img-13,.img-14 {   
		background-repeat: no-repeat; background-position-x:center; background-color: #2F3508;
		background-position: center; background-repeat: no-repeat; background-size: cover;
		position: relative; transition: all .4s ease;
	}	
	.img-1 { background-image: url("../image/Altar-area-overview-candlelit_1920.JPG"); height: 1000px;}
	.img-2 { background-image: url("../image/Sanctuary-path-to-altar_1920.JPG");height: 800px;}
	.img-3 { background-image: url("../image/Reservations-relative-to-Omaha-and-Lancaster-counties-and-states_1920.jpg"); height: 1234px;}
	.img-4 { background-image: url("../image/Candlelit_table_1920.jpg"); height: 1051px;}
	.img-5 { background-image: url("../image/Detail-from-local-Native-print-(Houseman-Whitehawk-1992).png");height: 600px;}
	.img-6 { background-image: url("../image/Sanctuary-overview-candlelit_1920.JPG"); height: 1280px;}
	.img-7 { background-image: url("../image/Detail-from-donated-print-hanging-in-the-Winnebago-Reformed-Church__1920.JPG"); height: 1291px;}
	.img-8 { background-image: url("../image/Detail-from-donated-print-hanging-in-the-Winnebago-Reformed-Church_1920.JPG"); height: 782px;}
	.img-9 { background-image: url("../image/Detail-from-donated-print-hanging-in-the-Winnebago-Reformed-Church___1920.JPG"); height: 676px;}
	.img-10 { background-image: url("../image/IMG_2469_1920.JPG"); height: 1044px;}
	.img-11 { background-image: url("../image/Detail-of-banner-hanging-in-the-sanctuary-of-the-Winnebago-Reformed-Church_1920.jpg"); height: 1609px;}
	.img-12 { background-image: url("../image/IMG_2453_1920.JPG"); height: 1280px;}
	.img-13 { background-image: url("../image/pot-luck-ice-cream-bars.png"); height: 731px;  }
	.img-14 { background-image: url("../image/childrens home 003 prayer c.png"); height: 1085px;  }
  
	b,strong {font-variation-settings: 'wght' 900;}
	em {font-variation-settings: 'wght' 700;}
  .w3-wide { letter-spacing: 10px; }
  .w3-hover-opacity { cursor: pointer; }
  /* Turn off parallax scrolling for tablets and phones */
  @media only screen and (max-device-width: 1600px) { 
	  .prlx_img-1, .prlx_img-2, .prlx_img-3, .prlx_img-4, .prlx_img-5 { background-attachment: scroll; min-height: 500px; }
  }
  @media only screen and (max-device-width: 480px) { 
		.w3-xxxlarge, .w3-xxlarge, .w3-xlarge, .w3-large {/*font-size: 22px;*/
			font-size: 10vw; letter-spacing: 1vw; }
		h2{/*font-size: 22px;*/ font-size: 4vw;}
		.w3-wide{/*font-size: 22px;*/ letter-spacing: 1vw;}
		div.center-text-column { margin:0; }
  }
  
  .site-footer { background: white; border-top: 1px solid gray; color: gray; display: flex; flex-shrink: 0; flex-wrap: wrap; -webkit-box-pack: justify; justify-content: space-between; margin-top: 2rem; }
  .opac1 { --opacStart: 0.3; --opacMid: 0.8; --opacEnd: 1; animation: opac 5s; }
  .opac2 { --opacStart: 0; --opacMid: 0.2; --opacEnd: 1; animation-delay: 3s; animation: opac 10s; }
  @keyframes opac { 
	0% { opacity: var(--opacStart); }
	30% { opacity: var(--opacMid); }
	100% { opacity: var(--opacEnd); }
  }
  
  .news { font-style: italic; font: bolder; color: red; margin: 10px; }
  .highlight { font-size: large; font-weight: bold; }  
  a:link { text-decoration: underline; color: #003366; }
  a:visited { text-decoration: underline; color: #660033; }
  a:hover { text-decoration: none; color: #6f2496; background-color: #FFFFFF  }
  i:hover { color:#2F3508; background-color: lightgray;}
  a .w3-bar-item .w3-button .w3-hover-black .w3-hide-medium .w3-hide-large:hover { color:white !important; background-color: #2F3508}
  
  .w3-display-middle {
	  white-space:nowrap; text-align: center;
  }
	div.center-text-column { 
		max-width: 1000px;
		margin: auto;
	}
	.main-body-text {
		font-family: "Inter", sans-serif;
		font-variation-settings: 'wght' 500;
		font-size: 16px;
	}

	.address {
		display:inline-block;
		width: 400px;
		height: 100px;
		padding: 0px;
		margin-top: 0;
		margin: 0% 20%;
		vertical-align: top;
		font-variation-settings: "wght" 900;
	}
  
	/* Text on image: */
	.text-on-image-container {
		position: relative;
		justify-content: center;
		display:flex;
	}
	.text-block {
		position: absolute;
		top: 50%;
		left: 20%;
		transform: translate(-50%, -50%);
		font-variation-settings: "wght" 900;
		background-color: tan;
		color:black;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		text-align: center;
	}
	#myNavbar a { text-decoration: red;}
	

	.scripture {
      border: 5px;
      font-family: 'Times New Roman', Times, serif;
      font-style: italic;
      font-weight: bolder;
      margin-left: 10em;
      margin-right: 10em;
      text-align: center;
		font-size: 130%;
    }
	 .scripture-reference { font-size: 50%; font-size: xx-small; font-weight: bolder;}
	 
    blockquote {
      background: #f9f9f9;
		border-left: 10px solid red;
		margin: 0% 20%;
		padding: 0.5em 10px;
	}
	blockquote:before {
		line-height: 0.1em;
		margin-right: 0.25em;
		vertical-align: -0.4em;
	}
	blockquote p { display: inline; }

	.bible {
		font-style: italic;
		font-weight: 600;
		color: black;
		font-size: 150%;
		font-family: Garamond, serif;
		text-align: center;
		line-height: 1.3;
		letter-spacing: 3px;
	}

	.biblecitation {
		font-size: small;
		color: #003366;
		font-family: Garamond, serif;
	}
	.JQ {
		color:#BA0021;
		background-color: white;
	}