/*
	file name:	poad_04.css
	author:	Eric McClafferty
	date:		5/6/2023
	revised:	6/18/2025
*/
h1 { clear: both; text-align: center; font-size: 1.5em; padding-top: 0.8em;}
h2  { text-align: center; font-size: 1.3em; /*padding-top: 0.4em;*/}
#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;}
    #pane_1 > figure:nth-of-type(odd)  {float: left; width: 36.5%; margin-left: 1.25%;}
    #pane_1 > figure:nth-of-type(even) {float: right; width: 59.4%; margin-right: 1%;}
    address {font-size: 0.9em;}
  }
