@font-face {
  font-family: "Clarendon FS Bold";
  src: url("fonts/clarendonfs_bold/Clarendon-Bold-webfont.eot");
  src: url("fonts/clarendonfs_bold/Clarendon-Bold-webfont.eot?iefix") format("eot"), url("fonts/clarendonfs_bold/Clarendon-Bold-webfont.woff") format("woff"), url("fonts/clarendonfs_bold/Clarendon-Bold-webfont.ttf") format("truetype"), url("fonts/clarendonfs_bold/Clarendon-Bold-webfont.svg#webfont") format("svg");
  font-weight: bold;
  font-style: normal;
}
body {
    max-width: 1200px;
    margin: 1em;
    font-size: 125%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1200px) {
  body {
      margin: 1em auto;
  }
}
h1 {
    font-family: "Clarendon FS Bold", Georgia, "Lucida Bright", "Lucidabright", "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", serif;
    font-weight: bold;
    font-size: 3em;
}
img, video {
    display: block;
    width: 100%;
}
p, figure {
    margin: 1em 0;
}
figcaption {
    text-align: right;
    font-size: 0.9em;
}