/*@import url('../fonts/yds_eveleth_webfonts/stylesheet.css');*/

@font-face {
  font-family: 'Patua One';
  font-style: normal;
  font-weight: 400;
  src: local('Patua One'), local('PatuaOne-Regular'), url(/assets/fonts/patuaone.ttf) format('truetype');
}
@font-face {
    font-family: 'eveleth_regularregular';
    src: url('../fonts/yds_eveleth_webfonts/evelethregular-webfont.eot');
    src: url('../fonts/yds_eveleth_webfonts/evelethregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/yds_eveleth_webfonts/evelethregular-webfont.woff') format('woff'),
         url('../fonts/yds_eveleth_webfonts/evelethregular-webfont.ttf') format('truetype'),
         url('../fonts/yds_eveleth_webfonts/evelethregular-webfont.svg#eveleth_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'eveleth_thin';
    src: url('../fonts/yds_eveleth_webfonts/eveleththin-webfont.eot');
    src: url('../fonts/yds_eveleth_webfonts/eveleththin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/yds_eveleth_webfonts/eveleththin-webfont.woff') format('woff'),
         url('../fonts/yds_eveleth_webfonts/eveleththin-webfont.ttf') format('truetype'),
         url('../fonts/yds_eveleth_webfonts/eveleththin-webfont.svg#eveleththin') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    margin-top: 80px;
    font-size: 14px;
    line-height: 23px;
}

.container {
    max-width: 750px;
    /*margin: 0 auto;*/
}

/*#contentcolumn {
    max-width: 760px;
}
#q {
    width: 150px;
}*/

img {
    max-width: 90%;
}

.postbox {
    border-bottom: 2px solid darkgrey;
    margin-bottom: 12px;
}

.titlebox {
    text-align: right;
}

#addthisbox {margin-bottom: 12px;}

td.label {
    /* Issue #290 */
    background-color: inherit;
}

.footnote-reference {
    /* Issue 290 */
    vertical-align: super;
    font-size: xx-small;
}


.caption {
    /* Issue 292 */
    text-align: center;
    padding-top: 1em;
}

div.figure > img,
div.figure > a > img {
    /* Issue 292 */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.sidebar, div.admonition, div.attention, div.caution, div.danger, div.error, div.hint, div.important, div.note, div.tip, div.warning {
    /* Issue 277 */
    border: 1px solid #aaa;
    border-radius: 5px;
}

blockquote p, blockquote {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

ul.bricks > li {
    display: inline;
    background-color: lightblue;
    padding: 8px;
    border-radius: 5px;
    line-height: 3;
    white-space:nowrap;
    margin: 3px;
}

.at300b, .stMainServices, .stButton, .stButton_gradient {
    box-sizing: content-box;
}

pre, pre code {
    white-space: pre;
    word-wrap: normal;
    overflow: auto;
}

article.post-micro {
    font-family: 'eveleththin', /*'Patua One',*/ Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'eveleth_regularregular'/*, 'Patua One'*/;
  font-weight: 100;
}

/* fix anchors for headers */
h1, h2, h3 {
    margin-top: -40px;
    padding-top: 80px;
}

h4, h5, h6 {
    margin-top: -50px;
    padding-top: 80px;
}

.image-block {
    display: inline-block;
}

.flowr_row {
    width: 100%;
}

.tags {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    text-align: center;

}

.tags > li {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px;
}

.tags > li a {
    color: #fff;
}

.metadata p:before,
.postlist .listdate:before {
    content: " — ";
}

.metadata p:first-of-type:before {
    content: "";
}

.metadata p {
    display: inline;
}

.posttranslations h3 {
    display: inline;
    font-size: 1em;
    font-weight: bold;
}

.posttranslations h3:last-child {
    display: none;
}

.entry-content {
    margin-top: 1em;
}

/*.navbar-brand {
    padding: 0 15px;
}*/

.navbar-brand #blog-title {
    font-family: 'eveleth_thin';
    /*padding: 15px 0;
    display: inline-block;*/
}

/*.navbar-brand #logo {
    max-width: 100%;
}*/

/*.row {
    margin: 0;
}*/

footer {
  margin-top: 2em;
  border-top: 1px solid #aaa;
  padding-top: 1em;
}
