﻿ .GrTitle
    {
        list-style-type: none;
         margin: 0;
          padding: 0;
           width: auto;
    }

 .GrTitle li { 
                
                 display: inline;
                  border:none;
                   background-color:transparent;
                    text-align: left;
                    float:left;
                    height:67px;
 }

    .GrLink:hover,.GrLink:focus
    {
         text-decoration: none;
   
  transform: scale(1.15);  /* transform Effect */

    }
    .GrLink,.GrLink:visited
    {
        font-size: 68px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block; /* needed for the transform Effect */
  /* transition: 0.1s; */ /* not wanted */
        
    }
    #GrSymbol
    {

        display:block;
        margin:auto;
        position:fixed;
        display:none;
        left:0;
        top:100px;
        z-index:1000;
        text-align:center;
        
    }


    @media  screen and (max-width: 1000px) {

    #GrContainer
    {
        display:none;
    }
}
