@media (min-width: 1050px) {
  .bod {
    width: 1000px;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .container {
    position: relative;
    width: 497.5px !important;
  }
  .table a:nth-child(odd) .container {
    margin-right: 5px;
  }
}
@media (max-width: 1050px) {
  .bod {
    padding-right: 40px;
    padding-left: 40px;
    margin: auto;
    padding-top:20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 456px) {
    .table {
        margin-left: 50%;
    }
    .table img {
        width: 256px !important;
        height: auto !important;
    }
    .container {
        width: 100% !important;
        height: auto !important;
    }
}
body {
  font-family: Palatino, Times New Roman, serif;
  font-weight: 500;
  background-color: white;
  color: darkslategray;
}
h1 {
  font-size: xx-large;
  font-style: none;
  margin-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  float: left;
}
p {
  font-size: 125%;
  line-height: 1.5;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
li {
    font-size: 125%;
}
em {
  font-style: italic;
}
sup {
  vertical-align: super;
  font-size: xx-small;
}
.menu ul {
  list-style-type: none;
  margin-top: 5px;
  padding-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  float: right;
}
.menu li {
  display: inline;
  padding-right: 6px;
  padding-left: 2px;
}
.menu a:link {
  text-decoration: none;
  color: darkslategray;
}
.menu a:visited {
  text-decoration: none;
  color: darkslategray;
}
.menu a:hover {
  text-decoration: none;
  color: slategray;
}
.menu a:active {
  text-decoration: none;
  color: slategray;
}
.table {
  padding-top: 25px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.table img {
}
figure {
  padding-top: 25px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.poem {
  padding-top: 20px;
}
.poem p {
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.clear {
  clear: left;
}
.container {
  position: relative;
  width: 500px;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 99%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: slategray;
}
.container:hover .overlay {
  opacity: .75;
}
.container:hover .text {
  opacity: 1 !important;
}
.text {
  color: white;
  font-family: Palatino, Times New Roman, serif;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0 !important;
  transition: .5s ease;
}
.raisedbox p {
  padding-top: 5px;
  margin-top: 5px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.raisedbox {
  background-color: whitesmoke;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-shadow: 0px 0px 5px 3px #DCDCDC;
  -moz-box-shadow:    0px 0px 5px 3px #DCDCDC;
  box-shadow:         0px 0px 5px 3px #DCDCDC;
}
