h1.page-title {
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Baskerville', serif;
}

.weekly-events {
  max-width: 1000px;
  margin: 0 auto 20px;
}


.category-link {
  max-width: 1000px;
  margin: 20px 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;
  font-style: italic;
  box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.5);
  margin: 10px;
  text-align: center;
}

.category-link.tournaments h2 {
  background-image: linear-gradient(#c00, #600);
}

.category-link.tournaments h2:hover {
  background-image: linear-gradient(#f22, #800);
}

.category-link.painting-contest h2 {
  background-image: linear-gradient(rgb(141, 77, 5), rgb(83, 48, 1));
}

.category-link.painting-contest h2:hover {
  background-image: linear-gradient(rgb(192, 106, 7), rgb(129, 74, 2));
}

.category-link.painting-contest-results h2 {
  background-image: linear-gradient(rgb(17 48 175), rgb(34 1 83));
}

.category-link.painting-contest-results h2:hover {
  background-image: linear-gradient(rgb(61 80 239), rgb(18 22 87));
}

.category-link h2 a {
  text-decoration: none;
}

.category-link a {
  text-decoration: underline;
  font-weight: bold;
}


#calendar-container {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}


@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;
}