/* Tomas 27 Jun 23: The following affects the appearance of the dropdown menu for desktop*/
.menu li{padding-right: 20px;}
.sub-menu{width: 300px;}
.sub-menu li{float: none; font-size: 1.5em;}

/* Tomas 27 Jun 23: The following is for the current champions photos. This is semi-baked into the stflorian theme. */
.heavy, .fencing, .archery, .arts, .baron, .baroness {min-width: 150px;}

/* Tomas 27 Jun 23: This increase the font size of the link to files like the meeting minutes */
.wp-block-file a{font-size: 1.5em;}

/* Tomas 27 Jun 23: The .event-card class is used on the 'Queensland Events' page. Use block '/event' to add new event. */
.event-card td{vertical-align: middle; border: none !important;}
.event-card td:first-child{width: 15%}
.event-card a{color: blue;}
.event-card{
  border: 2px solid;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: ghostwhite;
}