body { 
  margin: 0; 
  padding: 0; 
  height: 100%;
}
#mapbox {
  position: relative;
  height: 100vh;
  width: 100vh;
  display: inline-block;
}
#map { 
  position: absolute; 
  top: 0; 
  bottom: 0; 
  width: 100%; 
  height: 100%;
}
h1 { 
  font-size: 2rem; 
  color: #ee3868;
}
h2 { 
  font-size: 1.5rem; 
}
.map-overlay {
    display: none;
    font: 12px/20px sans-serif;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20%;
    overflow: hidden;
    /* white-space: nowrap; */
}
.map-overlay .changeable-text {
  display: block;
  height: 100%;
  width: 100%;
  overflow:hidden;
  font-size: 1rem;
}

.map-overlay .changeable-text p {
  margin-right: 1rem;
}

.map-overlay-inner {
    background: #fff;
    display: block;
    padding: 10px;
    border-radius: 3px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.banner {
  display: block;
    width: 100%;
    position: relative;
    min-height: 99px;
    height: 20%;
    max-height: 300px;
}

.banner .logo {
    display: block;
    position: absolute;
    vertical-align: middle;
    z-index: 1;
    height: 100%;
    width: 33%;
    margin-left: 34%;
    background-color: rgba(254,254,254,1);
    background-image: url('/images/GA2026_Community_Gatherings.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px 0px 15px 15px;
}

.fly {
    display: block;
    position: relative;
/*      margin: 40px;  */
    padding: 10px 1em 10px 110px;
    border: none;
    border-radius: 3px;
    font-size: 250%;
    font-weight: bold;
    text-align: center;
    color: #000;
    background-color: rgba(254,254,254,1);
    height: 100px;
}
#logo {
    display: block;
    position: absolute;
    left: 1em;
    vertical-align: middle;
    z-index: 1;
    top: 10px;
}
#logo img {
    width: 6em;
    left: 1em;
}
.modal {
  display: none;
  z-index: 50;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.instructions {
    display: block;
    position: relative;
    border: none;
    border-radius: 3px;
    font-size: 100%;
    text-align: center;
    color: #000;
    background-color: rgba(254,254,254,1);
    height: 50%;
    width: 50%;
    margin: 15% auto;
}
.almost-invisible {
  display: inline-block;
  position: static;
  top:0;
  left:0;
  overflow: hidden;
  height:1px;
  width:1px;
}
