body {
  padding-top: 2rem;
  padding-bottom: 4rem;
  padding-right: 15px;
  padding-left: 5px;
}

.top {
  width: 16px;
  display: block;
  float: left;
}

.backto {
  vertical-align:top;
}

@media screen and (max-width: 750px) {

  body {
    padding-top: 4rem;
  }

  .backto {
    display: none;
  }

  .top {
      width: 30px;
      display: block;
      float: left;
  }
}

.pig-wrapper {
 position: relative;
 margin-top: 20px;
}

.titlealbum {
    color: #000;
    font-size: 24pt;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    text-align: center;
}

.caption {
    font-size: 12pt;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style: italic;
    color: #006666;
}

.exif {
    font-size: 8pt;
    font-style: normal;
}



.topnav {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; 
  z-index: 999;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 4px 10px;
  text-decoration: none;
  font-size: 14px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
  vertical-align: middle;
}

.active {
  background-color: #333;
  color: white;
  vertical-align: middle;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 300px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 300px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

#bottom {
  float: right;
  padding: 0px;
  margin-left: 0px;
  font-size: 12px;
  color: grey;
}

.order {
  float: right !important;
}

@media screen and (max-width: 750px) {

  .order {
    display: none !important;
  }

}

