/*
	file name:	sp_m.css
	author:	Eric McClafferty
	date:	1/30/2023
*/
h1 { clear: both; font-size: 1.25em; 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;}
    h1  {font-size: 1.4em;}
  }
@media screen and (min-width: 668px)
  {
    img  {margin: 0.8% 0 0.8% 2%;}
    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 {clear: none;}
    #content > figure:nth-of-type(odd)  {float: left; width: 50%;}
    #content > figure:nth-of-type(even) {float: right; width: 50%;}
  }
