body {
  margin: 0; padding: 0;
  font-family: sans-serif;
  overflow: auto;
  
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
header #hamburger {
  width: 36px;
  padding: 10px;
  float: left;
}
header {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
header #search {
  float: left;
  vertical-align: middle;
  margin-top: 3px;
  margin-left: 10px;
  line-height: 55px;
  color: #999;
}

#cardboard {
  float: right;
  width: 64px;
  height: 64px;
  margin-top: -20px;
  cursor: pointer;
}

article {
  clear: both;
  padding: 16px;
}

.hatnote {
  font-style: italic;
  color: #777777;
  font-size: .8em;
  line-height: 1.7em;
}
a {
  text-decoration: none;
  color: #002bb8;
}
h1 {
  font-family: Georgia,Times,serif;
  font-weight: normal;
  font-size: 1.8em;
  margin-top: 0;
}

#info {
  text-align: center;
  background: #eee;
}
#info .wrap {
  width: 80%;
  max-width: 200px;
}
#info img {
  max-width: 200px;
}
#info p {
  margin: 0;
  font-size: 0.8em;
}
h2 {
  background-color: rgb(235,235,210);
  padding: 5px;
  font-size: 1em;
}

#content {
  margin-top: 2em;
}
#content p {
  line-height: 1.7em;
  color: #252525;
}


canvas {
  position: fixed;
  left: 0;
  top: 0;
}

#exit {
  position: fixed;
  z-index: 1000001;
  right: 0;
  top: 0;
  font-size: 1.5em;
}

body.vr #page {
  display: none;
}
