@import url('https://fonts.googleapis.com/css?family=Lato&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700&amp;display=swap&amp;subset=cyrillic-ext');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    background: url('../img/nelleheader1.svg') no-repeat;
}

body p,
body h1,
body h2,
body h3,
body h4,
body h5,
.inner_opis {
    color: #333333;
}

.yasr-auto-insert-visitor {
    display: none;
}

/*** single post ***/

.single-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-img, .single-text {
    width: 50%;
}

.single-img {
    text-align: center;
}

.single-img img {
    max-width: 100%;
    max-height: 100%;
}

.single-wrapper-block {
    margin: 50px 0;
}

.single-text {
    padding: 30px;
}

.single-text h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: bold;
    color: #b27e5d;
}

.single-text p {
    padding-top: 30px;
    color: #b27e5d;
    font-size: 16px;
    line-height: 1.7;
}

@media (max-width: 911px) {
    .single-text h3 {
        font-size: 30px;
    }
    .single-text p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .single-content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .single-text {
        width: 80%;
        padding: 10px;
    }
    .single-img {
        width: 80%;
    }
    .single-text h3 {
        padding-top: 30px;
    }
}