@charset "UTF-8";

/* FONTS */
@font-face {
  font-family: header-font;
  src: url(fonts/cream-serif/Fontspring-DEMO-cream-black.otf);
}
@font-face {
  font-family: content-text-font-bold;
  src: url(fonts/montserrat/Montserrat-Bold.ttf);
}
@font-face {
  font-family: content-text-font-regular;
  src: url(fonts/montserrat/Montserrat-Regular.ttf);
}

/* HTML, BODY */
html, body {
    font-family: content-text-font-regular;
    font-size: 15px;
    background: #999999 url(/img/version2/body-bg.jpg) repeat;
}

/* MAIN CONTENT */
#content {
    width: 1000px;
    margin: 0 auto;
}

/* SECTIONS */
#header, #intro, #services, #cert, #clients {
    padding: 0 50px 0;
    box-shadow: 10px 0px 15px #000000;
}
#footer {
    box-shadow: 10px 0px 15px #000000;
}

/* HEADER */
#header {
    height: 420px;
    padding-top: 32px;
    /*background-color: #FFF7F2;*/
    background-color: #fff;
}
#header .header-col {
    display: inline-block;
    width: 25%;
}
#header .header-col-center {
    width: 50%;
}
#header #header-logo {
    display: block;
    width: 210px;
    height: 100%;
    background: transparent url('/img/version2/header-logo.png') no-repeat;
    background-size: contain;
}
#header ul#header-menu {
    margin: 12px 0 0;
    padding: 0;
    text-align: center;
}
#header ul#header-menu li {
    display: inline-block;
    margin: 0 15px;
    list-style-type: none;
    font-family: "Love Ya Like A Sister", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}
#header ul#header-menu li a {
    color: #212529;
    text-decoration: none;
}
#header ul#header-menu li a:hover {
    text-decoration: underline;
    color: #75217D;
}
#header #header-email {
    display: block;
    float: right;
    width: 210px;
    height: 100%;
    background: transparent url('/img/version2/header-email.png') no-repeat;
    background-size: contain;
}

/* INTRO */
#intro {
    position: relative;
    height: 760px;
    background: transparent url('/img/version2/dark-bg.jpg') no-repeat;
}
#intro #intro-header {
    position: absolute;
    top: -182px;
    left: 60px;
    width: 320px;
    height: 367px;
    background: transparent url('/img/version2/intro-header.png') no-repeat;
    background-size: contain;
}
#intro #intro-img {
    position: absolute;
    top: -320px;
    right: 50px;
    width: 630px;
    height: 621px;
    background: transparent url('/img/version2/intro-img.png') no-repeat;
    background-size: contain;
}
#intro #intro-text {
    width: 50%;
    padding-top: 300px;
    color: #fff;
}
#intro #intro-text span {
    font-family: "Love Ya Like A Sister", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
}
#intro #intro-img-2 {
    position: absolute;
    bottom: -154px;
    right: 50px;
    width: 433px;
    height: 457px;
    background: transparent url('/img/version2/intro-img-2.png') no-repeat;
    background-size: contain;
    z-index: 100;
}
#intro #intro-img-3 {
    position: absolute;
    bottom: -80px;
    right: 500px;
    width: 149px;
    height: 166px;
    background: transparent url('/img/version2/intro-img-3.png') no-repeat;
    background-size: contain;
    z-index: 100;
}

/* SERVICES */
#services {
    position: relative;
    padding-bottom: 100px;
    /*background-color: #FFF7F2;*/
    background-color: #fff;
}
#services #services-header {
    padding: 200px 0 60px;
    font-family: "Karantina", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    color: #75217D;
    line-height: 1em;
}
#services #services-right .service-item {
    display: inline-block;
    width: 400px;
    height: 200px;
    margin: 0 20px 40px;
    padding: 20px;
    vertical-align: top;
    background: transparent url('/img/version2/services-item-bg.jpg') no-repeat;
    background-size: contain;
    font-size: 14px;
}
#services #services-right .service-item .service-item-header {
    padding-left: 10px;
    padding-bottom: 16px;
    font-family: "Love Ya Like A Sister", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    color: #75217D;
    text-decoration: underline;
    text-underline-offset: 10px;
}
#services #services-img-2 {
    display: block;
    position: absolute;
    right: 100px;
    bottom: -50px;
    width: 387px;
    height: 422px;
    background: transparent url('/img/version2/services-img-2.png') no-repeat;
    background-size: contain;
    z-index: 100;
}

