:root {
    --theme:#d7004b;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps&display=swap');
.container-sm {
    max-width: 850px;
}
.color-theme {
    color: var(--theme);
}
.color-theme:hover {
    color: var(--theme);
}
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #ebebeb;
}
.hd .container-sm {
    padding-left: 0;
    padding-right: 0;
}
.main{
    background-color: #ffffff;
}
.card {
    border-color: var(--theme);
}
.thumbframe {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding-top: 56.25%;
    position: relative;
}
.thumbframe img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
a.btn.btn-primary {
    padding: 0 4px;
    background-color: var(--theme);
    border-color: var(--theme);
}
.badge {
    background-color: var(--theme);
}
h2 a {
    text-decoration: none;
    color: var(--theme);
}
h2 a:hover {
    color: var(--theme);
}
a.page-link {
    color:var(--theme);
}
a.page-link:hover {
    color:var(--theme);
}
nav.top {
    background-color: var(--theme);
}
footer {
    background-color: var(--theme);
}
h1 {
    font-size: 22px;
    font-family: 'Oleo Script Swash Caps', cursive;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2 {
    margin-top: 0;
    margin-bottom: 0rem;
    font-size: 18px;
    font-family: 'Oleo Script Swash Caps', cursive;
}

@media (max-width: 576px){
    .col-sm-3 {
        flex: 0 0 auto;
        width: 50%;
    }
}
footer a {
    color: #ffffff;
    text-decoration: none;
}
footer a:hover {
    color: #ffffff;
    text-decoration: none;
}
.relatedPosts {
    background-color: #e9ecef;
    border-left: solid 5px var(--theme);
    padding: 10px;
}
.relatedPosts a {
    text-decoration: none;
    color: var(--theme);
}
ol, ul {
    padding-left: 1rem;
    margin-bottom: 0;
}

#buttonDownload {
    border-radius: 3px;
    text-decoration: none;
    padding: 10px 25px;
    color: white;
    font-weight: bold;
    font-size: .9em;
    text-indent: 15px;
    background: var(--theme);
}
a.related {
    color: var(--theme);
}