/*!
Theme Name: sscg
Theme URI: https://savezsrbacrnegore.rs/
Author: Savez Srba Iz Crne Gore
Author URI: https://savezsrbacrnegore.rs/
Version: 1.0.0
*/
@charset "UTF-8";
*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
}

::before,
::after {
    --tw-content: "";
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

body {
    margin: 0;
    line-height: inherit;
    font-size: 1rem;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}

abbr:where([title]) {
    text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button,
select {
    text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

dialog {
    padding: 0;
}

textarea {
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
}

button,
[role=button] {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}

img,
video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

p {
    margin-bottom: 1rem;
}

blockquote {
    margin: 0 1.5em;
    border-left: 5px solid #3b5b9e;
    padding-left: 15px;
    overflow-wrap: break-word;
}

.fh {
    display: flex;
    flex-direction: column;
}

.container {
    display: flex;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
    .container {
        padding: 0 1rem;
    }
}

.h-container {
    flex-direction: column;
    padding-bottom: 4rem;
}

.section-container {
    display: block;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*justify-content: space-between;*/
    width: inherit;
    gap: 1rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.85rem;
}

main {
    display: flex;
    flex-direction: column;
    padding-top: 2.5rem;
}

.page main {
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    article.card {
        flex: 1;
    }
}
article.card .post-thumb .post-thumbnail img {
    width: 100%;
    height: auto;
}
article.card .post-element {
    padding: 1rem;
    display: flex;
    flex-direction: column;
}
article.card .post-element .post-meta {
    display: flex;
    font-size: 0.71rem;
    margin-bottom: 1rem;
    color: #7f7f7f;
    justify-content: space-between;
}
article.card .post-element .post-title {
    font-size: 1.14rem;
    line-height: 1.28;
    font-weight: 700;
    margin-bottom: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
article.card .post-element .post-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
article.card .post-element .post-excerpt p {
    margin-bottom: 0;
}
article.card .post-element .post-link-button {
    display: flex;
    justify-content: flex-end;
}
article.card .post-element .post-link-button span {
    font-size: 0.85rem;
    font-weight: 700;
    margin-top: 2.28rem;
}

header.main-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    background: #ffffff;
}
header.main-header .wrap {
    display: flex;
    padding: 1.14rem;
    width: inherit;
}
header.main-header .top-wrap {
    background: #3b5b9e;
    color: #ffffff;
    max-height: 3.78rem;
}
header.main-header .top-wrap .container {
    align-items: center;
    justify-content: space-between;
}
header.main-header .top-wrap .element {
    display: flex;
    flex: 1;
}
header.main-header .top-wrap .title {
    font-weight: 700;
    text-transform: uppercase;
}
header.main-header .top-wrap .logo {
    justify-content: center;
    align-items: center;
}
header.main-header .top-wrap .logo a {
    position: absolute;
    top: 1rem;
}
header.main-header .top-wrap .socials {
    justify-content: flex-end;
}
header.main-header .top-wrap .socials ul {
    display: inline-flex;
}
header.main-header .top-wrap .socials ul li {
    margin-right: 1.5rem;
}
header.main-header .top-wrap .socials ul li a {
    font-size: 1.5rem;
}
header.main-header .top-wrap .socials ul li:last-child {
    margin-right: 0;
}
header.main-header .search-wrap .container {
    align-items: end;
    justify-content: end;
}
header.main-header .search-wrap .search-container {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #f7f9ff;
    height: 2rem;
    border-radius: 0;
}
header.main-header .search-wrap input {
    padding: 0.36rem;
    border: none;
    border-radius: 0;
    font-family: "Montserrat", sans-serif;
    background-color: transparent;
    height: 100%;
    width: 12rem;
    font-size: 0.71rem;
}
header.main-header .search-wrap input:focus,
header.main-header .search-wrap input:checked,
header.main-header .search-wrap input:focus-visible,
header.main-header .search-wrap input:visited {
    border-color: transparent;
}
header.main-header .search-wrap input::placeholder {
    font-style: italic;
}
header.main-header .search-wrap .search-icon {
    position: absolute;
    right: 0.36rem;
    font-size: 1.43rem;
    color: #3b5b9e;
}
@media screen and (max-width: 480px) {
    header.main-header .search-wrap .search-container {
        margin-top: 3rem;
        width: 100%;
    }
    header.main-header .search-wrap .search-container form {
        width: 100%;
    }
    header.main-header .search-wrap .search-container form input {
        width: 100%;
    }
}
header.main-header .menu-wrap nav {
    width: inherit;
    border-bottom: 1px solid #3b5b9e;
}
@media screen and (max-width: 480px) {
    header.main-header .menu-wrap nav {
        overflow: auto hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}
header.main-header .menu-wrap nav .menu {
    display: flex;
    justify-content: space-between;
    width: inherit;
}
@media screen and (max-width: 480px) {
    header.main-header .menu-wrap nav .menu {
        flex-wrap: nowrap;
        align-items: center;
    }
}
header.main-header .menu-wrap nav .menu > .menu-item {
    position: relative;
    padding: 0.5rem 0;
}
@media screen and (max-width: 480px) {
    header.main-header .menu-wrap nav .menu > .menu-item {
        display: inline-flex;
        white-space: nowrap;
        flex-wrap: nowrap;
        align-items: center;
    }
}
header.main-header .menu-wrap nav .menu > .menu-item .disabled-link {
    text-decoration: none; /* Remove underline */
    cursor: not-allowed; /* Change cursor to 'not-allowed' */
    pointer-events: none; /* Disable pointer events, making it unclickable */
}
header.main-header .menu-wrap nav .menu > .menu-item a {
    color: #3b5b9e;
    font-size: 0.85rem;
    font-weight: 700;
}
@media screen and (max-width: 480px) {
    header.main-header .menu-wrap nav .menu > .menu-item a {
        display: inline-flex;
        align-items: center;
        padding-inline: 0.5rem;
    }
}
header.main-header .menu-wrap nav .menu > .menu-item .sub-menu {
    display: none;
    position: absolute;
    background-color: #3b5b9e;
    padding: 2.5rem;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    header.main-header .menu-wrap nav .menu > .menu-item .sub-menu {
        width: 24rem;
    }
}
header.main-header .menu-wrap nav .menu > .menu-item .sub-menu li {
    text-align: left;
    padding: 0.5rem 1rem;
}
header.main-header .menu-wrap nav .menu > .menu-item .sub-menu li a {
    color: #ffffff;
}
header.main-header .menu-wrap nav .menu > .menu-item .sub-menu li a.active:before, header.main-header .menu-wrap nav .menu > .menu-item .sub-menu li a:hover:before {
    content: "\f061";
    font-family: "Line Awesome Free";
    margin-right: 5px;
    display: inline-block;
}
header.main-header .menu-wrap nav .menu > .menu-item:hover .sub-menu {
    display: flex;
}
@media screen and (min-width: 768px) {
    header.main-header .menu-wrap nav .menu > .menu-item:hover .sub-menu {
        display: block;
    }
}

.archive-title {
    display: flex;
    width: 100%;
    height: 13rem;
    align-items: center;
    justify-content: center;
    background: #3b5b9e;
    color: #ffffff;
    margin-bottom: 3.8rem;
}
@media screen and (max-width: 480px) {
    .archive-title {
        padding: 1rem;
    }
}
.archive-title h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

.row.archive {
    align-items: baseline;
}
@media screen and (min-width: 768px) {
    .row.archive {
        padding: 0;
    }
    .row.archive article {
        flex: 1 0 21%;
        max-width: 269px;
    }
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
}
.pagination .page-numbers {
    display: flex;
    gap: 1rem;
}
.pagination .page-numbers li {
    border: 1px solid #3b5b9e;
}
.pagination .page-numbers li a,
.pagination .page-numbers li .current {
    font-weight: 700;
    line-height: 1;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.pagination .page-numbers li .current {
    background: #3b5b9e;
    color: #ffffff;
}
.pagination .page-numbers li a:hover {
    background: #f7f9ff;
}

.container.single {
    gap: 1rem;
}
@media screen and (max-width: 480px) {
    .container.single {
        flex-direction: column;
        padding: 0 1rem;
    }
}
.container.single h1,
.container.single h2,
.container.single h3,
.container.single h4,
.container.single h5,
.container.single h6 {
    font-weight: 700;
    margin-bottom: 0.7rem;
}
.container.single h1 {
    font-size: 2.5rem;
    line-height: 1.11;
}
.container.single h2 {
    font-size: 2rem;
    line-height: 1.2;
}
.container.single h3 {
    font-size: 1.5rem;
    line-height: 1.5;
}
.container.single h4 {
    font-size: 1.2rem;
    line-height: 1.5;
}
.container.single h5 {
    font-size: 1rem;
    line-height: 1.5;
}
.container.single h6 {
    font-size: 0.71rem;
    line-height: 1;
}
.container.single .article-wrapper {
    flex-basis: calc(75% + 0.5rem);
}
.container.single .article-wrapper article {
    background: #f7f9ff;
}
.container.single .article-wrapper article .post-inner .entry-header .post-categories {
    display: flex;
    color: #ffffff;
    background: #3b5b9e;
    padding: 1rem 2.5rem;
    font-weight: 700;
}
.container.single .article-wrapper article .post-inner .entry-header .post-categories .cat-item:after {
    content: ", ";
}
.container.single .article-wrapper article .post-inner .entry-header .post-categories .cat-item:last-child:after {
    content: "";
}
.container.single .article-wrapper article .post-inner .entry-header .entry-title {
    font-size: 2.5rem;
    font-weight: 700;
    padding: 1rem 2.5rem;
    line-height: 1.2;
}
.container.single .article-wrapper article .post-inner .entry-header .entry-meta {
    padding: 0rem 2.5rem 1rem;
    font-size: 0.71rem;
    color: #7f7f7f;
    display: flex;
    justify-content: space-between;
}
.container.single .article-wrapper article .post-inner .entry-header .post-thumbnail {
    display: flex;
    justify-content: center;
}
.container.single .article-wrapper article .post-inner .entry-content {
    padding: 2.5rem;
}
.container.single .article-wrapper article .post-inner .entry-content img {
    margin-bottom: 1rem;
}
.container.single .article-wrapper article .post-inner .entry-footer {
    padding: 0rem 2.5rem;
    color: #7f7f7f;
    font-size: 0.71rem;
}
.container.single .article-wrapper article .post-inner .entry-footer .tags-links a {
    border: 1px solid #7f7f7f;
    padding: 0.2rem;
    border-radius: 0.2rem;
    color: #3b5b9e;
}
.container.single .article-wrapper article .post-inner .post-navigation {
    padding: 1rem 2.5rem;
    margin-top: 1.5rem;
}
.container.single .article-wrapper article .post-inner .post-navigation .nav-links {
    display: flex;
    margin-bottom: 1.5rem;
}
.container.single .article-wrapper article .post-inner .post-navigation .nav-links div {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 2.5rem;
}
.container.single .article-wrapper article .post-inner .post-navigation .nav-links div a {
    display: flex;
    flex-direction: column;
}
.container.single .article-wrapper article .post-inner .post-navigation .nav-links div:first-child {
    border-right: 1px solid #3b5b9e;
    align-items: flex-end;
    text-align: right;
}
.container.single .article-wrapper article .post-inner .post-navigation .nav-links div:first-child a {
    align-items: end;
}
.container.single .article-wrapper article .post-inner .post-navigation .nav-links .nav-subtitle {
    color: #7f7f7f;
    font-size: 0.71rem;
}
.container.single .article-wrapper article .post-inner .post-navigation .nav-links .nav-title {
    font-weight: 700;
}

@media screen and (max-width: 480px) {
    .more-news {
        padding: 0 1rem;
    }
}
.more-news .title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1.85rem;
}

.container.page {
    gap: 1rem;
}
@media screen and (max-width: 480px) {
    .container.page {
        flex-direction: column;
    }
}
.container.page .page-wrapper {
    flex-basis: calc(75% + 0.5rem);
    background: #f7f9ff;
}
.container.page .page-wrapper .page-title {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3b5b9e;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 700;
    padding: 2.5rem;
}
.container.page .page-wrapper .page-content {
    padding: 2.5rem;
}
.container.page #sidebar {
    /*margin-left: 1rem;
    margin-right: 1rem;*/
}

.main-content {
    flex-basis: calc(75% + 0.5rem);
    background: #f7f9ff;
    padding: 1rem;
}

#sidebar {
    flex-basis: calc(25% - 0.5rem);
    background: #f7f9ff;
    padding: 1rem;
}
#sidebar .widget {
    list-style: none;
}
#sidebar .widget-title {
    font-size: 1.14rem;
    font-weight: 700;
    margin-bottom: 1.28rem;
}
#sidebar .post-item {
    margin-bottom: 1.8rem;
}
#sidebar .post-item .post-meta {
    font-size: 0.71rem;
    color: #7f7f7f;
    margin-bottom: 1rem;
}
#sidebar .post-item .post_thumb_image {
    margin-bottom: 1rem;
}
#sidebar .post-item .post-title {
    font-weight: 700;
    line-height: 1.28;
}

