body{
    padding-bottom: 30px;
}

header.jumbotron {
    margin-bottom: 0;
}

header.jumbotron {
    padding-left: 30px;
    padding-right: 30px;
}

h1,.h1 {
    font-weight: bold;
}

h1 a,
.entry-title a {
    color: #333;
}

h1.page-header {
    font-weight: normal;
}

h2,.h2 {
    font-weight: bold;
}

#post-list > li {
    list-style-type: none;
}

time.published::before {
    content: "\e023 ";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.post-info time {
    color: grey;
}

.post-info .category {
    display: none;
}

.post-info .tags {
    font-size: small;
    padding-bottom: 10px;
}

.post-info .tags a {
    background: #337ab7;
    color: white;
    padding: 2px;
    border-radius: 3px;
}

.btn-tweet {
    background-color: #1b95e0;
    color: white;
}

.btn-share {
    background-color: #4267b2;
    color: white;
}

.btn-share:focus,
.btn-share:focus,
.btn-share:hover,
.btn-tweet:hover {
    filter: contrast(110%);
    color: white;
}

figure,
.figure {
    padding-top: 1ex;
    padding-bottom: 1ex;
    display: block;
}

figcaption,
.caption {
    font-style: italic;
}

@media (min-width: 1000px) {
    img.img-responsive {
        max-width: 880px;
    }
}
