@media (min-width:48em) {
    html {
        font-size: 18px
    }
}

body {
    color: #555
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #333
}

.h1 a,
.h1 a:focus,
.h1 a:hover,
.h2 a,
.h2 a:focus,
.h2 a:hover,
.h3 a,
.h3 a:focus,
.h3 a:hover,
.h4 a,
.h4 a:focus,
.h4 a:hover,
.h5 a,
.h5 a:focus,
.h5 a:hover,
.h6 a,
.h6 a:focus,
.h6 a:hover,
h1 a,
h1 a:focus,
h1 a:hover,
h2 a,
h2 a:focus,
h2 a:hover,
h3 a,
h3 a:focus,
h3 a:hover,
h4 a,
h4 a:focus,
h4 a:hover,
h5 a,
h5 a:focus,
h5 a:hover,
h6 a,
h6 a:focus,
h6 a:hover {
    color: inherit;
    text-decoration: none
}

.container {
    max-width: 60rem
}

.blog-masthead {
    margin-bottom: 3rem;
    background-color: #dd5300;
    box-shadow: inset 0 -.1rem .25rem rgba(0, 0, 0, .1);
    border-color: #fff;
}

.nav-link>a {
    position: relative;
    padding: 1rem;
    font-weight: 500;
    color: #cdddeb;
}

.nav-link>a:focus,
.nav-link>a:hover {
    color: #fff;
    background-color: transparent!important;
}

.nav-link.active>a {
    color: #fff
}

.nav-link.active>a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -.3rem;
    vertical-align: middle;
    content: "";
    border-right: .3rem solid transparent;
    border-bottom: .3rem solid;
    border-left: .3rem solid transparent;
}

.blog-title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 400
}

.blog-description {
    font-size: 1.1rem;
    color: #999
}

@media (min-width:40em) {
    .blog-title {
        font-size: 3.5rem
    }
}

.blog-sidebar>div.section>header>div.title {
    font-size: 2rem;
}

.blog-sidebar>div.section.taxonomies>div.content>a {
    display: block;
}

.blog-sidebar>div.section>div.content li {
    list-style: none;
    font-size: 1.2rem;
}

.blog-sidebar>div.section>div.content li>div.meta {
    font-size: 0.8rem;
    margin: 0 0 0.8rem 0;
}

.sidebar-module {
    padding: 1rem
}

.sidebar-module-inset {
    padding: 1rem;
    background-color: #f5f5f5;
    border-radius: .25rem
}

.sidebar-module-inset ol:last-child,
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child {
    margin-bottom: 0
}

.blog-pagination {
    margin-bottom: 4rem
}

.blog-pagination>.btn {
    border-radius: 2rem
}

#post-list {
    margin: 0;
    padding: 0;
}

#post-list>.post>footer {
    display: inline-block;
    margin: 0 0 0 1rem;
}

.blog-post {
    margin-bottom: 4rem
}

.blog-post-title
, #post-list>.post>header>h2 {
    margin-bottom: .25rem;
    font-size: 2.5rem
}

.blog-post-meta
, #post-list>.post>header>.post-meta {
    margin-bottom: 1.25rem;
    color: #999
}

article img {
    max-width: 100%;
    height: auto;
    margin: 13px auto
}

.blog-footer {
    padding: 2.5rem 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5
}

.blog-footer p:last-child {
    margin-bottom: 0
}

.navbar-brand.nav-link {
    font-size: 2rem;
    color: #fff;
    padding: 5px 10px 5px 0;
}

.navbar-brand.nav-link>img {
    max-height: 40px;
}

@media (max-width: 438px) {
    .navbar-brand.nav-link {
        display: block;
        float: none;
    }
}

.list-group-item.active>a {
    color: #fff;
}