/* 
CSS for use with peacewithgod.html
Steps to Peace with God by the Billy Graham Evangelistic Association
Mobile friendly version created by David E. Ristenbatt 2016
*/
	.large-image-block {
	  display: block;
	  margin: 0 auto;
	  text-align: center;
	}
	.step-number {
	  color: #9c6331;
	}
	.page-heading {
	  font-size: 1.2em;
	  font-weight: bold;
	  color: #274d8e;
	}
	.illustrator-name {
	  font-size: 0.7em;
	  color: #9c6331;
	}
	.brown-heading {
	  font-size: 1.2em;
	  font-weight: bold;
	  color: #9c6331;
	}
	.bible-says {
	  font-weight: bold;
	  color: #9c0000;
	}
	.copyright {
	  font-family:arial,helvetica,sans-serif;
	  font-size: 0.6em;
	  color: #000000;
	}
	a.footer-link:link, a.footer-link:visited, a.footer-link:hover {
	  text-decoration: none;
	  font-weight: normal;
	  color: #000000;
	}


	@media screen and (max-width: 300px) {
	  .heading-image {
	    height: 19px;
	    width: 200px;
	    display: block;
	    margin: 0 auto;
	  }
	  .step1-image {
	    height:150px;
	    width: 200px;
	    display: block;
	    margin: 0 auto;
	  }
	  .step2-image {
	    height: 157px;
	    width: 200px;
	    display: block;
	    margin: 0 auto;
	  }
	  .step2b-image {
	    height: 167px;
	    width: 200px;
	    display: block;
	    margin: 0 auto;
	  }
	  .step3-image {
	    height: 140px;
	    width: 200px;
	    display: block;
	    margin: 0 auto;
	  }
	  .step4-image {
	    height: 162px;
	    width: 200px;
	    display: block;
	    margin: 0 auto;
	  }
	  .his-word-bible-image {
	    height: 74px;
	    width: 99px;
	  }
	  .bible-says-image {
	    height: 67px;
	    width: 105px;
	    margin-right: 5px;
	  }
	}	

	@media screen and (min-width: 301px) and (max-width: 1080px) {
	  .heading-image {
	    height: 28px;
	    width: 290px;
	    display: block;
	    margin: 0 auto;
	  }
	  .step1-image {
	    height:218px;
	    width: 290px;
	    display: block;
	    margin: 0 auto;
	  }
	  .step2-image {
	    height: 228px;
	    width: 290px;
	    display: block;
	    margin: 0 auto;
	  }
	  .step2b-image {
	    height: 242px;
	    width: 290px;
	    display: block;
	    margin: 0 auto;
	  }
	  .step3-image {
	    height: 203px;
	    width: 290px;
	    display: block;
	    margin: 0 auto;
	  }
	  .step4-image {
	    height: 234px;
	    width: 290px;
	    display: block;
	    margin: 0 auto;
	  }
	  .his-word-bible-image {
	    height: 92px;
	    width: 122px;
	  }
	  .bible-says-image {
	    height: 83px;
	    width: 130px;
	    margin-right: 5px;
	  }
	} 

	@media screen and (min-width: 1081px) {
	  .heading-image {
	    height: 33px;
	    width: 336px;
	    display: block;
	    margin: 0 auto;
	  }
	  .step1-image {
	    height: 274px;
	    width: 364px;
	    display: block;
	    margin: 0 auto;
	  }
	  .step2-image {
	    height: 293px;
	    width: 372px;
	    display: block;
	    margin: 0 auto;
	  }
	  .step2b-image {
	    height: 316px;
	    width: 378px;
	    display: block;
	    margin: 0 auto;
	  }
	  .step3-image {
	    height: 287px;
	    width: 408px;
	    display: block;
	    margin: 0 auto;
	  }
	  .step4-image {
	    height: 267px;
	    width: 331px;
	    display: block;
	    margin: 0 auto;
	  }
	  .his-word-bible-image {
	    height: 142px;
	    width: 189px;
	  }
	  .bible-says-image {
	    height: 128px;
	    width: 201px;
	    margin-right: 5px;
	  }
	} 
