@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Distefano-Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/tipo_-_distefanosans_regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Distefano-Sans';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/tipo_-_distefanosans-italic-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Distefano-Sans';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/tipo_-_distefanosans_light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Distefano-Sans';
    font-style: italic;
    font-weight: 200;
    src: url('fonts/tipo_-_distefanosanslightitalic-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Distefano-Sans';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/tipo_-_distefanosans-black-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Distefano-Sans';
    font-style: italic;
    font-weight: 900;
    src: url('fonts/tipo_-_distefanosans-blackitalic-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Distefano-Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/tipo_-_distefanosans-bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Distefano-Sans';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/tipo_-_distefanosans-bolditalic-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Distefano-Slab';

    font-weight: 900;
    src: url('fonts/tipo_-_distefanoslab-black-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Distefano-Slab';
    font-style: italic;
    font-weight: 900;
    src: url('fonts/tipo_-_distefanoslab-blackitalic-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Distefano-Slab';

    font-weight: 700;
    src: url('fonts/tipo_-_distefanoslab-bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Distefano-Slab';
    font-style: italic;
    font-weight: 700;
    src: url('fonts/tipo_-_distefanoslab-bolditalic-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Distefano-Slab';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/tipo_-_distefanoslab-italic-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Distefano-Slab';

    font-weight: 200;
    src: url('fonts/tipo_-_distefanoslab-light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Distefano-Slab';
    font-style: italic;
    font-weight: 200;
    src: url('fonts/tipo_-_distefanoslab-lightitalic-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Distefano-Slab';

    font-weight: 400;
    src: url('fonts/tipo_-_distefanoslab-regular-webfont.woff') format('woff');
}


body {
	font: normal 100%/1.5 'Distefano-Sans', sans-serif;
	background: #fff;
	color:#000;
}

/* General */

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-weight: 700;
}

a {
  color: #868686;
  transition: all 200ms ease-in-out;
}

a:hover {
  color: #000;
}

nav {
  margin-bottom:2em;
}

nav a {
  font-weight: 700;
  text-transform: uppercase;
}

nav a:hover {
  text-decoration: none;
}

nav .current a {
  color: #000;
}

/* Header */

.header {
	padding:1em 0 1em;
  margin-bottom: 1em;
  text-align: right;
}

.header .h1 {
	font-size:1em;
  font-weight: normal;
}

.header b {
	display: block;
  font-weight: normal;
}

/* Body */

h2 {
  font-size: 1.5em;
  border-bottom:1px solid #ddd;
  margin-bottom: 1.25em;
  padding-bottom: 0.25em;
}

h3 {
  font-size: 1.375em;
  margin-top: 1.5em;
}

h4 {
  font-size: 1.155em;
  margin-top: 1.5em;
}

 p {
   line-height: 1.25;
   margin: 1.25em 0 0;
 }

 p + ul {
   margin-bottom: 1.25em;
   /* list-style: disc; */
 }

 p + ul li {
   margin: 0;
   line-height: 1.25;
 }

 p + ul a {
   font-weight: 200;
   /* display: block; */
   /* color: #29afe5; */
 }

p span {
  display: block;
}


p cite {
  font-style: italic;
}

footer {
  border-top:1px solid #ddd;
  margin:3em 0;
  padding:1em 0;
  /* text-align: right; */
}

footer ul {
	margin-bottom:0.5em;
	line-height:1.125;
}

footer li {
  display: inline-block;
}

footer li::after {
  content:" / ";
  color: #666;
  display: inline-block;
  margin: 0 4px;
}

footer li:last-child::after {
  content:"";
}

footer a {
  font-weight: 200;
  text-transform: none;
}

iframe {
	display: block;
    margin: 2em 0 0;
	background:#000;
}

video {
    margin: 1.25em 0 0;
	object-fit: fill;
}