/*
	file name:	p_ot.css
	author:	Eric McClafferty
	date:	12/1/2022
*/
h1, h2 { clear: both; text-align: center;font-size: 1.5em; padding: 0.5em 0 0.5em 0;}
@media screen and (min-width: 481px) and (max-width: 667px)
  {
    figure, figcaption, footer, header, nav, section {width: 480px; margin: 0 auto;}
  }
@media screen and (min-width: 668px)
  {
    #wrapper  {outline: 1px solid #bbb ;}
    #site_name {display: inline;}
    .sc_conceal {display: inline;}
    .break {display: none;}
    header	{width: 98%; padding: 0 1%; float: left;}
    div {clear: both;}
    #sd_home {clear: none;}
    #pane_01 > figure:nth-of-type(odd)  {float: left; width: 59.4%; padding: 0 0.3%;}
    #pane_01 > figure:nth-of-type(even) {float: right; width: 38.6%; padding: 0 0.7%;}
    #pane_02 > figure:nth-of-type(odd)  {float: left; width: 25.6%; padding: 0.4%  0.7%;}
    #pane_02 > figure:nth-of-type(even) {float: right; width: 72.4%; padding: 0 0.3%;}
    #pane_03 > figure:nth-of-type(odd)  {float: left; width: 40.7%; padding: 0 0.7%;}
    #pane_03 > figure:nth-of-type(even) {float: right; width: 57.1%; padding: 0 0.3%;}
    #pane_04 > figure:nth-of-type(odd)  {float: left; width: 31.8%; padding: 0.4% 0.7%;}
    #pane_04 > figure:nth-of-type(even) {float: right; width: 66%; padding: 0 0.3%;}
    #pane_05 > figure:nth-of-type(odd)  {float: left; width: 29.3%; padding: 0.4% 0.7%;}
    #pane_05 > figure:nth-of-type(even) {float: right; width: 68.7%; padding: 0 0.3%;}
    #pane_06 > figure:nth-of-type(odd)  {float: left; width: 48.8%; padding: 0 0.5%;}
    #pane_06 > figure:nth-of-type(even) {float: right; width:49%; padding: 0 0.5%;}
  }
