@font-face {
    font-family: 'EMprint_semibold';
    src: url('fonts/EMprint W05 Semibold_web.eot'); /* IE9 Compat Modes */
    src: url('fonts/EMprint W05 Semibold_web.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/EMprint W05 Semibold_web.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/EMprint W05 Semibold_web.woff') format('woff'), /* Modern Browsers */
         url('fonts/EMprint W05 Semibold_web.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/EMprint W05 Semibold_web.svg#EMprint W05 Semibold_web') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

body{
  background-image:url('../img/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'EMprint_semibold', sans-serif;
  padding: 20px;
}

#logo{
  margin: 60px 0;
  width: 250px;
}

#instructions{
  font-size: 26px;
}

.red{
  color: #ff0000;
}

.img-box-holder img{
  width: 100%;
}

.img-box{
  margin: 60px;
  border: solid 3px #000;
  background-color: #808080;
}

.gray-box{
  color: #FFF;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

sup{
  font-size: 6px;
  top: -1.25em;
}

.ss{
  font-size: 9px;
  position: relative;
  top: -1.25em;
}

@media (max-width: 950px) {
  .img-box{
    margin: 20px;
  }
}