body {
  font-family: sans-serif; }

header {
  text-align: center; }

header img {
  width: 100%;
  max-width: 360px; }

.content {
  width: 800px;
  margin-left: auto;
  margin-right: auto; }

hr {
  border: none;
  height: 4px;
  background-color: black; }

.works {
  display: block;
  text-align: center;
  height: 682px;
  position: relative; }

.work {
  display: inline-block;
  padding: 2px;
  height: 184px;
  text-decoration: none;
  color: black; }

.work:hover {
  background-color: #000; }

.work img {
  vertical-align: middle;
  border: black 2px solid; }

.work .description {
  opacity: 0;
  position: absolute;
  top: 567px;
  height: 115px;
  left: 0;
  width: 800px;
  background-color: #000;
  color: white;
  border-radius: 5px;
  transition: all 0.3s linear;
  z-index: 0;
  padding: 0; }

.work.comingsoon .description {
  background-image: url(/coming-soon-ribbon.png);
  background-repeat: no-repeat;
  background-position: right top; }

.work.completed .description {
  background-image: url(/completed-ribbon.png);
  background-repeat: no-repeat;
  background-position: right top; }

.work:hover .description {
  opacity: 1;
  z-index: 1000; }

.work h2 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 50px; }

.work p {
  font-style: italic;
  font-size: 18px; }

table {
  border-collapse: collapse; }

td {
  vertical-align: top;
  padding: 2px;
  border-left: 1px black solid;
  padding-left: 10px;
  padding-right: 10px; }

td:first-child {
  border-left: none; }

td h3 {
  margin-top: 0; }

ul.store {
  margin: 0;
  padding: 0;
  text-align: center; }

ul.store li {
  list-style-type: none;
  display: inline-block;
  padding: 10px; }

ul.store img {
  border: 1px black solid; }
