.font-family-big-shoulders-display {
    font-family: "Big Shoulders Display";
}

.title-section {
    font-family: "Oswald";
    font-weight: 400;
}

.color-blue {
    /*color: #3a465d;*/
    color: #dcc582;
}

.section-main {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(/assets/img/main-bg.jpg);
    background-size: cover;
    height: 30em;
}

.section-main .title, .subtitle {
    color: #fff;
    font-family: "Big Shoulders Display";
    font-weight: 400;
    font-size: 1em;
}

.section-main .title {
    font-size: 5em;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.section-main .subtitle {
    font-size: 2em;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

@media (min-width: 576px) {
    .section-main {
        height: 35em;
    }

    .section-main .title {
        font-size: 5em;
        margin-top: 1em;
    }

    .section-main .subtitle {
        font-size: 1.5em;
    }
}

@media (min-width: 768px) {
    .section-main .title {
        font-size: 7em;
        margin-top: 1em;
    }

    .section-main .subtitle {
        font-size: 2em;
    }
}

.section-we-are .div-img {
    background-color: #d3d3d3;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .section-we-are .div-img {
        background-image: url(/assets/img/people.jpg);
        background-image: url(/assets/img/people.webp);
        background-size: cover;
        background-position: top right;
    }
}

.section-services {
    /*background: #3a465d;*/
    /*background: #02264a;*/
    background: #1a1a1b;
}

.section-services .bi {
    font-size: 4em;
    color: #dcc582;
    /*color: #FFFFFF;*/
}

.section-more {
    /*background: #1a1a1b*/;
    background: #FFFFFF;
    /*color: #fdfdfe;*/
    color: #000000;
}

.section-more .div-img {
    background-color: #3a3a3a;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .section-more .div-img {
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(/assets/img/books.jpg);
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(/assets/img/books.webp);
        background-size:  cover;
        background-position: center center;
    }
}

.section-offer {
    /*background: #1a1a1b;
    color: #fdfdfe;*/
    background: #FFFFFF;
    color: #000000;
}

.section-offer .div-img {
    background-color: #3a3a3a;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .section-offer .div-img {
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(/assets/img/law.jpg);
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(/assets/img/law.webp);
        background-size: cover;
        background-position: center center;
    }
}

.section-consultation {
    /*background: #3a465d;*/
    /*background: #02264a;*/
    background: #1a1a1b;
    /*color: #fdfdfe;*/
    color: #FFFFFF;
}

.section-contact {
    background-color: #1a1a1b;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
}

.section-footer {
    font-size: .75em;
}

.section-form-control {
    background: #FFFFFF;
    color: #1a1a1b;
}
