h2.page-title {
  text-align: center;
}


.category-link {
  max-width: 1000px;
  margin: 50px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #222;
  padding: 14px;
  background: #555
}

.category-link h2 {
  display: inline-block;
  border: 2px solid white;
  padding: 4px 8px;
  border-radius: 5px;
  background-image: linear-gradient(#c00, #600);
  font-style: italic;
  box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.5);
  margin: 10px;
}

.category-link h2:hover {
  background-image: linear-gradient(#f22, #800);
}

.category-link h2 a {
  text-decoration: none;
}

.category-link a {
  text-decoration: underline;
  font-weight: bold;
}


#calendar-container {
  display: flex;
  justify-content: center;
}


@media all and (min-width: 600px) {
  .category-link {
    flex-direction: row;
  }
}


.bookingInfo {
  text-align: center;
  font-family: 'Baskerville';
  font-size: 1.2em;
}
.bookingInfo a {
  font-weight: bold;
  font-family: 'Baskerville';
}
.bookingInfo a:hover {
  text-decoration: underline;
}