@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@300;400;500;700&display=swap");
body {
    font-family: "Fira Sans Condensed", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 1.2rem;
    font-weight: 300;
}
/* sm72rpos */
.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
}
/*  */
/*
Declared in sm62r3 by GPT template.
This is a global property for all images, check later
*/
img {
    max-width: 100%;
    height: auto;
}
p {
    line-height: 1.5em;
    /*    text-indent: 1em;*/
}
/* nsm title, sm71, sm86 */
.nsm-title {
    background-color: #97caef;
}
/* Temp */
a {
    /* color: blue; */
    text-decoration: underline;
}
h2,
h3,
.h2 {
    /* color: var(--palette-text); */
    letter-spacing: -0.5px;
    color: #0e3c5f;
    line-height: 1.1;
    font-weight: 500;
}
@media (min-width: 576px) {
    h2,
    .h2 {
        /* font-size: 1.4666666667em; */
        color: darkblue;
    }
}
@media (min-width: 768px) {
    h2,
    .h2 {
        /* font-size: 1.4666666667em; */
        color: darkslateblue;
        line-height: 1.1;
        font-weight: 700;
    }
}
/* End temp */
.footer {
    background-color: darkslategray;
    color: azure;
}
p.emphasis {
    font-size: 0.9rem;
}
p.series {
    font-size: 0.8rem;
}
p.copyright {
    font-size: 0.9rem;
    color: beige;
}
p.adaptation {
    font-size: 0.9rem;
    color: beige;
}
a.next-prev {
    font-size: 0.9rem;
}
figcaption.back-to-all {
    font-size: 0.9rem;
}
/* just vertical spacer */
.spacer {
    margin-top: 20px;
}
a.book {
    font-size: 1.4em;
}
.img-responsive {
    margin: 0 auto;
}
img.book {
    margin: 0 0 25px 0;
}
p.bolderp,
h5 {
    font-weight: bold;
}
h1.author {
    font-size: 3rem;
    font-weight: bold;
}
h2.title {
    color: crimson;
    /* text-transform: uppercase; */
    font-variant-caps: small-caps;
    font-weight: bold;
}
p.heading {
    font-size: 1.7rem;
    font-weight: bold;
    font-style: normal;
    font-variant: small-caps;
}
p.articletype {
    font-size: 1.5rem;
}
p.indent {
    text-indent: 3rem;
}
figure {
    padding: 10px;
    /* Поля вокруг */
    margin: 10px 10px 10px 0;
    /* Отступы */
    text-align: center;
    /* Выравнивание по центру */
}
.no-border {
    border-style: solid;
    border-width: 1px;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: auto;
    text-align: left;
    text-indent: 1em;
}
figcaption {
    color: rgb(65, 65, 65);
    /* Цвет текста */
    font-size: 0.7em;
}
span.title {
    color: brown;
    font-size: 1.4rem;
}
div.navcolor {
    /* Used in sm61r4.htm to match the container color to bootstrap nav background color */
    background-color: #f8f9fa;
}
a.policy {
    color: white;
    font-size: smaller;
    margin-top: 0.2rem;
}
