@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/roboto-slab-v34-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    src: url('/assets/fonts/roboto-slab-v34-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/ubuntu-v20-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

#politici {
    margin: 0 auto;
    font-family: 'Roboto Slab';
    line-height: 1.6;
    color: #212529;
}
.site_header{
    background-color: #156BAB;
}
.logo_web {
    text-align: center;
}
.nowrap {
    white-space: nowrap;
}
.title {
    text-align: center;
    margin-top: 50px;
    font-size: 24px;
    font-weight: 600;
}
.site {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 50px;
}
.subtitle {
    margin-bottom: 10px;
    padding-left: 2em;
    font-size: 18px;
    font-weight: 600;
}
.punct {
    font-weight: 600;
}
.subpunct {
    padding-left: 4em;
}
table {
    border-collapse: collapse;
    width: 900px;
    margin: 20px auto;
}

td, th {
    border: 1px solid #000;
    text-align: left;
    padding: 20px;
}
li {
    line-height: 2;
}
.subpuncte {
    list-style-type:none;
}
.subpuncte > li, .principal > li {
    font-weight: 600;
    margin-bottom: 20px;
}
.subpuncte > li > p {
    font-weight: 500;
}
.subliniat {
    font-weight: 600;
    text-decoration: underline;
}
.versiune {
    margin: 10px 0;
}
#footer{
    background: url('/img/Footer-BG.jpg') center/cover no-repeat;
    min-height: 250px;
    margin-top: 120px;
    padding-top: 55px;
    font-family: 'Roboto Slab';
}
#footer .footer-copyright {
    text-align:center;
    font: normal normal normal 13px/14px 'Ubuntu';
    letter-spacing: 0px;
    color: #848484;
}
#footer .row div{
    text-align: center;
}
#footer a {
    font-size: 15px;
    color: #156BAB;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer .footer-menu {
    text-align: center;
}
#footer .footer-menu a:not(:first-child) {
    padding-left:15px;
}


@media only screen and (min-width: 767px) {
    #politici {
        max-width: 1170px;
        line-height: 1.6;
        font-size: 16px;
    }
    .site_header{
        padding-top: 40px;
        height: 150px;
    }
}

@media only screen and (max-width: 767px) {
    #politici {
        max-width: 100%;
        padding: 20px;
        line-height: 1.6;
        font-size: 16px;
    }
    .site_header{
        padding-top: 30px;
        height: 120px;
    }
    .logo_web .logo img {
        width: 250px;
        height: auto;
    }
    table {
        width: 100%;
    }
    table tr td {
        display: block;
        width: 100%;
        max-width: 100%;
        white-space: normal;
    }
    #politici a {
        word-break: break-word;
    }
}
