body {
  background-color: #080609;
  color: white;
  margin: 0;
  font-family: sans-serif;
}

header {
  position: relative;
  height: 8vw;
}

#headerimg {
  display: none;
  width: 100%;
}

#siteID {
  position: absolute;
  top: 1.6vw;
  left: 2vw;
  width: 8.5vw;
}

nav {
  font-weight: bold;
  text-decoration: none;
  font-size: 3vw;
}

.navtable {
  display: table;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.navbox {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-left: 15px;
  padding-right: 15px;
  width: 25vw;
  transition: background .5s;
  text-align: center;
}

.navbox:hover {
  background: #333;
}

a.inherit {
  text-decoration: inherit;
  color: inherit;
}

.longdesc {
  display: none;
  height: 0;
  padding: 0;
  margin: 0;
}

.svg {
  background-color: white;
  padding: 1vw;
  width: calc(100% - 2vw);
}

.pdf {
  width: 100%;
  height: 90vh;
}

.cc-img {
  height: 22px;
  width: 22px;
  margin-left: 3px;
  vertical-align: text-bottom;
}

footer {
  font-size: 7pt;
  text-align: center;
  width: 100%
}

@media only screen and (min-width: 768px) {
  .cc-p {
    margin-left: auto;
    text-align: right;
  }

  .page-footer {
    display: flex;
  }

  /* for tablets */
}

@media only screen and (min-width: 1050px) {

  /* for desktop */
  header {
    height: auto;
  }

  #headerimg {
    display: block;
  }

  .navtable {
    right: 2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    margin-top: auto;
    margin-bottom: auto;
  }

  .navbox {
    margin-top: auto;
    margin-bottom: auto;
    width: auto;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  nav {
    font-size: 2vw;
  }
}
