body
     {background-image:url('sunthroughclouds.jpg');margin:0;
      background-size:cover ;
      background-attachment: fixed;
      font-family: Arial, "san-serif"; 
     font-size:22px;color:#000066;text-align:center;}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    
}

#container {
    overflow: hidden;
    background-color:rgba(248, 245, 228, 0.69);
    border-radius:0 0 15px 15px;
    margin: 0px 10% 0px 10%;
}

#logo {
    overflow: hidden;
    line-height: 1;
    font-size: small;
    font-weight: bold;
    text-align: center;
    float: left;padding:2px 20px 5px 10px;
}

#header {
    padding: 10px;

}

#menum {
    list-style-type: none;
    display: inline-block;
    background-color: #cc9900;
    
    width: 80%;
    
    
}
    #menum ul {
        margin: 0;
        padding: 5px 0;width:100%
    }

#menum li {
    
    display: inline-block;margin:0; padding:0;
}
    #menum li a {
        padding-right: 10px;
        text-decoration: none;        
        font-size: larger;font-weight:bold;
        color: #1c0654;
    }
        #menum li a:visited {
            background-color: #cc9900;
        }
        #menum li a:hover {
            background-color: #ffffff;
        }
        #menum li a:active {
            background-color: #CC9900;
        }

@media screen and (max-width: 800px) {
    #container {
        margin: 0;
    }

    #menum {
        width: 100%;text-align:center;padding:10px 0 10px 5px;
    }

        #menum li {
            
           
            
        }

            #menum li a {
                font-size: 20px;
                padding-right: 10px;
            }
}


#main {
    padding: 10px; text-align:left;
}
    #span
   {
    font-size: small;font-weight: bold;text-align: center;
   color:wheat;
   }

   p
  {
  font-family:Arial "san-serif"; font-size:20px;color:#000066; margin-top:0px; margin-bottom:0px;
  }

  h1 
  {
  text-align:center;font-size:28px;color:#000066; margin-top:0px; margin-bottom:10px;
  }

  h2
  {
 font-size:22px;
  }

  h3
  {
  color:#808080;
  }


#foot01 {
    text-align: center;
    color: rgba(248, 245, 228, 0.69);
}

#tags 
{
text-align: center;margin-bottom: 1em;
font-family: century gothic,Arial,sans-serif;font-size:  1.5em;
}

#keytgs ul {
    display: grid;
    list-style-type: none;
    grid-template-columns: auto auto auto;
}
.clearfix {
    margin: auto;
    overflow: auto;
}