body {
  margin: 0;
}

iframe {
  border: none;
  width: 100%;
  height: 96%;
}

#innerpane {
  width: 860px;
  height: 71vh;
  resize: both;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: white;
}

#map {
  position: absolute;
  margin-top: 120px;
  width: 100%;
  top: 0;
  bottom: 0;
}

nav a {
  text-decoration: none;
  font-weight: bold;
  font-size: 14pt;
  color: white;
}

nav a:hover {
  text-decoration: underline;
}

nav {
  background-color: black;
  background-image: url('images/bg.jpg');
  padding: 10px;
  color: white;
  text-shadow: 0 0 4px red;
  height: 100px;
}

h1 {
  margin-top: 0;
  font-size: xx-large;
}

:checked + #innerpane {
  max-height: 0;
  resize: horizontal;
}

#close {
  display: none
}

.closelabel {
  position: sticky;
  display: block;
  top: 0;
  background-color: lightgrey;
  text-align: center;
  font-size: x-large;
  cursor: pointer;
  padding-bottom: 10px;
}
