﻿body {
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.42857143;
    background-color: #fff;
    color: #878787;
    margin: 72px 0 0 0;
}

img {
    padding: 0;
    margin: 0;
}

h1 {
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0;
    text-transform: uppercase;
}

.avocado {
    font-family: 'Avocado-Regular', 'Times New Roman', Times, serif;
    font-size: 6.5em;
    color: #19506e;
    line-height: .8em;
}

.avocado.small {
    font-family: 'Avocado-Regular', 'Times New Roman', Times, serif;
    font-size: 2.8em;
    line-height: .8em;
}

.bungee-shade {
    font-family: 'Bungee Shade', cursive;
    color: #19506e;
    font-size: 8em;
    line-height: 0.75em;
}

.bungee {
    font-family: 'Bungee', cursive;
    color: #19506e;
    font-size: 0.6em;
}

.morl-regular {
    font-family: 'Morl-Regular', sans-serif;
    color: #19506e;
    font-size: 5.5em;
    font-weight: 100;
    line-height: 0.75em;
}

.morl-black {
    font-family: 'Morl-Black', sans-serif;
    color: #19506e;
    font-size: 1.35em;
    line-height: 0.7em;
}

.maryleen {
    font-family: 'MaryleenFY-Regular', cursive;
    color: #de5f58;
    font-size: 7em;
    line-height: .75em;
}

h2 {
    font-family: 'Kapra-Regular', sans-serif;
    font-weight: 300;
    font-size: 40px;
    line-height: 1em;
    color: #59666a;
}

h2.small {
    font-size: 18px;
}

h3 {
    font-family: 'Kapra-Regular', sans-serif;
    font-weight: 300;
    font-size: 50px;
    line-height: 1em;
    color: #125067;
}

h4 {
    font-family: 'Kapra-Regular', sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 2.5em;
    color: #9864ac;
    display: inline-block;
}


/* ------- Navigation ------- */

.navbar .navbar-header .navbar-brand img {
    max-height: 43px;
    margin-top: -14px;
    display: inline;
}

.navbar {
    width: 100%;
    padding: 12px 0;
    background-color: #fff;
    border: none !important;
    text-align: center;
    box-shadow: 0 0 3px #aaaaaa;
    -moz-box-shadow: 0 0 3px #aaaaaa;
    -webkit-box-shadow: 0 0 3px #aaaaaa;
}

.navbar-toggle {
    margin-top:16px;
    padding: 0;
}

.header-logo {
    margin-left: 3vw;
    height: 50px;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: none;
    box-shadow: none !important;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'Kapra-Regular', sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 1em;
    color: #fff;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #777;
        background-color: transparent;
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #ccc;
}

.navbar-toggle:hover, navbar-toggle:visited {
    background: none !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #9f9f9f;
}

/*  hamburger nav animation  */
.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
}



.pad-top-20 {
    margin-top: 20px;
}

.pad-top-40 {
    margin-top: 40px;
}

.pad-top-60 {
    margin-top: 60px;
}

.pad-top-80 {
    margin-top: 80px;
}

.pad-top-100 {
    margin-top: 100px;
}

.pad-top-200 {
    margin-top: 200px;
}

.border-r {
    border-right: 1px solid #ccc;
}

.collaborate {
    /*border-top: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    height: auto;
    padding: 20px 0;
    display: block;
    margin: 60px 10px 0 10px;
}

h4 a {
    color: #9864ac;
    text-decoration: none;
}

h4 a:hover {
    text-decoration: none;
    color: #18506b;
}

.contact {
    /*margin-top: -40px;*/
    background-image: url(../images/footer-pattern.jpg);
    background-color: #18506b;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact h3 {
    color: #fff;
}

.icons {
    margin-top: 20px;
}

.icons a {
    color: #9864ac;
    font-size: 2em;
    margin-right: 15px;
    text-decoration: none;
}

.icons a:hover {
    color: #18506b;
    text-decoration: none;
}

.icon.icon-phone, .icon.icon-mail, .icon.icon-location {
    display: inline-block;
    color: #9864ac;
    margin-right: 10px;
    font-size: 1.5em;
}

.footer2 {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #333;
    font-family: 'Kapra-Regular', sans-serif;
}
.footer-phone {
    display: inline-block;
    padding-right: 40px;
}
.footer-social {
    display: inline-block;
    font-size: 1.25em;
}
.footer-social-icon {
    padding: 0 8px;
}
.footer-address {
    display: inline-block;
    padding-left: 40px;
}
.footer-link {
    color: #878787;
}
.footer-link:hover {
    color: #878787;
    text-decoration: none;
}

.fnav1 {
    background-image: url(../images/prefooter-brand-is-a-living.jpg);
    background-position: center center;
}

.fnav2 {
    background-image: url(../images/prefooter-design-experiences.jpg);
    background-position: center center;
}

.fnav3 {
    background-image: url(../images/prefooter-your-customer-is-a-medium.jpg);
    background-position: center center;
}

.fnav4 {
    background-image: url(../images/prefooter-act-measure-optimize.jpg);
    background-position: center center;
}

.article-nav {
    margin-bottom: 90px;
}

.footer-nav {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
}