.main-banner {
    gap: 1rem;
}
.main-banner .hot-news {
    flex-basis: calc(75% + 0.5rem);
}
.main-banner .hot-news .hot-news-posts {
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 1rem;
}
.main-banner .hot-news .hot-news-posts article {
    display: flex;
    flex-direction: column;
    background: #f7f9ff;
}
@media screen and (min-width: 768px) {
    .main-banner .hot-news .hot-news-posts article {
        flex: 1;
    }
}
.main-banner .hot-news .hot-news-posts article:first-child {
    order: 1; /* First item */
    flex-basis: 100%; /* Occupy full width */
    flex-direction: row;
}
@media screen and (max-width: 480px) {
    .main-banner .hot-news .hot-news-posts article:first-child {
        flex-direction: column;
    }
}
.main-banner .hot-news .hot-news-posts article:first-child figure {
    flex: 1;
}
.main-banner .hot-news .hot-news-posts article:first-child figure img {
    width: 100%;
    height: auto;
}
.main-banner .hot-news .hot-news-posts article:first-child .post-element {
    flex: 1;
    padding: 2.42rem 2.42rem 1rem;
    background: #f7f9ff;
}
.main-banner .hot-news .hot-news-posts article:first-child .post-element .post-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.14;
    margin-bottom: 2.42rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.main-banner .hot-news .hot-news-posts article:first-child .post-element .post-excerpt {
    margin-bottom: 2.42rem;
}
.main-banner .hot-news .hot-news-posts article:first-child .post-element .post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-banner .hot-news .hot-news-posts article:first-child .post-element .post-meta .post-date,
.main-banner .hot-news .hot-news-posts article:first-child .post-element .post-meta .author {
    font-size: 0.71rem;
    color: #7f7f7f;
}
.main-banner .hot-news .hot-news-posts article:first-child .post-element .post-meta .post-link-button {
    background: #3b5b9e;
    padding: 0.5rem 1rem;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 2rem;
}
@media screen and (max-width: 480px) {
    .main-banner {
        flex-direction: column;
        padding: 1rem;
    }
}

