.page-head{
    background: #323a46 no-repeat center top;
    background-size: cover;
}
.botoes-right{
    float: right;
    margin-bottom: 15px;
}

/* Seção de alteração de cores */

.text-primary {
    color: #e1b500;
}

.blog-post-entry-meta {
    color: #dee7ee;
}

.blog-post-entry-header {
    background-color: #3d672b;
}

blockquote {
    background-color: #dee7ee;
    border-color: #3d672b;
}

.tag-links a {
    background-color: #3d672b;
    color: white;
}

.tag-links a:hover {
    color: white;
    background-color: #154700;
}

/* Seção alteração / END */
