body {
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
}

#bodyText {
  font-family: 'Dosis', Arial, Helvetica, sans-serif;
}

.nav-item {
  font-size: 1.2rem;
}

#map {
  height: 400px;  /* The height is 400 pixels */
  width: 50%;  /* The width is the width of the web page */
}

#bookbutton {
  font-size: 1.2rem;
  border: medium outset grey;
  border-radius: 1rem;
  padding: 0.5rem;
  background: lightgray;
}

.xmasbells {
  height: 80px;
}

.xmasmessage {
  font-size: 1.5rem;
}

.coronavirus-img {
  height: 60px;
}

.covidmessage {
  padding-top: 1.5rem;
  font-size: 1.5rem;
  color: darkred;
}

.covidsubmessage {
  padding-top: 1rem;
  font-size: 1rem;
  color: darkred;
}

.custom-margin {
  margin: 1.5px; /* Half of the desired gap to avoid double margins */
}

.custom-gap {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}