#page-wrapper {
    background-color: #4b3d2a;
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='white' fill-opacity='0.1'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#body-wrapper .container {
    background: #f5c07b;
    padding: 1rem;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

h1, h2, h3, h4, h5, h6 {
    color: #624928;
}

#header, #footer {
    background: black;
}

.content-item {
    background: white;
    padding: 2rem;
    box-shadow: 0 10px 45px -9px rgba(0,0,0,.1);
}

.label.label-secondary {
    color: white;
    background: black;
    font-size: 0.8rem;
}

a {
    color: #c7253c;
}
a:visited {
    color: #d57884;
}
a.active, a:active, a:focus, a:hover {
    color: #901a2d;
}

.blog-listing .card {
    border: 2px solid black;
    border-radius: 15px;
    overflow: hidden;
}
.blog-listing .card .card-image img {
    border-bottom: 1px solid black;
}

/*#sidebar {*/
/*    margin-left: -0.6rem;*/
/*    margin-top: -1rem;*/
/*    margin-bottom: -1rem;*/
/*    background: black;*/
/*    color: white;*/
/*}*/
/*#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {*/
/*    color: white;*/
/*}*/

.hero.hero-large { max-height: 500px; }

.hero.hero-medium { max-height: 400px; }

.hero.hero-small { max-height: 110px; }

.hero.hero-tiny { max-height: 8rem; }

/*.bricklayer-column:nth-child(odd) {*/
/*    padding-right: 0;*/
/*}*/