figure {
  text-align: center;
  margin: 20px auto;
}

figure img {
  display: block;
  margin: 0 auto;
}

figure figcaption {
  margin-top: 5px;
  text-align: center;
}

.video_block {
  width: 100%;
  float: none;
  text-align: center;
  margin-top: 30px;
}

.video_block h3 {
  text-align: center;
  margin-bottom: 15px;
}

.video_block iframe,
.video_block audio {
  display: block;
  margin: 0 auto;
}

.photo-section h3 {
  margin: 40px 0 15px 0;
  color: #D5BE5E;
  text-shadow: 1px 1px #202501;
  text-align: center;
}

.photo-grid {
  width: 650px;
  float: left;
  margin: 0 20px 30px 0;
  border-collapse: collapse;
}

.photo-grid td {
  padding: 5px;
  text-align: center;
}

.photo-grid img.responsive {
  width: 100%;
  height: auto;
  border-radius: 5px;
  display: block;
  transition: transform 0.25s ease-in-out;
}

.photo-grid img.responsive:hover {
  transform: scale(1.03);
}

.table-facts {
  width: 95%;
  margin: 40px auto 5px auto;
  border-collapse: collapse;
  font-size: 95%;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  border-radius: 6px;
  overflow: hidden;
}

.table-facts th {
  background: linear-gradient(#D5BE5E, #7A6B15);
  color: #FFF;
  font-weight: bold;
  padding: 10px 6px;
  text-shadow: 1px 1px #000;
}

.table-facts td {
  border: 1px solid #D5BE5E;
  padding: 8px 6px;
}

.table-facts td.price,
.table-facts td:nth-child(4) {
  color: #004400;
  font-weight: bold;
}

.table-facts td:nth-child(5) {
  font-style: italic;
  color: #2E5902;
}

.table-facts tr:hover td {
  background: #f6f2d8;
}

.table-facts caption {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 110%;
  color: #D5BE5E;
  text-shadow: 1px 1px #202501;
}

.table-facts tfoot td {
  font-size: 90%;
  text-align: center;
  padding: 10px;
  background: #FFFDE6;
}

.top-link {
  text-align: left;
  margin: 10px auto 25px auto;
  width: 95%;
  font-weight: bold;
}

.top-link a {
  color: #005500;
  text-decoration: underline;
}

.top-link a:hover {
  color: #D5BE5E;
  text-shadow: 1px 1px #000;
}

.zoomable {
  cursor: zoom-in;
  transition: transform 0.25s ease;
}

.zoomable:hover {
  transform: scale(1.05);
}

#imgModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  cursor: zoom-out;
}

#imgModal img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: 5% auto;
  border-radius: 8px;
  box-shadow: 0 0 20px #000;
  animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
  from { transform: scale(0.5); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.clearfix {
  clear: both;
}

.content_container p code {
  text-align: center !important;
  display: block !important;
}
