/*
	file name:	poad_34.css
	author:		Eric McClafferty
	date:		11/7/2025	(poad_30 revised)
*/
h1 	{ clear: both; text-align: center; font-size: 1.5em; padding: 0.5em 0 0.5em 0;}
h2  	{ text-align: center; font-size: 1.3em; padding-bottom: 0.5em;}
h3  	{ text-align: center; font-size: 1.2em; padding-top: 0.5em;}
	s_caps 	{font-variant: small-caps; font-weight: normal;}
@media screen and (min-width: 481px) and (max-width: 667px)
  {
    section, figure, footer, header, nav {width: 480px; margin: 0 auto;}
  }
@media screen and (min-width: 668px)
  {
    #wrapper  {outline: 1px solid #bbb ;}
    #site_name {display: inline;}
    .break {display: none;}
    header	{width: 98%; padding: 0 1%; float: left;}
    address {font-size: 0.9em;}
  }

