@import url(https://fonts.googleapis.com/css?family=PT+Serif|Playfair+Display|Nunito);body {
  font-family: "PT Serif", serif;
  font-size: 21px;
  color: #545454;
  background: #FCFAF5;
}

.title {
  font-family: "Playfair Display", serif;
  font-size: 2.1em;
  font-weight: normal;
  text-align: center;
  color: #4F3939;
}

.subtitle {
  font-family: "Playfair Display", serif;
  font-size: 1.5em;
  font-weight: normal;
  color: #4F3939;
}

body a {
  color: #ab5d6a;
}

.section#content {
  background: #fff;
}

.section#content .container {
  max-width: 820px;
}

.section#content .container .title {
  padding-bottom: 7px;
  border-bottom: 1px solid #ab5d6a;
}

.section#content .container .subtitle {
  margin-bottom: 0px;
  border-bottom: 1px dashed #545454;
  margin-top: 7px;
}

.navbar {
  background: #F6F0E1;
  color: #4F3939;
}

.navbar a {
  color: #4F3939;
}

.navbar-item img {
  max-height: 2.5em;
}

.hero.is-home {
  background: url("home_hero_bg.png") transparent no-repeat center center;
  background-size: cover;
}

.hero.is-home .title {
  color: white;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
}

#mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px "PT Serif", Helvetica, Arial, sans-serif;
  width: 100%;
}

#mc_embed_signup1 {
  background: #fff;
  clear: left;
  font: 14px "PT Serif", Helvetica, Arial, sans-serif;
  width: 100%;
}

#site img {
  max-width: 400px;
  max-height: 400px;
  float: left;
  margin-right: 10px;
}

