/*---- MAIN-HOME-STY CSS dimensions ----*/
/*----HOME STYLING----*/
.home-info-background {
    background: url(../images/background_images/home_1_t.jpg) #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.home-promo {
    width: 700px;
}
.home-info-content {
    flex-basis: 700px;
    -webkit-flex-basis: 700px;

    margin: 0 auto;
    padding: 38em 0 0 0;
}
.home-logo {
    flex-basis: 200px;
    -webkit-flex-basis: 200px;
}
.home-logo-text {
    flex-basis: 500px;
    -webkit-flex-basis: 500px;

    font-size: 3.7em;
    padding-left: 1em;
}
.home-text {
    flex-basis: 700px;
    -webkit-flex-basis: 700px;

    font-size: 2.4em;
    margin: 0.5em 0 1em 0;
    letter-spacing: 1px;
}
.home-advoc-content {    
    max-width: 1200px;
    margin: 0 auto;
    padding: 4em 20px;
}
.advoc-text {
    flex-basis: 300px;
    -webkit-flex-basis: 300px;
    margin-right: 3em;

    font-size: 1.6em;
}
.home-expertise {
    background: url(../images/background_images/home_stripes_1_t.jpg) #CCC;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    padding: 4em 0;
}
.home-expertise-content {
    padding: 1em 0 4em 0;
}
.home-expertise-title {
    flex-basis: 400px;
    -webkit-flex-basis: 400px;

    max-width: 1200px;
    font-size: 3.6em;
    padding: 0 20px 0.2em 20px;
}
.home-expertise-item {
    flex-basis: 310px;
    -webkit-flex-basis: 310px;

    max-width: 310px;
    
    margin: 0 20px 3em 20px;
}
.home-expertise-item img {
    padding: 1.5em;
}
.home-expertise-text {
    padding-right: 2.5em;
}
.home-expertise-text a {
    font-size: 2em;
    line-height: 100%;
}
.home-team {
    background: url(../images/background_images/home_stripes_2_t.jpg) #000;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.home-team-content {
    flex-basis: 700px;
    -webkit-flex-basis: 700px;
    
    max-width: 1200px;
    padding: 4em;
}
.home-team-text {
    font-size: 2em;
    margin: 0.5em 20px 2em 20px;
    letter-spacing: 0px;
}
.home-team-button {
    padding-right: 20px;
}
.home-quality {
    font-size: 1em;
    padding: 4em 0;
}
.home-quality-item {
    width: 400px;

    margin: 0 auto;
    margin-bottom: 2em;
}
.home-quality-title {
    font-size: 3em;
    padding-bottom: 0.2em;
}
.home-quality-text {
    padding: 0 2em;
    font-size: 1.8em;
}
/*----------------------*/
/*---- ----*/