@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600,700&subset=latin-ext');


body {
    font-family: 'Source Serif Pro', serif;
}

h1 {
    font-size: 90px;
    line-height: 100px;
    font-weight: 600;
    padding-top: 0;
    padding-left: 240px;
    background-image: url(../img/adwokatura.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

h2 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 700;
    margin-left: 50px;
    padding: 50px 0;
}

p {
    margin-left: 50px;
}

ul.oferta-list {
    margin-left: 50px;
}

ul.oferta-list > li,
p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

a {
    font-family: font-family: 'Source Sans Pro', sans;
    color: rgba(0, 0, 0, .5);
}

a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, .7);
}

.sticky {
    width: 100%;
    /*left: 0;*/
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
}

.navbar.sticky {
    padding-top: 10px;
}

a.navbar-brand {
    font-size: 42px;
    line-height: 50px;
    font-weight: 400;
    margin-left: 70px;
}

.navbar-nav > li > a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.decoration-ikon {
    float: left;
    padding: 50px 0;
}

/* Section Home */

.section-fullh {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.section-home {
    min-height: 720px;
    background-image: url("../img/img_1.png");
    background-position: 400px -100px;
    background-repeat: no-repeat;
}

.navbar {
    position: fixed;
    z-index: 100;
    left: 0;
    width: 100%;
    padding-top: 50px;
    transition: padding-top .35s ease-in-out;
}

.col-md-8 h1 {
    margin-left: 100px;
}

span.decoration-border {
    border-bottom: solid 3px black;
    padding-bottom: 10px;
}

h1 span.decoration-border {
    border-bottom: solid 6px black;
}

.col-md-6,
.col-md-5 {
    margin-left: 50px;
    margin-bottom: 100px;
}

#navbarSupportedContent {
    margin-left: 20px;
}

/* Section Kancelaria*/

.section-kancelaria {
    min-height: 330px;
    background-image: url("../img/img_2.png");
    background-position: right -250px;
    background-repeat: no-repeat;
    background-color: #F1F2F2;
    display: flex;
    align-content: space-between;
}

/* Section Adwokat*/

.section-adwokat {
    min-height: 470px;
    background-image: url("../img/img_3.png");
    background-position: right -200px;
    background-repeat: no-repeat;
    display: flex;
    align-content: space-between;
}

/* Section Oferta*/

.section-oferta {
    min-height: 625px;
    background-image: url("../img/img_4.png");
    background-position: 600px center;
    background-repeat: no-repeat;
    background-color: #F1F2F2;
    display: flex;
    align-content: space-between;
}

/* Section Kontakt*/

.section-oplaty-kontakt {
    min-height: 316px;
    display: flex;
    align-content: space-between;
}

.section-oplaty-kontakt em {
    font-weight: 200;
}

span.decoration {
    text-decoration: underline;
}

/* Media Queries */

@media (max-width: 1236px) {
    .section-adwokat {
        background-position: right -190px;
    }
}

@media (max-width: 1174px) {
    .section-home {
        background-position: 200px -100px;
    }

    .section-kancelaria {
        background-position: right -190px;
    }

    .section-adwokat {
        background-position: right -100px;
    }

    .section-oferta {
        background-position: 550px center;
    }
}

@media (max-width: 1131px) {
    span.decoration-border.media_padding.second {
        padding-bottom: 48px;
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 75px;
        line-height: 90px;
        padding-left: 210px
    }

    h2 {
        font-size: 40px;
        line-height: 42px;
    }

    ul.oferta-list > li,
    p {
        font-size: 20px;
        line-height: 30px;
    }

    .section-home {
        background-position: 0px -100px;
    }

    li.nav-item {
        margin-left: 50px;
    }
}

@media (max-width: 795px) {
    span.decoration-border.media_padding {
        padding-bottom: 48px;
    }

    .section-home {
        background-position: -180px -100px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 60px;
        line-height: 70px;
        padding-left: 180px;
    }

    h1 span.decoration-border {
        border-bottom: solid 5px black;
    }

    span.decoration-border.media_padding,
    span.decoration-border.media_padding.second {
        padding-bottom: 10px;
    }
}

@media (max-width: 705px) {
    h1 {
        font-size: 55px;
        line-height: 65px;
        padding-left: 170px;
        margin-left: 80px;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
        padding-left: 140px;
    }

    .col-md-8 h1 {
        margin-left: 50px;
    }

    h1 span.decoration-border {
        border-bottom: solid 4px black;
    }

    h2 {
        font-size: 38px;
        line-height: 42px;
    }

    ul.oferta-list > li,
    p {
        font-size: 18px;
        line-height: 28px;
    }

    a.navbar-brand {
        font-size: 30px;
        line-height: 40px;
        margin-left: 35px;
    }

    li.nav-item {
        margin-left: 15px;
    }
}

@media (max-width: 570px) {
    span.decoration-border.media_padding.second {
        padding-bottom: 48px;
    }

    .section-home {
        background-position: -400px -100px;
    }
}

@media (max-width: 496px) {

    .col-md-8 h1 {
        margin-left: 30px;
    }

    h1 span.decoration-border {
        border-bottom: solid 4px black;
    }

    .section-home {
        background-position: -480px -100px;
    }

    a.navbar-brand {
        margin-left: 15px;
    }

    li.nav-item {
        margin-left: -5px;
    }
}


@media (max-width: 448px) {
    h1 {
        font-size: 40px;
        line-height: 50px;
        padding-left: 120px;
    }

    h1 span.decoration-border {
        border-bottom: solid 4px black;
    }
}

@media (max-width: 432px) {
    span.decoration-border.media_padding {
        padding-bottom: 48px;
    }
}

@media (max-width: 386px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
        padding-left: 0;
        padding-top: 150px;
        background-size: 120px;
    }

    span.decoration-border.media_padding.second {
        padding-bottom: 88px;
    }
}

@media (max-width: 320px) {

    h1 span.decoration-border {
        border-bottom: solid 4px black;
    }

    .section-home {
        min-height: 640px;
        background-position: -580px -100px;
    }
}
