/*
	file name:	a_g.css
	author:	Eric McClafferty
	date:	2/4/2023
*/
h1 { clear: both; font-size: 1.35em; padding: 0.5em 0 0.5em 0;}
@media screen and (min-width: 513px) and (max-width: 667px)
  {
    figure, footer, header {width: 512px; margin: 0 auto;}
  }
@media screen and (min-width: 668px)
  {
    h1  {font-size: 1.75em;}
    #site_name {display: inline;}
    .sc_conceal {display: inline;}
    .break {display: none;}
    header	{width: 100%; padding: 0 1%; float: left;}
    div {clear: both;}
    #coin_home, #pane_01, #pane_07 {clear: none;}
    #exile_1 {float: left; width: 29%; margin-left: 6%;}
    #pane_01 {float: right; width:58.7%; margin-right: 6%;}
    #pane_01 > figure:nth-of-type(odd)  {float: left; width: 49%;}
    #pane_01 > figure:nth-of-type(even) {float: right; width: 51%;}
    #pane_02 > figure:nth-of-type(odd)  {float: left; width: 50.1%;}
    #pane_02 > figure:nth-of-type(even) {float: right; width: 49.7%;}
    #pane_03 > figure:nth-of-type(odd)  {float: left; width: 49.9%; margin-left: 4%;}
    #pane_03 > figure:nth-of-type(even) {float: right; width: 32.5%; margin-right: 6%;}
    #pane_04 > figure:nth-of-type(odd)  {float: left; width: 42.7%; margin-left: 5%;}
    #pane_04 > figure:nth-of-type(even) {float: right; width: 42.3%; margin-right: 5%;}
    #pane_05 > figure:nth-of-type(odd)  {float: left; width: 53.03%; margin-left: 4%;}
    #pane_05 > figure:nth-of-type(even) {float: right; width: 25%; margin: 1.5% 9% 0 0;}
    #pane_06 > figure:nth-of-type(odd)  {float: left; width: 32.32%; margin: 7%  0 5% 3%;}
    #pane_06 > figure:nth-of-type(even) {float: right; width: 47.17%; margin-right: 7%;}
    #pane_07 > figure:nth-of-type(odd)  {float: left; width: 31.74%; margin: 1%  0 0 4%;}
    #pane_07> figure:nth-of-type(even) {float: right; width: 58.89%; margin: 1% 3% 0 0 ;}
  }

