


   .menulink a:link {color:blue; 
  background-color: inherit;
  text-decoration:none; 
    text-decoration-line: none;
    }
   
   
   .menulink a:visited {color:blue; 
  background-color: inherit;
  text-decoration:none; 
    text-decoration-line: none; }
   
   .menulink a:hover {color:lightblue; 
  background-color: inherit;
  text-decoration:none; 
    text-decoration-line: none; }
    
   .menulink a:active {color:blue; 
  background-color: inherit;
  text-decoration:none; 
    text-decoration-line: none; }
   
   .down a:link { color: white !important; }
   .down a:visited { color: white !important; }
   .down a:hover { color: orange !important; }
   .down p:hover { color: darkblue !important; }
   .down a:active { color: white !important; }


    
    
    TD {TEXT-ALIGN:CENTER;}
    



.example-image img:hover
    {
    transform: scale(1.1);
    }
    
    
.example-image img {
/* Add shadows to the photos on showrow  */           
            filter: drop-shadow(7px 7px 7px #666666);
            -webkit-filter: drop-shadow(7px 7px 7px #123456);
/* Add spacing to the photos on showrow */ 
            padding-right: 40px;
            padding-bottom: 40px;
      }
      
      

      
      

.hiddendiv{
display:none;
height:200px;
background-color:green;
}


    
    /*    CHANDIGAR LIGHTBOX FOR TEXT    */
    /* see "defibs" page */
    
    
        .tab div {
    display: block;
    visibility :visible;
      z-index:90;
 position:fixed;
 left:25%;
width:50%;
  
  background-color:lightblue;          
        }

.tab div:target {
    display: block;
     z-index:95;
  
}
  .tab2 div {
    display: none;
    z-index:-10;
    position:fixed;
width:100%;
  height:100%;
  
  background-color:lightgreen;
  opacity:0.8;
  left:0;
  top:0;
}


.tab2 div:target {
    display: block;
  
}


.location {position:absolute;
width:60%;
margin:auto;
border-style:outset;
border-width: medium;
border-color:red;
outline: 400px solid rgba(211, 211, 211, 0.6);
background:white;
left:15%;
  top:20px;
  padding: 15px;
  z-index:200;}

.close {
position: relative;
  top: 0;
  right: 0;

}


