body {
    text-align: justify;
}

.circle .inner div {
    padding: 22px 17px;
}

.circle h2 {
    font-size: 16px;
    line-height: 1.4em;
}

@media (min-width:900px) {
    .navbar-default .navbar-brand {
        height: 110px;
    }

        .navbar-default .navbar-brand img {
            height: 80px;
        }

    header > div {
        padding-top: 120px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 19px;
        padding: 30px 15px;
    }
}

#manifesto > div > div.container > div.row > div.col-sm-12 > div.row > div.col-sm-6:nth-child(2n+1) {
    clear: both;
}

.thumbnail div {
    background: rgba(255,255,255,.76);
}

.thumbnail .caption {
    text-align: left;
    position: relative;
    min-height:90px;

}


    .thumbnail .caption h3 {
        line-height: 1.1em;
        padding-bottom: 5px;
    }

@media (min-width:1200px) {
    .thumbnail .caption {
        text-align: left;
        top: auto;
        bottom: 0;
        position: absolute;
    }
}

@media (max-width:992px) {
    .circle {
        height: 140px;
        width: 140px;
    }
}

@media (max-width:440px) {
    #whatwedoicons > div {
        width: 100%;
    }
}

@media (max-width:767px) {
    .circle {
        height: 175px;
        width: 175px;
    }

        .circle h2:after {
            content: "read more";
            display: block;
            margin-top: 10px;
            text-decoration: underline;
        }
}

.circle .inner {
    height: 100%;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}