@media screen and (max-width:460px) {
	article{width:100%;margin:0 auto 40px;}
	h1{font-size:1.25rem;margin:40px auto 50px;text-align:center;}
	#h2{font-size:1.15rem;font-weight:bold;}
	h2{font-size:1rem;font-weight:bold;margin-bottom:0.5rem;}
	 #child1{margin-top:50px;}#child1 p{margin-top:0.5rem;font-size:1rem;}
	.small{font-size:0.85rem;}
}
  
@media screen and (min-width:461px) {
	article{width:800px;margin-bottom:30px;font-size:1.25rem;}
	h1{font-size:2rem;margin:40px auto 60px;text-align:center;}	
	#h2{font-size:1.5rem;font-weight:bold;}
	h2{font-size:1.25rem;font-weight:bold;margin-bottom:0.5rem;}
	#child1{margin-top:50px;}
	#child2{margin-top:40px;}#child2 p{margin-top:1em;}
	li{margin-top:0.5em;margin-bottom:0.5em;}
	.small{font-size:1rem;}
}