.footer-nav-text {
    display: inline-block;
    text-align: center;
    font-family: 'Kapra-Regular', sans-serif;
    font-weight: 300;
    font-size: 3em;
    line-height: 1em;
    color: #fff;
}

.footer-nav-text:hover {
    text-decoration: none;
    color: #fff;
}

.btn-details {
    background-color: #9864ac;
    border-radius: 35px;
    border: none;
    font-family: 'Kapra-Regular', sans-serif;
    font-weight: 300;
    font-size: 32px;
    color: #fff;
    padding: 10px 30px;
    margin: 40px 0 40px 0;
    display: inline-block;
    text-decoration: none;
}

.btn-details:hover {
    background-color: #875799;
    text-decoration: none;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.article-cover {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35vw;
}

.article-cover-2 {
    background-attachment: fixed;
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35vw;
}

/* customer medium */

.line-purple-top {
    border-top: 1px solid #464784;
}

.line-purple-left {
    border-left: 1px solid #464784;
}


/* FORM CONTROL */
.button {
    padding: 20px;
    margin-top: 30px !important;
    background-color: #59666a;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 0px;
}

    .button:hover {
        background-color: #808080;
        color: #fff;
        text-decoration: none;
    }

.form-control {
    padding: 30px;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    font-size: 18px;
}

.form-group {
    margin-top: 30px !important;
}




.title-block {
    padding: 50px 100px;
    background-color: #fff;
    margin-top: -70px;
}

p.intro {
    font-size: 1.3em;
    margin-top: 30px;
}

p.img-caption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1em;
    color: #999;
    margin-top: 10px;
}

.content {
    padding: 60px 0 0 0;
}

.work-panel {
    padding: 75px 0;
    background-color: #fff;
}

.work-panel h2 {
    text-transform: uppercase;
    font-size: 1.750em;
    letter-spacing: 0.075em;
}

/* -- Allows collumns of different heights to align horizontally at larger screen size without using flexbox -- */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@media (max-width: 992px) {
    .vcenter {
        display: block;
    }
}

