.menu {
    font-family: 'Menlo', 'Inconsolata', monospace; font-size: 18px; 
/*    font-weight: bold; */
}

.menu1 {
    font-family: 'Menlo', 'Inconsolata', monospace; font-size: 20px; 
/*    font-weight: bold; */
    position: fixed; 
}

.menu2 {
    font-family: 'Menlo', 'Inconsolata', monospace; font-size: 20px; 
/*    font-weight: bold; */
    position: fixed; 
}




body,html{
    margin:0;
    padding:0;
      height:100%;
  }
  
  .box{
    height:100%;
    width:100%;
  }
  
  .gradDynamic{
    position:relative;
  }
  
  .gradDynamic:after, .gradDynamic:before{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    content:"";
    z-index:-1;
  }
  
  .gradDynamic:after{
    background:radial-gradient(circle,red,transparent);
    background-size:400%;
    animation:colorSpin 50s linear infinite;
  }
  
  .gradDynamic:before{
    background-color:yellow;
  }
  
  @keyframes colorSpin{
    25%{background-position:0 100%}
    50%{background-position:100% 100%}
    75%{background-position:100% 0}
    100%{filter:hue-rotate(360deg)}
  }





.outer {
    width: 1px; /* Or zero, or something very small */
   /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 0px;
    overflow: visible;
}

.inner {
    font-family: 'Menlo', 'Inconsolata', monospace; font-size: 26px;
    margin-left: -250px;
}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    margin-top: 0px;
 }

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #fff;
    background-color: #fff;
    /* position: fixed; */
    top: 0;
    width: 100%;
}

li {
    float: right;
}

li a {
    display: block;
    color: #666
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #fff;
}

/*span.dropt {background: #ffffff; font-family: 'Menlo', 'Inconsolata', monospace; font-size: 18px; color: #0000FF; padding: 14px 16px; display: block;}*/
span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; }
span.dropt span {position: absolute; left: -9999px;
  margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
  border-style:solid; border-color:black; border-width:1px; z-index: 6;}
span.dropt:hover span {left: 2%; background: #ffffff;} 
span.dropt span {position: absolute; left: -9999px;
  margin: 4px 0 0 0px; padding: 3px 3px 3px 3px; 
  border-style:solid; border-color:black; border-width:1px;}
span.dropt:hover span {margin: 20px 0 0 170px; background: #ffffcc; z-index:6;} 

/*span.dropZ {background: #ffffff; font-family: 'Menlo', 'Inconsolata', monospace; font-size: 18px; color: #0000FF; padding: 14px 16px; display: block;}*/
span.dropZ:hover {text-decoration: none; background: #ffffff; z-index: 6; }
span.dropZ span {position: fixed; right: 9999px;
  margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
  border-style:solid; border-color:black; border-width:1px; z-index: 6;}
span.dropZ:hover span {right: 2%; background: #ffffff;} 
span.dropZ span {position: fixed; right: 9999px;
  margin: 4px 0 0 0px; padding: 3px 3px 3px 3px; 
  border-style:solid; border-color:black; border-width:1px;}
span.dropZ:hover span {margin: 20px 0 0 170px; background: #ffffcc; z-index:6;} 

.words {
    font-family: 'Menlo', 'Inconsolata', monospace; 
    font-size: 18px; 
    color: #0000FF; 
    padding: 14px 16px; 
    display: block;
    margin-left: 50px;
    margin-right: 50px;
}

html { 
  background: url(RCAxCalArts1600x1200_400_10.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
