/* about-background
/* --------------------------------------------------------------------------- */
section.about-background {
    width: 100%;
    height: 500px;
    padding: 100px 0;
    position: relative;
    margin: -100px 0 0 0;
    box-sizing: border-box;
    background-size: cover;
    background-color: #1E1E1E;
    background-position: center;
    -webkit-transform: skew(0deg,-6deg);
     -moz-transform: skew(0deg,-6deg);
      -o-transform: skew(0deg,-6deg);
    /* overflow: hidden; */
    z-index: -1;
}

section.about-background:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
}

section.about-background div.content {
    display: flex;
    /* position: absolute; */
    padding: 200px 0px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    -webkit-transform: skew(0deg,6deg);
     -moz-transform: skew(0deg,6deg);
      -o-transform: skew(0deg,6deg);
}

section.about-background div.content > p {
    margin: 0;
    text-transform: uppercase;
    color: #0d47a1;
    text-decoration: none;
}

section.about-background div.content > p > a {
    text-decoration: none;
    color: #fff;
}

section.about-background div.content > h2 {
    text-transform: uppercase;
    color: #fff;
}

/* about
/* --------------------------------------------------------------------------- */
section.about {
    width: 100%;
    height: auto;
    padding: 200px 0 0 0;
    box-sizing: border-box;
}

section.about div.description {
    padding-bottom: 50px;
}

section.about div.description > p {
    color: #808080;
    text-align: justify;
    letter-spacing: 1px;
}

div.jeff-longo {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #f5f6fb;
}

div.jeff-longo > div.info {
    width: 50%;
    float: left;
    padding: 50px;
    box-sizing: border-box;
}

div.jeff-longo > div.info > h4 {
    /* font-size: 32px; */
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

div.jeff-longo > div.info > p {
    color: #808080;
    text-align: justify;
    letter-spacing: 1px;
}

div.jeff-longo figure {
    width: 50%;
    height: auto;
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

div.jeff-longo figure > img {
    width: auto;
    height: 600px;
}

/* info - about
/* --------------------------------------------------------------------------- */
section.about div.info-about {
    width: 100%;
    height: auto;
    background-color: #eeeeee;
}

section.about div.info-about > figure {
    width: 50%;
    height: auto;
    float:left;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0px;
    overflow: hidden;
}

section.about div.info-about > figure > img {
    width: 100%;
    height: 600px;
}

section.about div.info-about > div.text-about {
    width: 50%;
    height: auto;
    float: right;
}

section.about div.info-about > div.text-about > p {
    color: #fff;
}

section.about div.info-about > div.text-about > div.mission {
    margin: 0;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    background-color: #bfbfbf;
}

section.about div.info-about > div.text-about > div.vision {
    margin: 0;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    background-color: #8a8a8a;
}

section.about div.info-about > div.text-about > div.mission,
section.about div.info-about > div.text-about > div.vision {
    height: 600px;
}

section.about div.info-about > div.text-about > div.mission > h4,
section.about div.info-about > div.text-about > div.vision > h4 {
    color: #fff;
    text-transform: uppercase;
}

section.about div.info-about > div.text-about > div.mission > span.line,
section.about div.info-about > div.text-about > div.vision > span.line {
    clear: both;
    width: 50px;
    height: 2px;
    margin: 0 0 20px 0;
    display: block;
    background: #1e73be;
}

section.about div.info-about > div.text-about > div.mission > p,
section.about div.info-about > div.text-about > div.vision > p {
    color: #fff;
    text-align: justify;
    letter-spacing: 1px;
}

section.about div.info-about > div.text-about > div.mission > p:hover,
section.about div.info-about > div.text-about > div.vision > p:hover {
    color: #24324a;
    transition: 800ms;
}

section.info-contact {
    padding: 50px 0;
}

/* about us - responsive
/* --------------------------------------------------------------------------- */
@media (max-width: 768px) {
    section.about div.info-about > figure,
    section.about div.info-about > div.text-about {
        width: 100%;
        float:none;
    }

    div.jeff-longo figure > img {
        width: 100%;
        height: auto;
    }

    section.about div.info-about > div.text-about > div.mission,
    section.about div.info-about > div.text-about > div.vision {
        height: 400px;
    }
}

@media (max-width: 425px) {
    section.about {
        padding: 100px 0 0 0;
    }

    div.title {
        text-align: left;
    }

    div.jeff-longo > div.info {
        width: 100%;
        float: none;
    }

    section.about div.description {
        padding: 0px 10px;
    }

    div.jeff-longo figure {
        width: 100%;
        float: none;
    }

    section.about div.info-about > figure > img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 320px) {
    div.title h3 {
        font-size: 25px;
    }

    div.jeff-longo > div.info {
        padding: 0px 30px;
    }
}
