main {
    margin: 0 auto 6rem 0;
    width: 98%;
}

h1 {
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {

    font-weight: bold
}

footer {
    margin: 0 auto 4rem auto;
    text-align: center
}

#social-nav {
    padding:2rem 0;
    width: 100%;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    padding: 0.5rem;
    box-shadow: 0 4px 10px #111
}

#social-nav ul.social-icon {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

#navbar-collapse-1 {
    margin-right: 1.5rem
}

.article-list-item {
    box-shadow: 0px 2px 4px 2px #eee;
    padding: 0.1rem 1rem 1rem 1rem
}

.article-style {
    margin-top: 1rem
}
.open-source {
    list-style:none;
}

.open-source-links {
    padding: 0;
    margin: 0
}

.open-source-links li {
    list-style:none;
    display: inline-flex;
    margin-right: 0.5rem
}

ul.open-source-links li a {
    background-color: #b5c6ce;
    display: block;
    border-radius: 50%;
    text-decoration: none !important;
    margin: 0;
}

ul.open-source-links li .fa {
    background-color: #666; /*#16af16;*/
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.5rem;
    display: block;
    text-align: center;
    color: #fff;
    transition: all 150ms ease-in-out;
}

.share-box {
    float: none;
    display: inline-block;
}

#posts .share-box {
    margin-bottom: 1rem;
}

ul.share li .fa {
    background-color: #d47212; /*#16af16;*/
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.5rem;
}

ul.social-icon {
    display: inline-flex;
    padding-left: 0;
}

ul.social-icon li, ul.share li {
    margin-right: 0.5rem;
}

.home-section {
    padding: 2rem 0 1rem 0
}

.article-banner, .article-style img, .article-style video, .box-shadow {
    /*box-shadow: 0 2px 10px rgba(0,0,0,0.15)*/
    box-shadow: 0 5px 15px rgba(0,0,0,.6)
}

.article-image-cover {
    margin-top: 1rem;
}

.box-shadow {
    box-shadow: 0 5px 15px rgba(0,0,0,.2)
}

.box-margin {
    margin-top: 1rem
}

.box-padding {
    padding: 1rem
}

.box-text {
    word-wrap: break-word
}

#go-top {
    position: absolute;
    top: 0.8rem;
    right: 1rem;
    text-align: center;
}

#go-footer {
    position: absolute;
    top: 0.8rem;
    right: 1rem;
    text-align: center;
}

.follow-me li {
    list-style-type: none;
}

#social-follow-me-footer, #social-share-footer {
    padding: 0
}

#social-follow-me-footer li {
    margin-right: 0.5rem
}

.smiley {
    font-size: 2rem;
    color: #0095eb
}

.pager li a {
    margin: 0.5rem 0
}

#profile .portrait-title {
    background: none;
    float: left;
    margin: 1rem
}

@media screen and (max-width: 780px) {

    #footer-section {
        line-height: 1
    }


    ul.share li .fa, ul.open-source-links li .fa {
        width: 1.1rem;
        height: 1.1rem;
        line-height: 1.1rem;
        font-size: 0.7rem;
    }

    .big-icon {
        font-size: 1em
    }

    .fa-2x {
        font-size: 1rem
    }

    #go-top {
        top: -1.5rem;
        right: 0.5rem
    }

    #go-footer {
        top: 3.1rem;
        right: 0.5rem
    }
}


@media screen and (max-width: 520px) {

    #profile .portrait {
        width: 6rem;
        height: 6rem;
    }

    #profile .portrait-title {
        margin-left: 0;
    }
}
