
.title  { 	box-sizing: border-box;
					text-align: center;
					font-family: sans serif, tahoma;
					font-size: 24pt; font-weight: 600;
					padding: 10px 0; 
					}

/* Galleries pop-up horizontal menu */
.visible { display: none; }
.bluyellow:hover .visible { display: inline; color: white; font-size: 14pt; font-weight: 600;}
.bluewhite:hover .visible { display: inline; color: white; font-size: 14pt; font-weight: 600;}
.visible a { padding: 0 10px; }					
					
.orablue 	{ background-color: #cbe9f5; color: #f16123; text-align: center; padding: 5px 0; }
.orayellow {	background-color: #f95120; color: yellow; text-align: center; padding: 5px 0; }
.bluyellow {	background-color: #fdf2b4; color: #185e9a; text-align: center; padding: 5px 0; }
.yellowblu {	background-color: #fcce54; color: #185e9a; padding: 5px 0; }
.bluewhite {	background-color: #ffffff; color: #185e9a; text-align: center; padding: 5px 0; }

.titlefont { font-family: berlin sans fb demi, berlin sans fb, arial black;
						font-size: 21pt; font-weight:600; 
					}