html,
body {
    margin: 0;
    padding: 0;
    background: #fff;
}

body {
    font-family: Arial, sans-serif;
    max-width: 1000px;
    margin: 0 auto !important;
    background-color: pink;
    padding: 20px;
    display: grid;
}

div {
  width: 100%;
  display: block;
}

img {
    max-width: 100%;
    height: auto;
}

.wp-singular h1 {
  font-size: 30px !important;
}

.wp-singular h2 {
  font-size: 26px !important;
}

.wp-singular h3 {
  font-size: 22px !important;
}

.wp-singular h4 {
  font-size: 18px !important;
}

.wp-singular h5 {
  font-size: 14px !important;
}

.wp-singular h6 {
  font-size: 10px !important;
}

.wp-singular h1,
.wp-singular h2,
.wp-singular h3,
.wp-singular h4,
.wp-singular h5,
.wp-singular h6,
.bre-event__vendors-heading {
    font-weight: bold;
    margin: 30px 0px 10px 0px !important;
}

.wp-singular h3.bre-event__title {
  margin: 0 !important;
}

.wp-singular h1 a,
.wp-singular h2 a,
.wp-singular h3 a,
.wp-singular h4 a,
.wp-singular h5 a,
.wp-singular h6 a {
    text-decoration: underline;
}

div.wpforms-container-full {
  width: 75% !important;
}

.copyright {
  font-size: 12px;
  margin-top: 50px;
  text-align: center;
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
  display: flex !important;
  justify-content: center;
}

.ics-calendar-date {
  width: max-content;
}

@media screen and (max-width: 1023px) {
  body {
    display: block;
  }
}