﻿#section {
  width: 100%;
  position: relative;
}

/* PDF */
#buttonbox {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 15;
}

#pdfbutton {
  background: url(../img/pdf.png);
  background-size: 44px 44px;
  width: 44px;
  height: 44px;
  border: none;
  position: relative;
  transition: 0.5s;
  opacity: 0.1;
}

  #pdfbutton:active {
    border: 2px inset grey;
  }

  #pdfbutton:hover {
    opacity: 1;
  }

/* BACKGROUND IMG */
#backgroundimg {
  height: 100%;
  border-right: 7px outset lightgrey;
  position: fixed;
  top: 0;
  right: 80%;
  z-index: 1;
}


/* JS off */
#json {
  color: #a00000;
  margin-right: 10px;
  font-size: 25px;
  line-height: 30px;
  font-family: Arial;
  text-shadow: 1px 1px 2px black;
}