@media (min-width: 992px) {

    .card.add-animation,
    .list-logos .logo.add-animation,
    .project.add-animation,
    .projects .info.add-animation,
    .tab-content.add-animation,
    .nav.add-animation,
    .team .member.add-animation,
    .address.add-animation,
    .address-container.add-animation,
    .form-group.add-animation,
    .footer .info.add-animation,
    .description.add-animation,
    .carousel.add-animation,
    .static-image.add-animation,
    p.add-animation {
        transform: translate3D(0px, 100px, 0px);
        -webkit-transform: translate3D(0px, 100px, 0px);
        opacity: 0;
        -webkit-transition: all 0.6s ease-out 0.4s;
        -moz-transition: all 0.6s ease-out 0.4s;
        -o-transition: all 0.6s ease-out 0.4s;
        -ms-transition: all 0.6s ease-out 0.4s;
        transition: all 0.6s ease-out 0.4s;
    }

    .card.add-animation.animation-1,
    .list-logos .logo.add-animation.animation-1,
    .project.add-animation.animation-1,
    .projects .info.add-animation.animation-1,
    .tab-content.add-animation.animation-1,
    .nav.add-animation.animation-1,
    .team .member.add-animation.animation-1,
    .address.add-animation.animation-1,
    .address-container.add-animation.animation-1,
    .form-group.add-animation.animation-1,
    .footer .info.add-animation.animation-1,
    .description.add-animation.animation-1,
    .carousel.add-animation.animation-1,
    .static-image.add-animation.animation-1,
    p.add-animation.animation-1 {
        -webkit-transition: all 0.6s ease-out 0s;
        -moz-transition: all 0.6s ease-out 0s;
        -o-transition: all 0.6s ease-out 0s;
        -ms-transition: all 0.6s ease-out 0s;
        transition: all 0.6s ease-out 0s;
    }

    .card.add-animation.animation-2,
    .list-logos .logo.add-animation.animation-2,
    .project.add-animation.animation-2,
    .projects .info.add-animation.animation-2,
    .tab-content.add-animation.animation-2,
    .nav.add-animation.animation-2,
    .team .member.add-animation.animation-2,
    .address.add-animation.animation-2,
    .address-container.add-animation.animation-2,
    .form-group.add-animation.animation-2,
    .footer .info.add-animation.animation-2,
    .description.add-animation.animation-2,
    .carousel.add-animation.animation-2,
    .static-image.add-animation.animation-2,
    p.add-animation.animation-2 {
        -webkit-transition: all 0.6s ease-out 0.15s;
        -moz-transition: all 0.6s ease-out 0.15s;
        -o-transition: all 0.6s ease-out 0.15s;
        -ms-transition: all 0.6s ease-out 0.15s;
        transition: all 0.6s ease-out 0.15s;
    }

    .card.add-animation.animation-3,
    .list-logos .logo.add-animation.animation-3,
    .project.add-animation.animation-3,
    .projects .info.add-animation.animation-3,
    .tab-content.add-animation.animation-3,
    .nav.add-animation.animation-3,
    .team .member.add-animation.animation-3,
    .address.add-animation.animation-3,
    .address-container.add-animation.animation-3,
    .form-group.add-animation.animation-3,
    .footer .info.add-animation.animation-3,
    .description.add-animation.animation-3,
    .carousel.add-animation.animation-3,
    .static-image.add-animation.animation-3,
    p.add-animation.animation-3 {
        -webkit-transition: all 0.8s ease-out 0.3s;
        -moz-transition: all 0.8s ease-out 0.3s;
        -o-transition: all 0.8s ease-out 0.3s;
        -ms-transition: all 0.8s ease-out 0.3s;
        transition: all 0.8s ease-out 0.3s;
    }

    .card.add-animation.animation-4,
    .list-logos .logo.add-animation.animation-4,
    .project.add-animation.animation-4,
    .projects .info.add-animation.animation-4,
    .tab-content.add-animation.animation-4,
    .nav.add-animation.animation-4,
    .team .member.add-animation.animation-4,
    .address.add-animation.animation-4,
    .address-container.add-animation.animation-4,
    .form-group.add-animation.animation-4,
    .footer .info.add-animation.animation-4,
    .description.add-animation.animation-4,
    .carousel.add-animation.animation-4,
    .static-image.add-animation.animation-4,
    p.add-animation.animation-4 {
        -webkit-transition: all 0.8s ease-out 0.45s;
        -moz-transition: all 0.8s ease-out 0.45s;
        -o-transition: all 0.8s ease-out 0.45s;
        -ms-transition: all 0.8s ease-out 0.45s;
        transition: all 0.8s ease-out 0.45s;
    }

    .card.add-animation.animation-5,
    .list-logos .logo.add-animation.animation-5,
    .project.add-animation.animation-5,
    .projects .info.add-animation.animation-5,
    .tab-content.add-animation.animation-5,
    .nav.add-animation.animation-5,
    .team .member.add-animation.animation-5,
    .address.add-animation.animation-5,
    .address-container.add-animation.animation-5,
    .form-group.add-animation.animation-5,
    .footer .info.add-animation.animation-5,
    .description.add-animation.animation-5,
    .carousel.add-animation.animation-5,
    .static-image.add-animation.animation-5,
    p.add-animation.animation-5 {
        -webkit-transition: all 0.8s ease-out 0.6s;
        -moz-transition: all 0.8s ease-out 0.6s;
        -o-transition: all 0.8s ease-out 0.6s;
        -ms-transition: all 0.8s ease-out 0.6s;
        transition: all 0.8s ease-out 0.6s;
    }

    .card.add-animation.animation-6,
    .list-logos .logo.add-animation.animation-6,
    .project.add-animation.animation-6,
    .projects .info.add-animation.animation-6,
    .tab-content.add-animation.animation-6,
    .nav.add-animation.animation-6,
    .team .member.add-animation.animation-6,
    .address.add-animation.animation-6,
    .address-container.add-animation.animation-6,
    .form-group.add-animation.animation-6,
    .footer .info.add-animation.animation-6,
    .description.add-animation.animation-6,
    .carousel.add-animation.animation-6,
    .static-image.add-animation.animation-6,
    p.add-animation.animation-6 {
        -webkit-transition: all 0.8s ease-out 0.75s;
        -moz-transition: all 0.8s ease-out 0.75s;
        -o-transition: all 0.8s ease-out 0.75s;
        -ms-transition: all 0.8s ease-out 0.75s;
        transition: all 0.8s ease-out 0.75s;
    }

    .card.add-animation.animate,
    .list-logos .logo.add-animation.animate,
    .project.add-animation.animate,
    .projects .info.add-animation.animate,
    .tab-content.add-animation.animate,
    .nav.add-animation.animate,
    .team .member.add-animation.animate,
    .address.add-animation.animate,
    .address-container.add-animation.animate,
    .form-group.add-animation.animate,
    .footer .info.add-animation.animate,
    .description.add-animation.animate,
    .carousel.add-animation.animate,
    .static-image.add-animation.animate,
    p.add-animation.animate {
        transform: translate3D(0px, 0px, 0px);
        -webkit-transform: translate3D(0px, 0px, 0px);
        opacity: 1;
    }

    .card.add-animation.animate.open,
    .list-logos .logo.add-animation.animate.open,
    .project.add-animation.animate.open,
    .projects .info.add-animation.animate.open,
    .tab-content.add-animation.animate.open,
    .nav.add-animation.animate.open,
    .team .member.add-animation.animate.open,
    .address.add-animation.animate.open,
    .address-container.add-animation.animate.open,
    .form-group.add-animation.animate.open,
    .footer .info.add-animation.animate.open,
    .description.add-animation.animate.open,
    .carousel.add-animation.animate.open,
    .static-image.add-animation.animate.open,
    p.add-animation.animate.open {
        transform: none;
        transition: none;
    }
}

.text-area {
    padding: 4.375em 0;
    position: relative;
    z-index: 3;
    display: block;
    background-color: #FFFFFF;
}

.parallax, .full-image {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: block;
    position: relative;
}

.parallax > img,
.parallax .filter > img, .full-image > img,
.full-image .filter > img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: relative;
    z-index: 1;
}

.responsive-background {
    position: relative;
    background-color: #c5a47e;
    padding: 0;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 80vh;
}

