h2, h3 {
  font-family: beau-thin;
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 180%;
}

h2 {
  font-size: 180%;
  color: #9ab1cf
}

h3 {
  font-size: 140%;
  color: #005580;
}

body {
  font-family: beau-light;
}

p, a {
  font-size: 13px;
}

p {
  color:#777777;
}

.well {
 background-color:rgba(245, 245, 245, 0.5);
}