/* New custom CSS file for: TEMA: Intercept */
.clanak_title {
    color: #000;
    text-transform: none;
    font-family: 'Merriweather';
    max-width: 960px !important;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(28px, 3vw, 60px);
    text-align: center;
}
.clanak_lead_paragraph{
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-left: none;
    border-top: 1px solid #c8c8c8;
    padding-top: 20px;
    font-family: 'Source Serif Pro';
}
.clanak_date{
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;	
}
.icon-container {
    justify-content: center;
}
.clanak_figure {
    margin-top: 20px;
}
.clanak_nav ul {
    justify-content: center;
    padding-top: 6px;
}
.clanak_figure figcaption {
    text-align: center;
}


.clanak_byline {
    text-align: center;
}

