@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+ */
}

#main {
    margin: 0 auto;
    font-family: 'Roboto Slab';
    line-height: 1.6;
    color: #212529;
}
.site_header{
    background-color: #156BAB;
}
.logo_web {
    text-align: center;
}
.title {
    text-align: center;
}
.nowrap {
    white-space: nowrap;
}
.subtitle {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
#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;
    opacity: 1;
}
#footer .row div{
    text-align: center;
}
#footer a {
    font-size: 15px;
    color: #156BAB;
    opacity: 1;
    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) {
    #main {
        max-width: 1170px;
        line-height: 1.6;
        font-size: 16px;
    }
    .site_header{
        padding-top: 40px;
        height: 150px;
    }
    .title {
        margin-top: 50px;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    p {
        padding-left: 2em;
    }
    .second-text {
        margin-left: 2em;
    }
    .third-text {
        margin-left: 4em;
    }
}

@media only screen and (max-width: 768px) {
    #main {
        max-width: 90%;
        line-height: 1.6;
        font-size: 16px;
    }
    .site_header{
        padding-top: 30px;
        height: 120px;
    }
    .logo_web .logo img {
        width: 250px;
        height: auto;
    }
    .title {
        margin-top: 40px;
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    p {
        padding-left: 1.5em;
    }
    .second-text {
        margin-left: 1.5em;
    }
    .third-text {
        margin-left: 3em;
    }
}
