/*  topnav-grid.css  */

/*  20230212  */


.top-menu-grid-container 
{
		  display: grid;
		   grid-template-columns: auto auto auto auto auto auto;
		  height: 40px;
		  gap: 8px;
		  background-color: #333333;     /* very light shade of gray */
		  padding: 3px;
		  font-family: "Copperplate Gothic", Tahoma, Arial;
           align-content:center;
}

.top-menu-grid-container > div 
{
			text-align: center;
			background-color: #333333;
		     height: 40px;
			color: #333333;
}

/* Style the links inside the navigation bar */
.top-menu-grid-container > div a
{
		text-decoration: none;
		display: inline-block;
		font-size: 25px;
		padding-top:5px;
		color:white;   
}

.xtm-active {border-bottom: 3px solid red;}    /* Show which option the mouse is over  - x turns it off for now*/
.xtm-notactive {border-bottom: 3px solid white;} /* Show which option the mouse is over  - x turns it off for now*/

.emptybox{padding :50px;	}
