
.gallery-section {

}

.img-wrapper {
    position: relative;
    margin-top: 15px;
}
.img-wrapper img {
    width: 100%;
}
.title.white {
    background: transparent;
    color: #122951;
    padding: 90px 0 30px;
}
.title.white h1 {
    color: #cc0911;
}

.title h1 {
    margin: 10px 0 0 0;
}

h1 {
    font-size: 3.5em;
    letter-spacing: -0.075em;
}
h3 {
    font-size: 2.5em;
    font-weight: 200;
}

.title h3 {
    margin: 0;
    padding: 0;
}

p.lead {
    font-weight: 400;
    line-height: 1.5666em;
    font-size: 1.2em;
    color: #122951;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

.row.more {
    padding: 50px 0 0 0;
}

.title.white h1 span {
    color: #122951;
}
.title h1 span {
    font-weight: 200;
}


/*transportation section*/
#transportation {
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 0 90px 0;
    background-color: #f1f3f5;
}

#financial {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #ebeef0;
    padding: 110px 0 180px 0;
}
#inventory {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 0 0 120px 0;
}

.page-template-page-experience h2 {
    margin-bottom: 20px;
}
h2 {
    font-size: 3em;
}
p.lead {
    font-weight: 400;
    line-height: 1.5666em;
    font-size: 1.2em;
}

.btn{
    margin: 20px 0 0 0;
    padding: 9px 24px;
    background: #cc0911;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 2px;
    font-weight: 600;
    font-size: 0.95em;
    letter-spacing: -0.05em;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn:hover,
.btn:focus {
    background: #122951;
    color: #fff;
    border: 2px solid #415373;
}

/*end transportation section*/


@media (min-width: 768px){
    .container {
        width: 750px;
    }
}

@media (min-width: 992px){
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1120px;
    }
}



@media (max-width: 991px){
    .title h1 {
        margin: 0 0 20px;
    }
    h1 {
        font-size: 3.33em;
    }
    .lead {
        font-size: 1.2em;
    }
    #transportation {
        background: #f1f3f5;
        padding: 0 0 30px 0;
    }
    .container {
        padding: 0 30px;
    }


}

@media (max-width: 767px){
    #transportation, #financial, #inventory {
        background: #fff;
        padding: 0;
        margin: 0;
        background-size: cover;
    }
    #transportation, #financial, #inventory {
        padding: 60px 0 0 0;
        background: #fff;
    }
    .container {
        padding: 0 30px;
    }
    .title.white {
        padding: 30px 0 30px;
    }

    h1 {
        font-size: 3em;
        line-height: 0.9em;
    }

    h3, .wrap.lg h3 {
        font-size: 1.9em;
    }

    .row.more {
        padding: 40px 0 0 0;
    }

    h2 {
        font-size: 2em;
    }

    p.lead {
        font-size: 1em;
    }
}