/* CERTIFICATIONS */
#cert {
    position: relative;
    height: 800px;
    background: transparent url('/img/version2/dark-bg.jpg') no-repeat;
}
#cert #cert-header {
    margin-top: 100px;
    font-family: "Karantina", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    color: #75217D;
    line-height: 1em;
}
#cert #cert-logos {
    margin-top: -80px;
    text-align: center;
}
#cert #cert-logos img {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0 34px;
}
#cert #cert-text {
    width: 50%;
    margin-top: -70px;
    padding-left: 56px;
    color: #fff;
}
#cert #cert-img-2 {
    position: absolute;
    right: 0;
    bottom: -122px;
    width: 399px;
    height: 436px;
    background: transparent url('/img/version2/certs-img-2.png') no-repeat;
    background-size: contain;
    z-index: 100;
}

/* CLIENTS */
#clients {
    position: relative;
    padding-top: 200px;
    padding-bottom: 90px;
    /*background-color: #FFF7F2;*/
    background-color: #fff;
}
#clients #clients-right {
    width: 60%;
    margin-left: 40%;
}
#clients #clients-right #clients-header {
    padding-bottom: 60px;
    font-family: "Karantina", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    color: #75217D;
    line-height: 1em;
}
#clients #clients-img {
    position: absolute;
    top: 100px;
    left: -4px;
    width: 551px;
    height: 572px;
    background: transparent url('/img/version2/clients-img.png') no-repeat;
    background-size: contain;
    z-index: 100;
}
#clients #clients-list {
    margin-top: 200px;
}
#clients #clients-list .clients-list-item {
    display: inline-block;
    margin: 0 20px;
}
#clients #clients-list #logo-omg {
    width: 250px;
    height: 36px;
    margin-bottom: 7px;
    background: transparent url('/img/version2/clients/logo-omg.png') no-repeat;
    background-size: contain;
}
#clients #clients-list #logo-mediaquest {
    width: 250px;
    height: 56px;
    background: transparent url('/img/version2/clients/logo-mediaquest.png') no-repeat;
    background-size: contain;
}
#clients #clients-list #logo-platformance {
    width: 250px;
    height: 50px;
    margin-bottom: 4px;
    background: transparent url('/img/version2/clients/logo-platformance.png') no-repeat;
    background-size: contain;
}

/* FOOTER */
#footer {
    position: relative;
    padding-bottom: 570px;
    background: transparent url('/img/version2/dark-bg.jpg') no-repeat;
}
#footer #footer-text {
    width: 100%;
    height: 260px;
    background: #75217D url('/img/version2/footer-txt.png') no-repeat;
    background-size: contain;
    background-position: 5px;
}
#footer #footer-img {
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 653px;
    height: 712px;
    background: transparent url('/img/version2/footer-img.png') no-repeat;
    background-size: contain;
    z-index: 100;
}
#footer #footer-email {
    position: absolute;
    top: 390px;
    left: 50px;
    width: 372px;
    height: 138px;
    background: transparent url('/img/version2/footer-email.png') no-repeat;
    background-size: contain;
    z-index: 100;
}
#footer #footer-copy {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 30px;
    color: #fff;
    text-align: center;
}
#footer #footer-links {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 30px;
    color: #fff;
    text-align: center;
}
#footer #footer-links a {
    margin: 0 10px;
    color: #fff;
}

/* INNER PAGE */
#content.inner-page {
    box-shadow: 20px 0px 20px #000000;
}
#content.inner-page #header {
    height: 150px;
    box-shadow: none;
}
#content.inner-page #inner-page-content {
    padding: 0 50px 30px;
    background-color: #fff;
}
#content.inner-page #inner-page-content h2 {
    margin-top: 20px;
}
#content.inner-page #inner-page-content ul {
    margin-bottom: 0px;
}
#content.inner-page #inner-page-content ul li {
    margin-left: 30px;
}
#content.inner-page #footer {
    box-shadow: none;
}

