@charset "UTF-8";
body {
  background: url("/img/bg_light.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: "Open Sans Light", Meta, Arial, sans-serif !important;
}

.page-container {
  padding-top: 56px;
}

.profile-photo-round {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

blockquote.quote {
  position: relative;
  text-align: center;
  padding: 2rem 1.2rem;
  width: 80%;
  /* create space for the quotes */
  color: #7f7f7f;
  margin: 1rem auto 2rem;
  font-family: Calibri, serif;
  font-size: 2rem;
  background: linear-gradient(to right, #dddddd 4px, transparent 4px) 0 100%, linear-gradient(to left, #dddddd 4px, transparent 4px) 100% 0, linear-gradient(to bottom, #dddddd 4px, transparent 4px) 100% 0, linear-gradient(to top, #dddddd 4px, transparent 4px) 0 100%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
blockquote.quote:before, blockquote.quote:after {
  position: absolute;
  color: #ddd;
  font-size: 65px;
  font-family: Meta, Arial, sans-serif;
}
blockquote.quote:before {
  content: "“";
  top: 6px;
  margin-right: -20px;
  right: 100%;
}
blockquote.quote:after {
  content: "”";
  margin-left: -20px;
  left: 100%;
  top: auto;
  bottom: -20px;
}
blockquote.quote cite {
  font-size: 50%;
  text-align: center;
  display: block;
  top: 50%;
}
blockquote.quote cite:before {
  content: "― ";
}

/*# sourceMappingURL=site.css.map */
