/*
Theme Name: Ohio 9
Description: Proprietary theme for Ohio 9 Vintage Base Ball Club
Version: 1.0
*/

/* Bootstrap variable overrides */

:root {
  --bs-body-font-family: "Besley", serif;
}

.navbar-brand {
    padding-left: 72px;
}
.navbar-brand img {
  width: 64px;
  top: -5px;
  left: 0px;
}

.o9-overlaid-text {
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

@media (min-width: 768px) {
  .o9-schedule-widget .card-body {
    max-height: 500px;
  }
}

/* calendar widget updates */
.ics-calendar:not(.nostyle) .ics-calendar-basic-wrapper .date {
	padding: 4px;
}
.ics-calendar:not(.nostyle) .ics-calendar-basic-wrapper .date *[data-date-format='j'] {
	font-size: 180%;
	
}