/* MOBILE */
@media only screen and (max-width: 999px) {
    
    body {
        font-size: 18px;
    }
    
    #content {
        width: 100%;
        padding: 0;
    }
    
    #header .header-col {
        width: 50%;
    }
    #header .header-col-center {
        display: none;
    }
    
    #intro {
        height: auto;
    }
    #intro #intro-text {
        width: 70%;
        margin-top: 350px;
        padding-top: 0px;
        padding-bottom: 300px;
    }
    
    #services {
        padding-bottom: 0px;
    }
    #services #services-right .service-item {
        width: 100%;
        height: 300px;
        margin: 0 auto 40px;
        padding: 40px;
        background: transparent url('/img/version2/services-item-bg-long.jpg') no-repeat;
        background-size: auto;
        border-radius: 10px;
    }
    #services #services-right .service-item .service-item-header {
        padding-bottom: 36px;
    }
    #services #services-right .service-item .service-item-list {
        font-size: 18px;
    }
    #services #services-img-2 {
        position: relative;
        margin: 0 auto -50px;
        right: auto;
        bottom: auto;
    }
    
    #cert {
        height: auto;
        padding-bottom: 100px;
    }
    #cert #cert-logos {
        margin-top: 30px;
    }
    #cert #cert-logos img {
        margin: 0 80px 40px;
    }
    #cert #cert-text {
        width: 60%;
        margin-top: 0;
    }

    #clients #clients-img {
        width: 40%;
        left: 7px;
    }
    #clients #clients-list {
        margin-top: 80px;
    }
    #clients #clients-list .clients-list-item {
        display: block;
        margin: 30px auto;
    }
    
    #footer {
        padding-bottom: 0;
    }
    #footer #footer-img {
        position: relative;
        margin: 0 auto;
        right: auto;
    }
    #footer #footer-email {
        display: none;
    }
    
}
@media only screen and (max-width: 900px) {

    #intro #intro-header {
        display: none;
    }
    #intro #intro-img {
        position: relative;
        margin: 0 auto;
        right: auto;
    }
    #intro #intro-text {
        width: 100%;
        padding-top: 0px;
        margin-top: -300px;
        padding-bottom: 300px;
    }
    
    #cert #cert-logos img {
        margin: 0 50px 30px;
    }
    
    #clients #clients-list {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    
}
@media only screen and (max-width: 700px) {

    #header {
        height: 330px;
    }
    #header .header-col {
        width: 100%;
    }
    #header #header-logo {
        width: 100%;
    }
    #header .header-col-right {
        margin-top: -70px;
    }
    #header #header-email {
        width: 60%;
    }
    
    #intro #intro-img {
        margin-top: 150px;
    }
    #intro #intro-text {
        margin-top: -580px;
    }
    #intro #intro-text span {
        font-size: 26px;
    }
    #intro #intro-img-2 {
        width: 50%;
    }
    #intro #intro-img-3 {
        width: 20%;
        left: 50px;
        right: auto;
        bottom: 0;
    }
    
    #services {
        margin-top: -130px;
    }
    #services #services-header {
        padding-top: 100px;
        padding-bottom: 50px;
        font-size: 50px;
    }
    #services #services-right {
        padding: 0px;
    }
    #services #services-right .service-item {
        height: auto;
        margin-bottom: 20px;
        padding: 0px;
        background: none;
    }
    #services #services-right .service-item .service-item-header {
        padding-left: 0;
        padding-bottom: 20px;
    }
    #services #services-right .service-item .service-item-list {
        padding-left: 1em;
    }
    #services #services-right .service-item .service-item-list li {
        padding-bottom: 10px;
        color: #212529;
    }
    
    #cert {
        margin-top: -90px;
    }
    #cert #cert-header {
        margin-top: 120px;
        padding-left: 0;
        padding-bottom: 20px;
        font-size: 50px;
    }
    #cert #cert-logos {
        padding: 0;
    }
    #cert #cert-logos img {
        width: 100px;
        height: 100px;
        margin: 0 20px 50px;
    }
    #cert #cert-text {
        width: 100%;
        padding: 0;
    }
    #cert #cert-img-2 {
        width: 50%;
        bottom: -300px;
    }
    
    #clients {
        padding-top: 120px;
        padding-bottom: 50px;
    }
    #clients #clients-right {
        width: 100%;
        margin-left: 0;
    }
    #clients #clients-right #clients-header {
        /*margin-top: 100px;*/
        margin-left: 45%;
        font-size: 50px;
    }
    #clients #clients-img {
        top: 70px;
    }
    
    #footer #footer-text {
        height: 100px;
    }
    #footer #footer-img {
        width: 350px;
        height: 400px;
        left: 0;
        right: auto;
    }
    #footer #footer-copy {
        font-size: 14px;
    }
}
