/* style for CoinPages  */
* {
    /* margin: 1rem; */
    padding: .25rem;
    /*  outline: solid black 2px;  */
    box-sizing: border-box;
  }

body {
  /* display: flex; */
}

@media (orientation: landscape)
    {
    body {
      /* flex-direction: row; */
      margin: .5rem;
      padding: .5rem;
    /* sets bkgd color of page, not just table  */
      background-image: url('../pix_supply/background/romulus_remus_mosaic_trimd_464x332.jpg');
      /* background-repeat:no-repeat; */
      background-size: auto;

      img {
        /* padding: .5rem; */
        border:  1px;
        background-color: transparent;
/*      padding-top: 4px;
        padding-bottom: 4px;
        margin: auto;
        width: auto;
        height: auto; */
          }
        }
     }

/* define all paragraph font for main pg */
	p {
    color: #000b42;
    text-align: center;
	  font-family: Times, Times New Roman, serif;
	  font-size: 1.0rem;
	/*  background-color: rgb(229,222,222); /* li grey  */
	/* margin: 4 prop is Top R Bott L no , but spaces*/
	  /* margin: 1rem; */
    padding: 1rem;
	  }

  /* p::first-letter {
              font-family: Georgia, serif;
              font-size:2.2rem; color: #401c1c;
              } */

  font {
    font-family: Times serif;
    text-align: center;
    height: 1.1rem;
    padding: 0rem;
    margin: 0rem;
    /* background-color: transparent; */

    box-sizing: border-box;
    outline: solid firebrick 2px;
    background-color: white;
    opacity: 0.9;
    }

    .auth {
      font-size: .9rem;
      color: #404404;
    }



  /* all Headers defined here  */
  h1  { 	color: rgba(48,34,71,0.9);
   font-size: 1.4em;
   padding-left:10px;
   text-shadow: 2px -2px 6px rgba(61,9,9,0.8);	}

  h2  { 	color: rgba(71,36,40,0.9);
   font-size: 1.4em;
   padding-left:10px;
   text-shadow: 1px -1px 4px rgba(61,9,9,0.8);	}

  h3  { 	color: rgba(32,44,71,0.9);
   font-size: 1.1em;
   padding-left:10px;
   text-shadow: 1px -1px 4px rgba(48,66,107,0.8); }

  h4  { 	color: rgba(32,44,71,0.9);
   font-size: 1.1em;
   padding-left:8px; }

  h5  { 	color: rgba(32,44,71,0.9);
   font-size: 0.85em;
   padding-left:5px;  }

  h6  { 	color: rgba(32,44,71,0.9);
   font-size: 0.65em;
   padding-left:2px;  }

   /* css for changing link colors  */

   a:link {
      font-size: 1.2em;
       color: #39c131;;
       background-color: transparent;
       text-decoration: underline;
       box-sizing: border-box;
       outline: solid firebrick 2px;
       background-color: white;
       opacity: 0.7;
   }

   a:visited {
      font-size: 1.0em;
       color: 	#2776ec;
       background-color: transparent;
       text-decoration: none;
       box-sizing: border-box;
       outline: solid firebrick 2px;
       background-color: white;
       opacity: 0.7;
   }

   a:hover {
     font-size: 1.2em;
       color: magenta;
       background-color: transparent;
       text-decoration: underline;
       box-sizing: border-box;
       outline: solid firebrick 2px;
       background-color: green;
       opacity: 0.7;
   }

   a:active {
       color: yellow;
       background-color: transparent;
       text-decoration: underline;
   }
