body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #515151;
    background-color: #ffffff
}

@media (max-width: 767px) {
    .navbar-brand {
        font-size: 24px
    }

    h1 {
        font-size: 32px
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 20px
    }

    body {
        font-size: 16px
    }

    p {
        font-size: 16px
    }
}

@media (min-width: 768px) {
    .navbar-brand {
        font-size: 24px
    }

    .banner h1 {
        font-size: 48px;
        letter-spacing: -0.03em
    }

    h1 {
        font-size: 36px
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 20px
    }

    body {
        font-size: 16px
    }

    p {
        font-size: 16px
    }
}

.body-content {
    padding-top: 70px
}

article {
    position: relative
}

    article header {
        margin-top: 0;
        margin-right: 0;
        margin-left: 7.5em;
        margin-bottom: 1em
    }

        article header a {
            text-decoration: none;
        }
article.post {
    margin-top: 20px
}

    article.post header {
        min-height: 130px
        margin-top: 20px
    }
    
        article.post header div {
            padding-bottom: 10px
        }
        
        article.post header h2 {
            margin-top: 0px;
            margin-bottom: 0px
        }
        
        article.post header a {
            padding: 4px 8px;
            margin-right: 8px;
            border-radius: .4em;
            box-shadow: 0 0 0.25em 0 rgba(0,0,0,0.25)
        }
        
        article.post header a.edit {
            box-shadow: none
        }

article.excerpt {
    min-height: 150px
}

    article.excerpt h3 {
        margin-top: 0px
    }
    
    article.excerpt section {
        margin-left: 7.5em;
        margin-bottom: 1em;
        overflow: auto
    }

.info {
    box-sizing: border-box;
    position: absolute;
    background-color: #eee;
    width: 6em;
    overflow: hidden;
    top: 0;
    padding: 0.75em;
    border-radius: .4em;
    box-shadow: 0 0 0.25em 0 rgba(0,0,0,0.25)
}

    .info .date {
        position: relative;
        z-index: 1;
        font-family: 'Open Sans Condensed',sans-serif;
        font-weight: 400;
        text-align: center;
        display: block;
        font-size: 1.5em;
        color: #999
    }
    
        .info .date .day {
            display: block;
            font-size: 1.5em;
            font-weight: 700;
            color: #999
        }
        
        .info .date .year {
            display: block;
            font-size: .9em;
            font-weight: 700;
            color: #999
        }


section .jqcloud {
    height: 350px;
    width: 100%
}

ul.pager li {
    display: inline;
    list-style-type: none;
    padding-right: 20px
}

div.bootstrap-tagsinput {
    display: block
}

.categoryList .nav-link {
    font-size: 1.25rem;
    padding: 0
}
