body { margin:0; padding:0; height: 100%; width: 100%;}
html {height: 100%; width: 100%;}
#hed {
  max-width: 1008px;
  color: #005288;
  font-size: 1.2rem;
  padding-top: 0px;
  padding-bottom: 8px;
  letter-spacing: .5px;
  font-family: myriad-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 600;
}
#dek {
  max-width: 1008px;
  color: #005288;
  font-family: myriad-pro-semi-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .5px;
  padding-bottom: 17px;
}
#map {
  height: 100%;
  width: 100%;
  max-width: 1008px;
  max-height: 1008px;
  position: block;
}
#interface {
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.0);
  margin: auto;
  z-index: 3;
  max-width: 1008px;
  max-height: 1008px;
  position: absolute;
  pointer-events: none;
}
#keybox {
  width: fit-content;
  margin-top: 76%;
  margin-left: 2%;
  background-color: rgb(240, 240, 239);
  padding: 1.5rem 2rem;
  border-radius: 5px;
  border: 2px solid #cfcfce;
  color: black;
}
.keycircle {
  border-radius: 15px;
  height: 15px;
  width: 15px;
  display: inline-block;
  margin-bottom: -2px;
}
.keytext {
  display: inline-block;
  padding-top: .3rem;
  padding-left: .5rem;
}
.toggle {
  display: inline-block;
  padding: 1rem 1.5rem;
  background-color: rgba(191,204,217,1);
  border-radius: 5px;
  cursor: pointer;
  pointer-events: auto;
  color: #888;
  letter-spacing: .05rem;
}
#toggle1 {
  margin-top: 1rem;
  margin-left: 1rem;
}
.active1Toggle {
  background-color: rgba(28, 54, 100, 1);
  color: white;
}

.active2Toggle {
  background-color: rgba(28, 54, 100, 1);
  color: white;
}

#source {
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: .5px;
  font-size: .9em;
  max-width: 1008px;
  padding-top: .5rem;
}
#note {
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: .5px;
  font-size: .9em;
  max-width: 1008px;
  padding-top: 1rem;
}


@media only screen and (max-width: 1007px) {
  #map, #interface {
    max-height: 100vw;
    max-width: 100vw;
  }
  #keybox {
    padding: 1.5vw 2vw;
  }
}

@media only screen and (max-width: 900px) {
  #map, #interface {
    max-height: 100vw;
    max-width: 100vw;
  }
  #keybox {
    margin-top: 68%;
  }
}

@media only screen and (max-width: 600px) {
  #map, #interface {
    max-height: 100vw;
    max-width: 100vw;
  }
  #dek {
    font-size: .9rem;
  }
  #keybox {
    margin-top: 63%;
    font-size: .8rem;
  }
  .toggle {
    padding: .5rem 1rem;
    font-size: .8rem;
  }
  #note {
    font-size: .7rem;
  }
  #source {
    font-size: .7rem;
  }
}
