body{
    /*background-color: #111;
    color: #EEE;*/
    font-family: "Noto Sans", "Liberation Sans", Helvetica, Arial, sans-serif;
}

.topnav{
    text-align: center;
}

h1{
    text-align: center;
}
/*h2{
    color: #BB0;
}*/

#map{
    position: fixed;
    height: 100dvh;
    width: 100dvw;
    top: 0;
    left: 0;
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -10;*/
    z-index: 1;
}
#mapfhh{
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}
#mapcopyright{
    position: absolute;
    bottom: 1.1rem;
    right: 0;
    z-index: 2;
    font-size: 70%;
    text-align: right;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 5px;
}
#mapcopyright p, #mapcopyright h3{
    margin: 0;
}
.hshead{
    font-weight: bold;
    font-style: italic;
    font-size: 120%;
}
.bird_photo{
    max-height: 300px;
    max-width: 100%;
}

/* Bird Finder */
#q{ width: 196px; }
#birdbox{ position: absolute; display: none; width: 200px; height: 300px; overflow-y: scroll; color: #EEE; background-color: #222; padding: 2px; z-index: 3; }
#birdbox p { cursor: pointer; margin: 0; padding: 5px 2px; }
#birdbox p:hover { background-color: #444; color: #BB0; }
#birdbox p em { font-size: 80%; color: #AAA; }
