@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700&subset=latin-ext');
/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:16px;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:none; outline: 0 none;}
/*a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}*/
a:hover, a:focus {
    text-decoration: none;
    outline: 0 none;
}
#logo {
    display: block;
    text-align: center;
    margin: 40px 0;
}

.title-font {
    font-family: 'Playfair Display', serif;
}

.page-header {
    padding: 10px 0;
    margin: 40px;
    font-size: 21px;
    text-align: center;
    font-style: italic;
    border-bottom: 0;
}


.text-header {
    padding: 35px 0;
}

.text-container {
    margin-top: 80px;
    color: #121820;
    position: relative;
}

.text-header .container h3 {
    color: #fff;
    padding-left: 6em;
}

.text-headline {
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 20px;
}

.text-title {
    font-size: 38px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.text-autor {
    font-weight:bold;
    font-size: 18px;
    margin-bottom: 0;
}

.text-autor a {
    color: #b3b3b3;
}

.text-date {
    font-weight: 100;
    font-size: 18px;
    margin-bottom: 1.5em;
}

.text-subtitle {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 2em;
}

.text-content, .imp-container {
    margin: 20px 0 40px;
    text-align: left;
}

.text-content p, .text-content li {
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-weight: 400;
}

.text-image {
    width: 100%;
}

.text-tags {
    margin: 20px 0 40px;
    padding: 0;
}

.text-tag {
    padding: 5px 10px;
    font-weight: bold;
    color: #121820;
    font-size: 18px;
    background: #F3F3F4;
    float: left;
    margin: 0 30px 10px 0;
}

.print-text img {
    text-align: center;
    width: auto;
    max-height: 400px;
}


footer, header, nav {
    display: none;
}