@import url(http://fonts.googleapis.com/css?family=Bitter:400,400italic|Montserrat:700,400);
@font-face {
  font-family: "montserrat-loc";
  font-weight: 500;
  font-style: normal;
  src: url(./fonts/montserrat-500.ttf) format("truetype"); }

@font-face {
  font-family: "montserrat-loc";
  font-weight: 700;
  font-style: normal;
  src: url(./fonts/montserrat-700.ttf) format("truetype"); }

@font-face {
  font-family: "bitter-loc";
  font-weight: 300;
  font-style: normal;
  src: url(./fonts/bitter-300.ttf) format("truetype"); }

@font-face {
  font-family: "bitter-loc";
  font-weight: 300;
  font-style: normal;
  src: url(./fonts/bitter-300-italic.ttf) format("truetype"); }

@font-face {
  font-family: "bitter-loc";
  font-weight: 500;
  font-style: normal;
  src: url(./fonts/bitter-500.ttf) format("truetype"); }

.sans-stack {
  font-family: "proxima-nova", sans-serif; }

.sans-alt {
  font-family: "Montserrat", "montserrat-loc", serif; }

.serif-stack {
  font-family: "Bitter", "bitter-loc", serif; }

.video video {
  max-width: 100%; }

.links {
  font-family: "Bitter", "bitter-loc", serif;
  font-weight: 300; }
  .links li {
    list-style-type: square; }
