.card-code-example {
    background-color: #282c34;
    color: #fff;
    font-size: 14px;
}
.tooloo-code-example {
    font-size: 14px;
}
.token-string {
    color: #7ec699;
}
.token-tag {
    color: #e2777a;
}
.text-md-right {
    text-align: right;
}
.pt-5.pb-2.bg-200.footer {
    padding-top: 1rem !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    line-height: 1 !important;
}

h2, .h2 {
    font-size: 2.5rem !important;
}
.text-muted {
    --text-opacity: 1 !important;
    color: rgba(119,119,119,var(--text-opacity)) !important;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    margin-top: 2rem !important;
}
.btn-primary {
    background-color: #ca2017;
    border-color: #ca2017;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ca2017;;
    background-image: var(--bs-gradient);
    border-color: #ca2017;;
}

.btn-outline-primary {
    color: #000;
    border-color: #ca2017;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ca2017;
    border-color: #ca2017;
}

a { 
    text-decoration: none;
}


.nav-link.px-2 {
    font-size: 1.1rem;
    padding-top: 0px;
}
.bg-200 {
    background-color: #ca2017 !important;
}

.text-500 {
    color: #fff !important;
}

hr {
    margin: 1rem 0;
    margin-top: 1rem;
    color: #fff;
    background-color: currentColor;
    border: 0;
    opacity: 1;
}
.bg-100 {
    background-color: #FAE9E8 !important;
}
.container.container-download {
    margin-top: 100px;
}
.download-title {
    margin-top: 30px;
}
.tooloo-red {
    color: #ca2017;
}

.badge.badge-danger {
    background-color: #ca2017;
    vertical-align: middle;
    font-size: 1.1rem;
    margin-top: -2px;
    font-weight: normal;
}

.lead.text-muted.mb-3.tooloo-note a {
    color: #ca2017 !important;
}
.lead.text-muted.mb-3.tooloo-note {
    font-size: 0.9rem !important;
}

.img-fluid.mb-5.mb-md-0.toloo-wordpress {
    border-radius: 19px;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.6);
}

img.mb-3 {
    margin-bottom: 0.5rem !important;
}

.attribution,
.attribution a {
    text-align: center;
    font-size: 10px;
    color: #fff;
}

span.small-footnote {
    font-size: 0.8rem;
}

span.tooloo-red.buy-link a {
    color: #ca2017 !important;
}

span.tooloo-tags {
    font-family: monospace;
    white-space: pre;
    color: #ca2017;
    font-size: 1rem;
    font-weight: bold;
}

section#footnotes {
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}
#footnotes p.lead.text-muted {
    font-size: 0.8rem !important;
}

#wordpress {
    padding-bottom: 0;
}
.card.buy-tooloodr-card {
    max-width: 650px;
    display: block;
    margin: 0 auto;
}

.card.buy-tooloodr-card p,
.card.buy-tooloodr-card ul {
    text-align: left;
}

.card.buy-tooloodr-card {
    box-shadow: 0 10px 6px -6px #777;
    border-radius: 10px;
}

.card.buy-tooloodr-card img {
    border-radius: 10px !important;
}

.strikethrought {
    text-decoration: line-through;
    color: #ca2017;
}