.section-move-1 .parallax,
.section-move-1 .full-image,
.section-move-2 .parallax,
.section-move-2 .full-image {
    height: auto;
    padding-top: 80px;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.section-header {
    padding: 0;
}

.section-header .container {
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
}

.section-header .content {
    position: relative;
    color: white;
    text-align: center;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    line-height: 1.7;
    position: relative;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* ----------------------------- HOME PAGE STYLES ----------------------------- */

.lead-in {
    background-image: url(../images/footer-pattern.jpg);
    background-color: #18506b;
    padding-top: 50px;
    padding-bottom: 80px;
}

.lead-in p {
    color: #fff;
    font-size: 36px;
    font-family: 'Playfair Display', serif;
    padding-top: 20px;
    margin-bottom: 20px;
}

.lead-in p.how {
    font-size: 30px;
    padding-top: 30px;
}

.content-container {
    margin-bottom: 160px;
}

.article-block {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    align-items: center;
}

.article-block.one {
    margin-top: 50px;
}

.article-block.two, .article-block.three, .article-block.four {
    margin-top: 140px;
}

.article-block.two, .article-block.four {
    padding-left: 40px;
}

.background-block-left {
    position: absolute;
    left: 0;
    top: 120px;
    width: 75%;
    height: 35vw;
    background-color: #efeeee;
}

.background-block-right {
    position: absolute;
    right: 0;
    top: 60px;
    width: 75%;
    height: 35vw;
    background-color: #efeeee;
}

.illustration-block {
    padding-left: 0;
    padding-right: 0;
}

.illustration-block.three, .illustration-block.two {
    padding-top: 40px;
}

.illustration-block.three {
    padding-right: 10px;
}

.bracket-top {
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 5vw;
    margin-top: 15px;
    background-size: 25%;
}

.bracket-top.one {
    background-image: url(../images/home/bg-1.png);
}
.bracket-top.two {
    background-image: url(../images/home/bg-2.png);
}
.bracket-top.three {
    background-image: url(../images/home/bg-3.png);
}
.bracket-top.four {
    background-image: url(../images/home/bg-4.png);
}

.bracket-bottom {
    background-image: url(../images/home/bracket-bottom.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 10px;
    background-size: 25%;
}

.headline-right {
    padding: 60px 40px 60px 50px;
}

.headline-left {
    padding: 60px 50px 60px 0;
}

.four > .headline-left {
    padding-right: 125px;
}

.headline-block {
    /*padding: 75px 60px 0 50px;*/
    padding: 0;
    margin-top: 150px;
}

.headline-block.one, .headline-block.three {
    text-align: left;
}

.headline-block.two, .headline-block.four {
    text-align: right;
}

.headline-block.two {
    /*background-image: url(../images/home/bg-2.png);
    background-repeat: no-repeat;
    background-position: 15px 0;
    height: auto;*/
    margin-top: 100px;
}

.headline-block.four {
    /*background-image: url(../images/home/bg-4.png);
    background-repeat: no-repeat;
    background-position: 15px 0;
    height: auto;
    padding-top: 45px !important;*/
    margin-top: 90px;
}


.headline-block h1.avocado {
    font-size: 5.5em;
    line-height: .8em;
    color: #676767;
}

.headline-block h1.avocado.small {
    font-size: 2.8em;
    line-height: .8em;
    color: #676767;
}

.headline-block h1.bungee-shade {
    font-size: 5.5em;
    line-height: 0.75em;
    color: #676767;
}

.headline-block h1.bungee {
    font-size: 3.4em;
    line-height: .8em;
    color: #676767;
}

.headline-block h1.morl-regular {
    font-size: 3em;
    font-weight: 100;
    line-height: 0.75em;
    color: #676767;
}

.headline-block h1.morl-black {
    font-size: 4.25em;
    line-height: 0.7em;
    color: #676767;
}

.headline-block h1.maryleen {
    font-size: 4em;
    line-height: .75em;
    color: #676767;
}



/*.avocado {
    font-family: 'Avocado-Regular', 'Times New Roman', Times, serif;
    font-size: 5.5em;
    color: #19506e;
    color: #676767;
    line-height: .8em;
}

    .avocado.small {
        font-family: 'Avocado-Regular', 'Times New Roman', Times, serif;
        font-size: 2.8em;
        line-height: .8em;
    }

.bungee-shade {
    font-family: 'Bungee Shade', cursive;
    color: #676767;
    font-size: 5.5em;
    line-height: 0.75em;
}

.bungee {
    font-family: 'Bungee', cursive;
    color: #676767;
    font-size: 3.4em;
}

.morl-regular {
    font-family: 'Morl-Regular', sans-serif;
    color: #676767;
    font-size: 3em;
    font-weight: 100;
    line-height: 0.75em;
}

.morl-black {
    font-family: 'Morl-Black', sans-serif;
    color: #676767;
    font-size: 4.25em;
    line-height: 0.7em;
}

.maryleen {
    font-family: 'MaryleenFY-Regular', cursive;
    color: #676767;
    font-size: 4em;
    line-height: .75em;
}*/





.btn-article {
    border-radius: 35px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 17px;
    color: #fff;
    padding: 15px 75px 15px 30px;
    margin: 60px 0 20px 0;
    display: inline-block;
    text-decoration: none;
    background: url(../images/home/button-arrows.png) no-repeat 87% center;
}

p.home-btn {
    margin-right: 60px;
}

p.home-btn.right {
    text-align: right;
}

p.home-btn.left {
    text-align: left;
}

.btn-article:hover {
   color: #fff;
    text-decoration: none;
}


.btn-article.one {
    background-color: #937fb4;
}

.btn-article.one:hover {
    background-color: #7b679d;
}

.btn-article.two {
    background-color: #f47e57;
    padding-right: 85px !important;
}

.btn-article.two:hover {
    background-color: #d6633c;
}

.btn-article.three {
    background-color: #24ac97;
}

.btn-article.three:hover {
    background-color: #188977;
}

.btn-article.four {
    background-color: #df5c58;
}

.btn-article.four:hover {
    background-color: #b04440;
}


img.mobile {
    display: none;
}




/* media-queries */

@media (max-width: 1400px) {
    .headline-block h1.avocado {
        font-size: 7vw;
        line-height: .7em;
    }

    .headline-block h1.avocado.small {
        font-size: 3.5vw;
        line-height: .7em;
    }

    .article-block.two, .article-block.three, .article-block.four {
        margin-top: 80px;
    }

    .btn-article {
        margin: 30px 0 20px 0;
    }
}

@media (max-width: 1360px) {
    .article-cover {
        height: 35vw;
        /*background-position: 50% 13%;*/
    }

    .footer-nav-text {
        display: inline-block;
        text-align: center;
        font-family: 'Kapra-Regular', sans-serif;
        font-weight: 300;
        font-size: 3em;
        line-height: 1em;
        color: #fff;
    }
}

@media (max-width: 1330px) {
    .border-r {
        border-right: none !important;
    }

    .headline-right {
        padding: 10px 40px 40px 50px;
    }

    .headline-left {
        padding: 10px 50px 40px 0;
    }

    .illustration-block.three {
        padding-top: 0px;
    }

    .headline-block h1.bungee-shade {
        font-size: 7vw;
        line-height: .8em;
    }

    .headline-block h1.bungee {
        font-size: 4.3vw;
        line-height: .8em;
    }

    .headline-block h1.morl-regular {
        font-size: 4vw;
        line-height: .8em;
    }

    .headline-block h1.morl-black {
        font-size: 6vw;
        line-height: .8em;
    }

    .headline-block h1.maryleen {
        font-size: 6vw;
        line-height: .75em;
    }

}

@media (max-width: 1200px) {
    .bungee-shade {
        font-size: 5.75em;
    }

    .bungee {
        font-size: 0.64em;
    }

    .maryleen {
        font-size: 5em;
    }

    .morl-regular {
        font-size: 3.50em;
    }

    .morl-black {
        font-size: 1.35em;
    }
}

@media (max-width: 1025px){
    .article-block.two, .article-block.three, .article-block.four {
        margin-top: 120px;
    }
}

@media (max-width: 992px) {
    .article-block {
        position: relative;
        display: block;
    }

    .article-block.two, .article-block.three, .article-block.four {
        margin-top: 120px;
    }

    .article-block.one > .illustration-block, .article-block.three > .illustration-block {
        padding-right: 20px;
    }

    .article-block.two, .article-block.four {
        padding-left: 20px;
    }
    
    .article-cover {
        height: 45vw;
        /*background-position: 50% 13%;
        background-size: contain;*/
    }

    .move-up {
        top: -350px;
    }

    .move-down {
        top: 600px;
        margin-bottom: 50px;
    }

    .line-purple-left {
        border: none;
    }

    .mb-space {
        padding-bottom: 60px;
    }

    .lead-in {
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .headline-block {
        margin-top: 0 !important;
    }

    .headline-block.one, .headline-block.three {
        padding: 0 15px;
    }

    .headline-block.two, .headline-block.four {
        padding: 0 15px 0 0;
        text-align: left;
    }

    .headline-right {
        padding: 30px 0 40px 0px;
        text-align: center;
    }

    .headline-left {
        padding: 30px 0 40px 0;
        text-align: center;
    }

    .headline-block h1.avocado {
        font-size: 15vw;
        line-height: .7em;
    }

    .headline-block h1.avocado.small {
        font-size: 7.5vw;
        line-height: .7em;
    }

    .headline-block h1.bungee-shade {
        font-size: 15vw;
        line-height: .8em;
    }

    .headline-block h1.bungee {
        font-size: 9.2vw;
        line-height: .8em;
    }

    .headline-block h1.morl-regular {
        font-size: 7.3vw;
        line-height: .8em;
    }

    .headline-block h1.morl-black {
        font-size: 13vw;
        line-height: .8em;
    }

    .headline-block h1.maryleen {
        font-size: 12vw;
        line-height: .75em;
    }

    .four > .headline-left {
        padding-right: 0;
    }

    p.home-btn.right, p.home-btn.left {
        text-align: center;
    }

    p.home-btn {
        margin-right: 0;
    }

    .background-block-left {
        left: 0;
        top: 85px;
        width: 92%;
        height: 60vw;
    }

    .three .background-block-left {
        left: 0;
        top: 30px;
        width: 92%;
        height: 60vw;
    }

    .background-block-right {
        right: 0;
        top: 10px;
        width: 90%;
        height: 62vw;
    }

    .four .background-block-right {
        right: 0;
        top: 35px;
        width: 90%;
        height: 60vw;
    }
}

@media (max-width: 768px) {
    .article-cover {
        height: 90vw;
        background-attachment: scroll;
        /*background-position: 50% 13%;*/
        background-size: 200%;
    }

    .row-space {
        margin-top: 50px;
    }

    .parallax .img-responsive {
        display: none !important;
        max-width: 100%;
        height: 300px;
    }

    img.anigif {
        display: none !important;
    }

    img.mobile {
        display: block;
    }

    .article-cover.living-thing {
        background-image: url(../images/brand-is-a-living-thing/header-brand-is-a-living-thing.jpg) !important;
    }

    .article-cover.act-measure {
        background-image: url(../images/act-measure-optimize-repeat/header-act-measure-optimize.jpg) !important;
    }

    .article-cover.experiences {
        background-image: url(../images/design-experiences/header-design-experiences.jpg) !important;
    }

    .article-cover.customer {
        background-image: url(../images/your-customer-is-your-medium/header-customer-is-a-medium.jpg) !important;
    }

    .section-move-1.living-thing {
        background-image: url(../images/brand-is-a-living-thing/p3-environmental-catastrophe.jpg);
        background-attachment: scroll;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 150%;
        height: 50vh !important;
        padding-top: 0 !important;
    }

    .section-move-1.customer {
        background-image: url(../images/your-customer-is-your-medium/p6-city.jpg);
        background-attachment: scroll;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 150%;
        height: 50vh !important;
        padding-top: 0 !important;
    }

    .section-move-2.living-thing {
        background-image: url(../images/brand-is-a-living-thing/p5-your-dna.jpg);
        background-attachment: scroll;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 150%;
        height: 50vh !important;
        padding-top: 0 !important;
    }

    /*.section-move-3 .parallax {
        background-image: url(../images/your-customer-is-your-medium/p6-city.jpg);
        background-attachment: scroll;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 150%;
        height: 50vh !important;
        padding-top: 0 !important;
    }*/

    /*h1.maryleen {
        font-size: 15vw;
    }*/

    .avocado {
        font-size: 15vw;
    }
    
    .bungee-shade {
        font-size: 15vw;
    }

    .bungee {
        font-size: 9.2vw;
    }

    .maryleen {
        font-size: 15vw;
    }

    .morl-regular {
        font-size: 10vw;
        line-height: .9em;
    }

    .morl-black {
        font-size: 14vw;
        line-height: .9em;
    }
}

@media (max-width: 671px) {
    .footer-phone {
        padding-right: 0;
    }

    .footer-social, .footer-phone, .footer-address {
        display: block;
        margin-bottom: 10px;
    }

    .footer-address {
        padding-left: 0;
    }
}

@media (max-width: 552px) {

    /*h1.avocado {
        font-size: 4.5em;
        line-height: .9em;
    }

    h1.bungee-shade {
        font-size: 5em;
    }*/

    /*h1.maryleen {
        font-size: 5em;
    }*/

    .title-block {
        padding: 40px 15px !important;
        background-color: #fff;
        margin-top: -70px;
    }

    p.intro {
        font-size: 1em !important;
        margin-top: 30px;
    }

    .contact h4 {
        font-size: 23px !important;
    }

    h4 {
        line-height: 1em !important;
    }

    .content {
        text-align: center !important;
    }

    .collaborate {
        padding: 20px 0 60px 0;
    }

    /*.navbar {
        height: 70px;
    }*/

    .header-logo {
        height: 50px;
    }

    .move-up {
        top: -550px;
    }

    .move-down {
        top: 350px;
        margin-bottom: 50px;
    }
}

@media (max-width: 420px) {

    /*h1.bungee-shade {
        font-size: 4em;
    }*/

    .lead-in p {
        font-size: 28px;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .lead-in p.how {
        font-size: 28px;
        padding-top: 30px;
    }

    .content-container {
        margin-bottom: 80px;
    }

    .article-block.two, .article-block.three, .article-block.four {
        margin-top: 80px;
    }

    .headline-right {
        padding: 10px 0 15px 0px;
        text-align: center;
    }

    .headline-left {
        padding: 10px 0 15px 0;
        text-align: center;
    }

    .headline-block h1.avocado {
        font-size: 18vw;
        line-height: .7em;
    }

    .headline-block h1.avocado.small {
        font-size: 9vw;
        line-height: .7em;
    }

    .headline-block h1.bungee-shade {
        font-size: 18vw;
        line-height: .8em;
    }

    .headline-block h1.bungee {
        font-size: 11vw;
        line-height: .8em;
    }

    .headline-block h1.morl-regular {
        font-size: 9.5vw;
        line-height: .8em;
    }

    .headline-block h1.morl-black {
        font-size: 17vw;
        line-height: .8em;
    }

    .headline-block h1.maryleen {
        font-size: 17vw;
        line-height: .75em;
    }

    .background-block-left {
        left: 0;
        top: 50px;
        width: 90%;
        height: 58vw;
    }

    .three .background-block-left {
        left: 0;
        top: 20px;
        width: 90%;
        height: 58vw;
    }

    .background-block-right {
        right: 0;
        top: 10px;
        width: 87%;
        height: 58vw;
    }

    .four .background-block-right {
        right: 0;
        top: 15px;
        width: 85%;
        height: 60vw;
    }

    .section-move-1.living-thing {
        background-image: url(../images/brand-is-a-living-thing/p3-environmental-catastrophe.jpg);
        background-attachment: scroll;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 180%;
        height: 50vh !important;
        padding-top: 0 !important;
    }

    .section-move-1.customer {
        background-image: url(../images/your-customer-is-your-medium/p6-city.jpg);
        background-attachment: scroll;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 180%;
        height: 50vh !important;
        padding-top: 0 !important;
    }

    .section-move-2.living-thing {
        background-image: url(../images/brand-is-a-living-thing/p5-your-dna.jpg);
        background-attachment: scroll;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 180%;
        height: 50vh !important;
        padding-top: 0 !important;
    }

    /*.section-move-3 .parallax {
        background-image: url(../images/your-customer-is-your-medium/p6-city.jpg);
        background-attachment: scroll;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 180%;
        height: 50vh !important;
        padding-top: 0 !important;
    }*/
}

@media (max-width: 385px) {

    /*h1.bungee-shade {
        font-size: 3.5em;
    }*/

    .move-up {
        top: -550px;
    }

    .move-down {
        top: 350px;
        margin-bottom: 50px;
    }

    .lead-in p {
        font-size: 24px;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .lead-in p.how {
        font-size: 24px;
        padding-top: 40px;
    }

    .section-move-1.living-thing {
        background-image: url(../images/brand-is-a-living-thing/p3-environmental-catastrophe.jpg);
        background-attachment: scroll;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 180%;
        height: 30vh !important;
        padding-top: 0 !important;
    }

    .section-move-1.customer {
        background-image: url(../images/your-customer-is-your-medium/p6-city.jpg);
        background-attachment: scroll;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 180%;
        height: 30vh !important;
        padding-top: 0 !important;
    }

    .section-move-2.living-thing {
        background-image: url(../images/brand-is-a-living-thing/p5-your-dna.jpg);
        background-attachment: scroll;
        background-position: 50% 25%;
        background-repeat: no-repeat;
        background-size: 180%;
        height: 30vh !important;
        padding-top: 0 !important;
    }

    /*.section-move-3 .parallax {
        background-image: url(../images/your-customer-is-your-medium/p6-city.jpg);
        background-attachment: scroll;
        background-position: 50% 25%;
        background-repeat: no-repeat;
        background-size: 225%;
        height: 30vh !important;
        padding-top: 0 !important;
    }*/
}

@media (max-width: 360px) {

    /*h1.avocado {
        font-size: 4.5em;
        line-height: .9em;
    }

    h1.bungee-shade {
        font-size: 3em;
    }*/

    .title-block {
        padding: 40px 15px !important;
        background-color: #fff;
        margin-top: -70px;
    }

    .move-up {
        top: -500px;
    }

    .move-down {
        top: 350px;
        margin-bottom: 50px;
    }
}




/*.home-blt {
    background-image: url(../images/brand-is-a-living-thing/header-brand-is-a-living-thing.jpg);
    background-position-x: center;
    background-size: auto 100%;
    height: 800px;
}

.home-blt-title-container {
    background-color: #009490;
    height: 800px;
}

.home-blt-title {
    padding: 0 70px;
    margin-top: 20%;
}

.home-de-title, .home-yciym-title {
    padding: 0 70px;
    margin-top: 15%;
}

.home-blt-title h1 {
    font-size: 6.5vw;
    line-height: .9em;
}

.home-blt-title p {
    color: #fff;
    font-size: 0.925em;
    line-height: 1.750em;
}

.home-blt-title .btn-article {
    background-color: #19506E;
}

.home-blt-title .btn-article:hover {
    background-color: #274057;
}

.home-de {
    background-image: url(../images/design-experiences/header-design-experiences.jpg);
    background-position-x: center;
    background-size: auto 100%;
    height: 800px;
}

.home-de-title-container {
    background-color: #46427d;
    height: 800px;
}

.home-de-title h1 {
    font-size: 6.5vw;
    color: #06075D;
}

.home-de-title span {
    color: #06075D;
}

.home-de-title p{
    color: #fff;
    font-size: 0.925em;
    line-height: 1.750em;
}

.home-de-title .btn-article {
    background-color: #06075D;
}

.home-de-title .btn-article:hover {
    background-color: #040544;
}

.home-act {
    background-image: url(../images/act-measure-optimize-repeat/header-act-measure-optimize.jpg);
    background-position-x: center;
    background-size: auto 100%;
    height: 800px;
}

.home-act-title-container {
    background-color: #af4842;
    height: 800px;
}

.home-act-title {
    padding: 0 70px;
    margin-top: 8%;
}

.home-act-title h1 {
    font-size: 6vw;
    color: #ebea7e;
}

.home-act-title p {
    color: #fff;
    font-size: 0.925em;
    line-height: 1.750em;
}

.home-act-title .btn-article {
    background-color: #ebea7e;
    color: #af4842;
}

.home-act-title .btn-article:hover {
    background-color: #f0efb3;
}


.home-yciym {
    background-image: url(../images/your-customer-is-your-medium/header-customer-is-a-medium.jpg);
    background-position-x: center;
    background-size: auto 100%;
    height: 800px;
}

.home-yciym-title-container {
    background-color: #8fb7c3;
    height: 800px;
}

.home-yciym-title h1 {
    font-size: 5vw;
}

.home-yciym-title p {
    color: #fff;
    font-size: 0.925em;
    line-height: 1.750em;
}

.home-yciym-title .btn-article {
    background-color: #19506e;
}

.home-yciym-title .btn-article:hover {
    background-color: #38617a;
}

.emi-info{
    padding: 70px 0;
}

.emi-info-logo {
    width: 70px;
    padding: 30px 0;
}

.emi-info-content {
    color: #333;
    font-size: 0.925em;
    line-height: 1.750em;
}*/

/*@media (max-width: 1115px) {
    .home-yciym, .home-yciym-title-container {
        height: 900px;
    }
}

@media (max-width: 900px) {
    .home-blt, .home-blt-title-container, .home-de, .home-de-title-container, .home-act, .home-act-title-container {
        height: 900px;
    }
    
    .home-yciym, .home-yciym-title-container {
        height: 1000px;
    }
}

@media (max-width: 800px) {
    .home-blt, .home-blt-title-container, .home-de, .home-de-title-container {
        height: 950px;
    }

    .home-yciym, .home-yciym-title-container {
        height: 1100px;
    }
}

@media (max-width: 768px) {
    .home-blt, .home-de, .home-de-title-container, .home-yciym, .home-act {
        height: 350px;
    }

    .home-blt-title-container, .home-de-title-container, .home-yciym-title-container, .home-act-title-container {
        height: auto;
    }

    .home-blt-title, .home-de-title, .home-yciym-title, .home-act-title {
        padding: 20px 40px;
        margin-top: 0;
    }

    .home-blt-title h1, .home-de-title h1 {
        font-size: 15vw;
    }

    .home-act-title h1 {
        font-size: 12vw;
    }

    .home-yciym-title h1, .home-act-title h1 {
        font-size: 10vw;
    }

    .home-yciym, .home-yciym-title-container {
        height: 1100px;
    }
}

@media (max-width: 768px) {
    .btn-details {
        font-size: 28px;
        padding: 10px 30px;
    }
}

@media (max-width: 375px) {
    .btn-details {
        font-size: 24px;
        padding: 8px 28px;
    }
}*/

/*@media (max-width: 1300px) {
    .border-r {
        border-right: none !important;
    }    
}

@media (max-width: 1200px) {
    .home-blt {
        height: 600px;
    }

    .home-blt-title-container {
        height: 600px;
    }

    .home-blt-title {
        padding: 0 50px;
        margin-top: 10%;
    }

    .home-blt-title h1 {
        font-size: 2.725em;
    }

    .home-blt-title p {
        color: #fff;
        font-size: 0.925em;
        line-height: 1.750em;
    }

    .home-de {
        height: 650px;
    }

    .home-de-title-container {
        height: 650px;
    }

    .home-de-title {
        padding: 0 50px;
        margin-top: 10%;
    }

    .home-de-title h1 {
        font-size: 3.725em;
    }

    .home-de-title p {
        color: #fff;
        font-size: 0.925em;
        line-height: 1.750em;
    }


    .home-yciym {
        height: 700px;
    }

    .home-yciym-title-container {
        height: 700px;
    }

    .home-yciym-title {
        padding: 0 50px;
        margin-top: 10%;
    }

    .home-yciym-title h1 {
        font-size: 2.725em;
    }

    .home-yciym-title p {
        color: #fff;
        font-size: 0.925em;
        line-height: 1.750em;
    }
}

@media (max-width: 992px) {
    .home-blt {
        height: 600px;
    }

    .home-blt-title-container {
        height: 1000px;
    }

    .home-blt-title {
        padding: 0 100px;
        margin-top: 7%;
    }

    .home-blt-title h1 {
        font-size: 4.750em;
    }

    .home-blt-title p {
        color: #fff;
        font-size: 1.525em;
        line-height: 2.000em;
    }

    .desktop-de {
        display: none;
    }
    .mobile-de {
        display: block;
    }

    .home-de-title-container {
        height: 1250px;
    }

    .home-de-title {
        padding: 0 100px;
        margin-top: 7%;
    }

    .home-de-title h1 {
        font-size: 4.725em;
    }

    .home-de-title p {
        color: #fff;
        font-size: 2.000em;
        line-height: 1.750em;
    }

    .home-yciym {
        height: 600px;
    }

    .home-yciym-title-container {
        height: 1350px;
    }

    .home-yciym-title {
        padding: 0 100px;
        margin-top: 7%;
    }

    .home-yciym-title h1 {
        font-size: 3.725em;
    }

    .home-yciym-title p {
        color: #fff;
        font-size: 2.000em;
        line-height: 1.750em;
    }

    .emi-info p {
        font-size: 2.000em;
    }
}*/
