.shadowbox {
  border-top:	  0px solid none;
  border-left:    1px solid rgb(48, 48, 24);
  border-right:    1px solid rgb(48, 48, 24);
  border-bottom:    1px solid rgb(48, 48, 24);
  border-bottom-left-radius:  1em;
  border-bottom-right-radius:  1em;
  box-shadow:     0.5em 0.5em 0.5em rgb(128, 128, 128);
  margin-bottom: 1em;
}

.banner {
  margin-top: 0em;
  padding-top: 0em;
  width:  100%;
  height: 8.5em;
  background-image: url('/images/PortUnionHeader.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner-top {
   margin: 0em;
   padding: 0em;
   width: 100%;
   border-bottom: solid 5px rgb(48, 48, 24);
}

.banner-top img {
    width: 100%;
    height: 100%;
}

.sponsor {
  float: left;
  text-align: center;
  width: 12.5em;
  height: 8.5em;
  margin: 0.25em;
}

.sponsor p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.sponsor img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 90%;
  max-height: 90%;
}

th {
  color: rgb(48, 48, 24);
  font-size: larger;
  font-weight: bolder;
  text-align: left;
}

td {
  color: rgb(48, 48, 24);
  font-size: medium;
  vertical-align: top;
}


.wide {
  width: 100%
}

.wrapper  {
  position: relative; 
  margin: 1em auto;
  width:   42em;
  height:  40em;
}

.iframe {
  overflow: auto;
  width: 8em;
  height: 40em;
}

.photoblock {
  margin: 1em auto;
}

.photoblock img {
  width: 6em;
}

.bigshot {
  display: none;
}

.bigshot img {
  position: absolute;
  top: 1em;
  left: 9em;
  width: 32em;
}

.photoblock:hover div {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: serif;
  font-size: medium;
  font-weight: normal;
  text-align: left;
}

.copyright {
  border-top: solid 2px rgb(48, 48, 24);
  vertical-align: top;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 2em;
}

.copyright p {
  margin: 0em;
  padding: 0em;
  font-family: sans-serif;
  font-size: small;
  color: rgb(48, 48, 24);
  text-align: right;
}

