/* added to reduce vertical space around blockquotes 1/7/21 */
blockquote {
  margin: 0 0 30px 0;
}
q {quotes: '“' '”' '‘' '’';} /* opening followed by closing quote pairs */
/* The equivalent using Unicode escapes:
  q {quotes: '\201C' '\201D' '\2018' '\2019';} */
q:before {content: open-quote;}
q:after {content: close-quote;}

cite {font-style: italic;}

/* theme secondary color is too dark against black */
.footer-widget .widgettitle .accent-color {
  color: #ffd3a1;
}
/* theme has 36px */
.single-event-info .day {
  font-size: 30px;
}
/* make larger */
.single-event-info .date {
  font-size: 120%;
}
/* make larger */
.single-event-info .time {
  font-size: 12px;
}

/* theme text color = #666 */
body {
  color: #300707 !important;
  background-image: url('/ima-design/bg-leaves.png');
}
/* theme has no contrast dark gray against black */
.timer-type {
  color: #ffd3a1;
  padding-left: 3px;
}

/* but theme hover color is lost */
a, h3 a {
  color: #000099;
}

/* match body text color and give better contrast */
.staff-volunteers h3, .staff-volunteers h4 {
  color: #300707;
}

/* some bug with the flex-box cutting off text on right. */
.upcoming-events .event-excerpt {
  padding-right: 20px;
}

/* I cannot find where to edit these links   display: none; */
.top-header .social-links {

}
/* theme has no style for th */
th {
  font-weight: bold;
  font-variant: small-caps;
  font-size: 120%;
}
/* theme has 2px gray border for th */
.table-striped, .table > thead > tr > th {
  border-bottom: 1px solid #300707;
}