/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 1, 2024 */



@font-face {
    font-family: 'glikerregular';
    src: url('gliker-regular-webfont.woff2') format('woff2'),
         url('gliker-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.glikerH3 {
			font-family: 'glikerregular', serif;
        		}
				
.glikerbold {
			font-family: 'glikerregular';
			font-size: 25px;
        		}
				
@font-face {
    font-family: 'nunitoextralight';
    src: url('nunito-variablefont_wght-webfont.woff2') format('woff2'),
         url('nunito-variablefont_wght-webfont.woff') format('woff');


}

.nunitostandard {
	font-family: 'nunitoextralight', serif;
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	font-size: 24px;
}


#menu ul {
 margin:0;
 padding:0;
 list-style-type:none;
 text-align:center;
 z-index:1
 }
#menu li {
 float:left;
 margin:auto;
 padding:0;
 background-color:#bfaae7;
 }
#menu li a {
 display:block;
 width: 100%;
 color:black;
 text-decoration:none;
 padding:5px;

 }
#menu li a:hover {

 color:#FFD700;
 }
 
 #menu ul li ul {
 display:none;
 }
 
 #menu ul li:hover ul {

 display:block;
 }
#menu li:hover ul li {

 float:none;
 }
 
 #menu li ul {
 position:absolute;

 }
 
#menu {
 height:50px;
 }
 
 
 
 