@font-face {
  font-family: 'Crafty Girls';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/craftygirls/v16/va9B4kXI39VaDdlPJo8N_NveRhf_.ttf) format('truetype');
}
@font-face {
  font-family: 'Habibi';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/habibi/v22/CSR-4zFWkuqcTTNyTRha.ttf) format('truetype');
}
body {
  background-image: url('images/fabric_of_squares_gray.png');
  width: 700px;
  font-family: "Habibi", serif;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
div#main {
  clear: both;
  background: #fefefe;
  padding: 0.5em 3em;
  border: 1px solid #dddddd;
  margin-top: 2em;
}
div#nav {
  text-align: center;
}
div#nav ul {
  list-style: none;
}
div#nav ul li {
  font-size: 18pt;
  display: inline;
}
div#nav ul li.gap {
  margin-left: 2em;
}
div#nav a {
  color: #000000;
}
h1 {
  font-family: "Crafty Girls";
  font-size: 48pt;
  margin-bottom: 0;
  color: #e48bb7;
  text-align: center;
}
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18pt;
  color: #333333;
  font-weight: 700;
  text-align: center;
}
h3 {
  font-weight: 700;
  font-size: 24pt;
}
h4 {
  font-weight: 700;
  font-size: 18pt;
  margin-bottom: 0;
}
p {
  font-size: 14pt;
}
ul {
  font-size: 14pt;
  list-style-type: none;
  padding-left: 0;
}
ul span.location {
  display: inline-block;
}
ul span.event {
  font-style: italic;
  line-height: 2rem;
}
ul span.date {
  color: #999999;
  font-weight: 700;
}
ul li {
  margin-bottom: 1rem;
}
img.headshot {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}
img.announcement {
  width: 100%;
}
