@font-face {
    font-family: 'PrintClearlyRegular';
    src: url('printclearly-webfont.eot');
    src: url('printclearly-webfont.eot?#iefix') format('embedded-opentype'),
         url('printclearly-webfont.woff') format('woff'),
         url('printclearly-webfont.ttf') format('truetype'),
         url('printclearly-webfont.svg#PrintClearlyRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BebasRegular';
    src: url('bebas___-webfont.eot');
    src: url('bebas___-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebas___-webfont.woff') format('woff'),
         url('bebas___-webfont.ttf') format('truetype'),
         url('bebas___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  font-family: "BebasRegular";
}

html {
  font-size: 20px;
}

.show-menu,#show-menu {
  display: none;
}




.app > * {
  flex: 0 0 auto;
}

.content-area {
  margin: 0 1vw;
  display: flex;
  flex-flow: row wrap;
  overflow-y: scroll;
  align-items: center;
  align-content: flex-start;
  justify-content: space-around;
  -webkit-overflow-scrolling: touch;
  flex: 1 1 auto;
}

.content-area > img {
  margin: 0.5vh 0;
}

.app {
  display: flex;
  flex-flow: column nowrap;
  width: 100vw;
  height: 100vh;
  margin: auto;
  max-width: 1024px;
}


.top-area > h2 {
  text-align: center;
  margin: 2.5vh 0 2.5vh 0;
}

.large-menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.5vh;
}

.large-menu > div {
  cursor: pointer;
  margin: 0.05vh 0.05vw;
  font-size: 0.8rem;
  padding: 1vh 2vw;
  flex: 0 0 auto;
  white-space: nowrap;
  border-radius: 2px;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.large-menu > div.current {
  background-color: #ccc;
}

.large-menu > div:not(.current):hover {
  background-color: #333;
  color: #eee;
  cursor: pointer;
  border-radius: 2px;
}

.overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  border: solid none 1px;
  background-color: rgba(255,255,255,0.83);
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.overlay  img {
  box-shadow: 8px 8px 5px #111;
}

img {
  max-width: 95vh;
}

div.placeholder {
  border: solid black 1px;
  max-width: 95vw;
  margin: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center; /* align horizontal */
  align-items: center; /* align vertical */
}

div.placeholder p  {
  text-align: center;
  font-family: "helvetica neue";
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.6rem;
}

.copyright {
  font-size: 6px;
  font-family: "helvetica neue", helvetica, sans-serif;
  text-align: right;
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 1px;
  line-height: 0.5;
}

@media
only handheld,
only screen and (min-width: 50px) and (max-width: 599px) and (orientation: portrait),
only screen and (min-height: 50px) and (max-height: 599px) and (orientation: landscape)
{
  h2 {
    font-size: 1rem;
  }

  .large-menu {
    display: none;
  }

  #show-menu {
    display: none;
  }

  #show-menu:checked ~ .large-menu {
    display: block;
    text-align: center;
  }

  .show-menu {
    display: inline;
    font-size: 1.2rem;
    line-height: 1rem;
    text-align: right;
    padding: 0 0 0 15px;
  }
}

#contactTable, .bio {
  margin-top: 2%;
  align-self: flex-start;
  width: 100%;
}

#contactTable img {
  max-width: 45vw;
}

#contactTable td, #contactTable a {
  font-family: "helvetica neue", helvetica, sans-serif;
  font-size: 0.8rem;
}

.bio p {
  font-family: "helvetica neue", helvetica, sans-serif;
  font-size: 0.8rem;
  margin-bottom: 2ex;
  padding: 0 1%;
}
