.clip-text-maybe { /* see:  https://css-tricks.com/how-to-do-knockout-text/ */
  text-align: center;
  /* if we can clip, do it */
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  /* what will show through the text or background of elt */
	background-image: url('../img/background2b_blur.jpg'); 
  color: black; /*fallback text color , or actual color */
  font-family: 'Bungee Shade', cursive;  /* Courgette; */
}

#navbardiv {
	position:absolute; left:0; top:0; z-index:9999 !important; background-color:white !important;height:195px !important;
}
#infobutton{
	position:absolute; left:15px; top:10px; z-index:9999 !important;height:65px;
}
#birdmuseumbutton{
	position:absolute; left:88px; top:10px; z-index:9999 !important;
}

#tooltiptext{
  font-family:"Roboto","Open Sans",sans-serif;
  color: black;
}	
	
.tooltip_templates { display: none; }

body{
  overflow-x:hidden; /*hide annoying x scrollbars ? */
}