.history {
    padding: 3rem 0;
}
.history .post-meta {
    color: #7f7f7f;
}
@media screen and (max-width: 480px) {
    .history {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.culture {
    background: #f7f9ff;
    padding: 3rem 0;
}
.culture .post-meta {
    color: #7f7f7f;
}
@media screen and (max-width: 480px) {
    .culture {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.spirituality {
    background: #3b5b9e;
    color: #ffffff;
    padding: 3rem 0;
}
.spirituality article.card .post-meta {
    color: #ffffff;
}
@media screen and (max-width: 480px) {
    .spirituality {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.digital-archive {
    width: inherit;
    margin-top: 4.42rem;
    margin-bottom: 4.42rem;
}
.digital-archive .intro-images {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .digital-archive .intro-images {
        display: grid;
        width: inherit;
        grid-template-columns: 20% 20% 20% 20% 20%;
        grid-template-rows: 15.42rem 15.42rem;
    }
}
.digital-archive .intro-images .di-image {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 480px) {
    .digital-archive .intro-images .di-image {
        display: none;
    }
}
.digital-archive .intro-images .di-image img {
    width: 100%;
    height: 100%;
    margin: 0;
}
.digital-archive .intro-images .first {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: span 2;
}
.digital-archive .intro-images .second {
    grid-column-start: 2;
    grid-row-start: 1;
}
.digital-archive .intro-images .third {
    grid-column-start: 2;
    grid-row-start: 2;
}
.digital-archive .intro-images .fourth {
    grid-column-start: 3;
    grid-row-start: 1;
    background: #3b5b9e;
    color: #ffffff;
    padding: 2rem;
    font-size: 1.43rem;
    font-weight: 700;
    transition: transform 0.3s;
}
@media screen and (max-width: 480px) {
    .digital-archive .intro-images .fourth {
        display: flex;
        flex: 1;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
}
.digital-archive .intro-images .fourth:hover {
    transform: scale(1.2); /* Apply zoom effect on hover */
}
.digital-archive .intro-images .fifth {
    grid-column-start: 3;
    grid-row-start: 2;
}
.digital-archive .intro-images .sixth {
    grid-column-start: 4;
    grid-row-start: 1;
    grid-row-end: span 2;
}
.digital-archive .intro-images .seventh {
    grid-column-start: 5;
    grid-row-start: 1;
}
.digital-archive .intro-images .eighth {
    grid-column-start: 5;
    grid-row-start: 2;
}

.wpcf7 .wpcf7-form-control {
    width: 100%;
    padding: 1rem;
}
.wpcf7 .wpcf7-text {
    height: 3rem;
}
.wpcf7 .wpcf7-submit {
    background: #3b5b9e;
    color: #ffffff;
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.wpcf7 .wpcf7-submit:hover {
    background: #ffffff;
    color: #3b5b9e;
}

aside {
    display: flex;
    background: #3b5b9e;
    padding-top: 3rem;
    padding-bottom: 0.5rem;
    color: #ffffff;
    margin-top: 1.14rem;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}
aside .container {
    flex-direction: row;
}
@media screen and (max-width: 480px) {
    aside .container {
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
}
aside .element {
    align-items: baseline;
}
aside .logo {
    flex: 3;
}
@media screen and (max-width: 480px) {
    aside .logo {
        margin-bottom: 1rem;
    }
}
aside .menu {
    line-height: 1.71;
    font-weight: 400;
    flex: 3;
}
@media screen and (max-width: 480px) {
    aside .menu li {
        text-align: center;
    }
}
aside .socials {
    line-height: 1.71;
    font-weight: 400;
    flex: 2;
}
aside .subscribe {
    font-size: 0.86rem;
    line-height: 1.25;
    flex: 4;
}
aside .address {
    font-size: 0.86rem;
    line-height: 1.67;
    flex: 4;
    justify-content: flex-end;
}

footer.main-footer {
    background: #3b5b9e;
    color: #ffffff;
    padding-bottom: 3rem;
    font-weight: 400;
    font-size: 0.72rem;
    padding-top: 1rem;
}
@media screen and (max-width: 480px) {
    footer.main-footer .container {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

body {
    color: #3b5b9e;
}

figure figcaption {
    color: #7f7f7f;
    border-bottom: 1px solid #3b5b9e;
    padding: 0 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-bottom: 1.5rem;
}

/*# sourceMappingURL=style.css.map */

