/*==========================================================================
    Reset
  ========================================================================== */

    html, body, div, span, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    small, strong, sub, sup, var,
    b, i,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section, summary,
    time, mark, audio, video {
        margin:0;
        padding:0;
        border:0;
        outline:0;
        font-size:100%;
    }

    article, aside, details, figcaption, figure, footer, 
    header, hgroup, main, menu, nav, section,
    summary {
        display: block;
    }

    audio, canvas, progress, video {
        display: inline-block; /* 1 */
        vertical-align: baseline; /* 2 */
    }

    a {
        background-color: transparent;
    }

    a:active,
    a:hover {
        outline: 0;
        color: var(--blush);
    }

    menu,
    ol,
    ul {
        padding-left: 0;
    }

    html {
        -webkit-text-size-adjust: none; /* for iOS Safari */
        text-size-adjust: none; /* for other mobile browsers */
    }

    * {
        box-sizing: border-box;
    }

    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }


  /*==========================================================================
    Columns
  ========================================================================== */

    section {
        width: 100%;
        overflow: auto; 
        padding: 0 0 5% 0;
    }

    .container {
        width: 90%;
        padding: 80px 20px 0px 20px;
        display: block;
        margin: 0 auto;
        overflow: auto;
    }

    [class*="col-"] {
      float: left;
      padding: 15px;
    }

    .col-5 {width: 20%;}
    .col-4 {width: 25%;}
    .col-3 {width: 33.33%;}
    .col-2 {width: 50%;}
    .col-1 {width: 100%;}


/*==========================================================================
    Global
  ========================================================================== */


    :root {
        --black: #000000;
        --lightblack: #9596a1;
        --white: #ffffff;
        --grey: #ededed;
        --darkgrey: #e8e8e8;
        --aqua: #66c4af;
        --blush: #ea6b92;
        --val: #2c2d44;
    }

    * {
        transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        font-family: "basic-sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        line-height: 1.4;
        color: var(--val);
        background: var(--grey);
    }

    a {
        color: var(--aqua);
    }

    a, a:hover, a:visited {
        text-decoration: none;
    }

    ul {
        list-style: none;
    }

    b {
        font-weight: 700;
    }

    .text-blush {
        color: var(--blush);
    }

    .text-aqua {
        color: var(--aqua);
    }

    .text-white {
        color: var(--white);
    }

    .background-blush {
        background-color: var(--blush);
    }

    .background-teal {
        background-color: var(--teal);
    }

    .background-aqua {
        background-color: var(--aqua);
    }

    .background-val {
        background-color: var(--val);
    }

    .background-white {
        background-color: var(--white);
    }

    .logo {
        background-repeat: no-repeat;
        display: block;
        text-indent: -99999px;
    }

    .btn-main {
        background: var(--val);
        border-radius: 50px;
        color: var(--white);
        padding: 15px 30px;
        display: block;
        width: 210px;
        margin-top: 50px;
    }

    .btn-main img {
        width: 35%;
        float: right;
        position: relative;
        top: -37px;
        right: -28px;
    }

    .btn-main:hover {
        background: var(--blush);
    }

    .btn-main:hover > img {
        animation: rotate-center 0.6s ease-in-out both;
    }

    .center {
        margin: 60px auto;
    }

    #loading {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
        opacity: 0.9;
        background-color: #fff;
        z-index: 999999;
    }

        #loading-image {
        position: absolute;
        top: 0; left: 0; bottom: 0; right: 0;
        margin: auto;
        z-index: 100;
        width: 100px;
    }

    .spacer {
        background: var(--darkgrey);
    }


/*==========================================================================
    Typography
  ========================================================================== */

    h1 {
        font-size: 80px;
        font-family: "basic-sans", sans-serif;
        font-weight: 700;
        font-style: normal;
        line-height: 1;
        padding-bottom: 20px;
    }

    .banner-text {
        font-size: clamp(3rem, 7vw, 8rem);
        margin-bottom: 30px;
        font-family: "basic-sans", sans-serif;
        font-weight: 700;
        font-style: normal;
        display: block;
        width: 68%;
    }

    .banner-text:after{
        content: '';
        color: var(--blush);
        animation: words 10s ease infinite;
        position: absolute;
        margin-left: 25px;
        margin-top: -24px;
        border-bottom: 5px solid var(--blush);
        line-height: 1.1;
    }

    h2 {
        font-size: 40px;
        font-family: "basic-sans", sans-serif;
        font-weight: 700;
        font-style: normal;
        line-height: 1;
        padding-bottom: 20px;
    }

    em {
        font-style: normal;
    }

    h3 {
        font-size: 28px;
        font-family: "basic-sans", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: var(--blush);
        line-height: 1.1;
        text-decoration: underline var(--blush) 3px;
        text-underline-offset: 8px;
        margin-bottom: 35px;
    }

    h4 {
        font-size: 32px;
        display: block;
    }

    h5 {
        font-size: 22px;
        margin-top: -15px;
    }



/*==========================================================================
    Header
  ========================================================================== */

    header {
        width: 100%;
        overflow: hidden;
        position: fixed;
        z-index: 998;
    }

    .menuToggle {
        display: block;
        position: relative;
        top: 35px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

    .menuToggle a {
        text-decoration: none;
        color: var(--white);
        transition: all 0.3s ease;
    }

    .menuToggle a:hover {
        color: var(--blush);
    }   

    .menuToggle input {
        display: block;
        width: 35px;
        height: 32px;
        position: absolute;
        top: -7px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }

    .menuToggle span {
        position: relative;
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        background: #cdcdcd;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
                  background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
                  opacity 0.55s ease;
    }   

    .menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    .menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    .menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: var(--blush);
    }

    .menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    .menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    .menuToggle input:checked ~ .menuItem {
        transform: none;
    }

    .menuItem {
        position: absolute;
        width: 300px;
        height: 110vh;
        padding: 50px;
        padding-top: 125px;
        background: var(--val);
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }

    .menuItem li {
        padding: 10px 0;
        font-size: 22px;
    }

    .menu .menuToggle {
        position: fixed;
        right: -15px;
    }

    .menu .menuToggle input {
        right: 50px;
    }

    .menu .menuToggle span {
        right: 50px;
    }

    .menu .menuItem {
        right: 0;
        margin: -100px 0 0 0;
        transform: translate(100%, 0);
    }

    .menu .menuItem li a:hover {
        padding-left: 5px;
    }
    

    .header-logo {
        background-image: url(../img/logo-val.svg);
        background-size: 125px;
        width: 125px;
        height: 50px;
        margin: 30px 0px 17px 30px;
        opacity: 0.1;
        float: left;
        cursor: pointer;
    }

    .header-logo:hover {
        background-image: url(../img/logo-blush.svg);
        opacity: 1;
    }

    .header-active {
        background-color: var(--grey);
        box-shadow: 1px 10px 35px -19px rgba(0,0,0,0.55);
    }

    .header-active > .header-logo {
        background-image: url(../img/logo-aqua.svg);
        opacity: 1;
        
    }



/*==========================================================================
    Banner
  ========================================================================== */

    #banner {
        position: relative;
        overflow: hidden;
    }

    .banner-logo {
        width: 20%;
        margin-bottom: 15px;
    }

    .banner-icons {
        width: 100%;
        height: 95vh;
        position: relative;
        z-index: -999;
    }

    .float-x {
        width: 100px;
        height: 100px;
        background-image: url(../img/icon-x-white.svg);
        background-repeat: no-repeat;
        position: sticky;
        top: 15%;
        left: 5%;
        z-index: -999;
        animation: rotate-center 2s ease infinite;
    }

    .float-o {
        width: 200px;
        height: 200px;
        background-image: url(../img/icon-circle-aqua.svg);
        background-repeat: no-repeat;
        position: absolute;
        top: 55%;
        left: 40%;
        z-index: -999;
    }

    .float-big-x {
        width: 600px;
        height: 600px;
        background-image: url(../img/icon-x-half.svg);
        background-repeat: no-repeat;
        position: absolute;
        top: 20%;
        right: 0px;
        z-index: -999;
    }


/*==========================================================================
    Cards
  ========================================================================== */

   #work {
        overflow: hidden;
        position: relative;
        padding-top: 120px;
    }

    .card-container {
        display: flex;
        gap: 20px;
        transition: transform 0.1s linear;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        overflow-y: scroll;
        width: 50000px;
    }

    .card-container::-webkit-scrollbar {
        display: none; /* hide scrollbar if needed */
    }

    .card-wrapper {
        flex: 0 0 auto;
        width: 420px;
        text-align: center;
    }

    .card-wrapper:hover {
        transform: scale(97%);
        cursor: grab;
    }

    .card-wrapper:hover .card-info {
        display: block;
    }

    .card-info {
        display: none;
        position: absolute;
        color: var(--white);
        bottom: 0;
        padding: 40px;
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
        width: 100%;
        border-radius: 20px;
        text-align: left;
        user-select: none;
    }

    .card-info p {
        display: inline-block;
        max-width: 350px;
        float: left;
        padding: 20px 20px 0px 20px;
    }

    .card-info img {
        display: inline-block;
        float: left;
        width: 60px;
        height: 60px;
    }

    .card {
      border-radius: 20px;
      height: 525px;
      background-color: #f0f0f0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      background-size: cover;
    }

    .card img {
        width: 100%;
        -webkit-touch-callout: none !important;
        -webkit-user-select: none !important;
        -webkit-user-drag: none !important;
        -khtml-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
    }

    .card-blush {
        background: var(--blush);
    }

    .card-aqua {
        background: var(--aqua);
    }

    .card-aqua span {
        color: var(--val);
    }

    .card-val {
        background: var(--val);
    }

    .card-val span {
        color: var(--aqua);
    }

    .stats {
        padding: 40px;
        user-select: none;
    }

    .stats span {
        color: var(--white);
        font-size: 24px;
    }

    .stats p {
        color: var(--blush);
        font-size: 120px;
        font-weight: 700;
    }

    .stats em {
        color: var(--white);
        font-size: 14px;
        opacity: 0.5;
    }

    video {
        width: 100%;
        height: 100%;
    }




/*==========================================================================
    Services
  ========================================================================== */

  #services {
    background: var(--darkgrey);
  }

  .sub-title {
    font-size: 20px;
    font-variation-settings: "wght" 450;
    display: block;
    margin-bottom: 20px;
  }

  .service {
    text-align: center;
    min-height: 600px;
  }

  .service-wrapper {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
  }

  .service-wrapper img {
    width: 100%;
  }

  .service-copy {
    padding: 40px;
    margin-top: -80px;
    height: 450px;
  }

  .icon {
    width: 100px;
    height: 100px;
    border: 4px solid var(--blush);
    background: var(--white);
    border-radius: 300px;
    margin: 0 auto 20px;
    text-align: center;
    animation: rotate-center 2s ease infinite;
  }

  .icon img {
    width: 75%;
    padding-top: 10px;
  }

  .stats .icon {
    background: var(--val);
    animation: wobble-hor-bottom 2s both infinite;
  }

  .animate-on-scroll {
    opacity: 0;
    transform: translateY(-100px);
    transition: all 0.4s ease-out;
    transition-delay: 0.2s;
  }

  .animate {
    opacity: 1;
    transform: translateY(0px);
  }

  .service:nth-child(2) {
    transition-delay: 0.4s;
  }

  .service:nth-child(3) {
    transition-delay: 0.6s;
  }

  .service:nth-child(4) {
    transition-delay: 0.8s;
  }

  .service span {
    display: block;
    margin-bottom: 26px;
    font-weight: 700;
    font-size: 20px;
  }

  .service p {
    color: var(--lightblack);
  }

  .highlight h5 {
    display: block;
    font-size: 40px;
  }

  .highlight h6 {
    display: block;
    margin: 20px 0;
    font-size: 24px;
    color: var(--aqua);
  }

/*==========================================================================
    Reasons
  ========================================================================== */

  .reason {
    border: 2px solid #e0e0e0;
    border-radius: 20px;
    padding: 20px 40px 40px;
    background: var(--grey);
    height: 210px;
  }

  .reason img {
    width: 60px;
    display: block;
    margin-left: -10px;
  }

  .reason span {
    font-size: 28px;
    font-variation-settings: "wght" 450;
  }


/*==========================================================================
    Links
  ========================================================================== */

  #links {
    background: var(--darkgrey);
    text-align: center;
  }

  .article-links a {
    font-size: 18px;
    font-weight: 700;
    background-color: var(--val);
    padding: 15px 20px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 10px;
  }

  .article-links a:hover {
    background-color: var(--blush);
    color: var(--val);
  }

/*==========================================================================
    Team
  ========================================================================== */

  .profile {
    width: 245px;
    height: 245px;
    display: block;
    border-radius: 200px;
    text-indent: -99999px;
    margin: 0 auto 40px;
  }

  .bee {
    background-image: url(../img/pic-1.png);
    background-size: cover;
  }

  .bee:hover {
    background-image: url(../img/pic-1a.png);
  }

  .woods {
    background-image: url(../img/pic-2.png);
    background-size: cover;
  }

  .woods:hover {
    background-image: url(../img/pic-2a.png);
  }

  .yeoman {
    background-image: url(../img/pic-3.png);
    background-size: cover;
  }

  .yeoman:hover {
    background-image: url(../img/pic-3a.png);
  }

  .spinks {
    background-image: url(../img/pic-4.png);
    background-size: cover;
  }

  .spinks:hover {
    background-image: url(../img/pic-4a.png);
  }

  .team:nth-child(2) {
    transition-delay: 0.4s;
  }

  .team:nth-child(3) {
    transition-delay: 0.6s;
  }

  .team:nth-child(4) {
    transition-delay: 0.8s;
  }

  .team span {
    color: #a3a3a3;
    font-variation-settings: "wght" 200;
  }

  .names {
    text-align: center;
    display: block;
  }


/*==========================================================================
    Projects
  ========================================================================== */

  #project, #article {
    padding: 0px;
  }

  .project-banner {
    width: 100%;
    height: 580px;
    background-size: cover;
    background-position: center;
  }

  .promo {
    padding: 20px;
  }

  .promo img {
    width: 100%;
    border-radius: 10px;
  }

  .promo video {
    overflow: hidden;
    border-radius: 10px;
  }

  .project-quote {
    padding: 0px;
  }

  .project-quote .col-2 {
    padding: 0px;
  }

  .project-headshot {
    text-align: center;
  }

  .project-quote img {
    width: 60%;
    padding: 40px 0 0 0;
    margin-bottom: -6px;
  }

  .project-quote-copy {
    display: table-cell;
    vertical-align: middle;
  }

  .project-intro {
    display: block;
    max-width: 600px;
    margin-top: 20px;
  }


/*==========================================================================
    Case Studies
  ========================================================================== */

  .casestudy {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    width: 90%;
    margin: 0 auto;
    overflow: auto;
    padding: 85px 20px 0px 20px;
    gap: 20px;
  }

  .casestudy-wrapper {
    border-radius: 10px;
    color: inherit;
  }

  .bug {
    width: 50px;
    display: inline;
  }

  .casestudy-wrapper h5 {
    display: inline;
  }

  .casestudy-img {
    height: 20vw;
    border-radius: 10px 10px 0 0;
    background-size: 100%;
    background-position: center;
  }

  .background-argos {
    background-image: url(../img/argos/card-argos.jpg);
  }

  .background-brooks {
    background-image: url(../img/brooks/card-brooks.jpg);
  }

  .background-cfr {
    background-image: url(../img/cfr/card-cfr.jpg);
  }

  .background-cic {
    background-image: url(../img/cic/card-cic.jpg);
  }

  .background-graham {
    background-image: url(../img/graham/card-graham.jpg);
  }

  .background-visit {
    background-image: url(../img/visit/card-visit.png);
  }

  .casestudy-wrapper:hover .casestudy-img {
    background-size: 110%;
  }

  .casestudy-wrapper:hover {
    text-decoration: none;
  }

  .casestudy-img img {
    height: 100%;
  }

  .casestudy-copy {
    padding: 20px;
    background-color: var(--white);
    border-radius: 0px 0px 10px 10px;
  }

  .casestudy-copy p {
    margin-bottom: 20px;
  }

  .casestudy-copy h3 {
    text-decoration: none;
    margin-bottom: 15px;
  }

  .tag {
    border: 1px solid var(--aqua);
    border-radius: 50px;
    padding: 5px 15px;
    color: var(--aqua);
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
  }

  .post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    width: 90%;
    margin: 0 auto 15vh;
    overflow: auto;
    padding: 0 20px;
    gap: 5px;
  }

  .post-grid div {
    border-radius: 10px;
    overflow: hidden;
    height: 98%;
  }

  .post-grid div img {
    width: 100%;
    border-radius: 10pz;
  }

  .testimonial {
    border-radius: 10px;
    padding: 40px;
    margin-top: 40px;
  }

  .testimonial h4 {
    line-height: 40px;
    margin-bottom: 15px;
  }

  #insight {
    margin-bottom: 90px;
  }

  .insight-img {
    text-align: center;
  }

  .insight-img img {
    max-width: 650px;
    width: 100%;
    height: auto;
  }

/*==========================================================================
    Article
  ========================================================================== */

  #article {
    max-width: 1200px;
    margin: 0 auto;
  }

  #article h3 {
    text-decoration: none;
    margin-bottom: 15px;
    margin-top: 35px;
    font-size: 16px;
  }

  #article img {
    margin: 20px 0;
    width: 100%;
  }

  #article p {
    margin-bottom: 20px;
  }

  #article ul {
    margin: 20px 0;
    list-style: inside;
  }

  #article ul li {
    padding: 10px;
  }

  #article ul li strong {
    color: var(--blush);
  }

  .callout {
    display: block;
    padding: 28px;
    background: var(--white);
    font-size: 28px;
    font-weight: 700;
    margin: 20px 0;
    border-radius: 10px;
  }


/*==========================================================================
    Footer
  ========================================================================== */

  footer {
    background: var(--val);
    height: 100vh;
    color: var(--white);
    position: relative;
  }

  footer p {
    font-size: clamp(4rem, 4vw, 8rem);
  }

  footer a {
    color: var(--aqua);
    text-decoration: underline;
  }

  .contact-text {
    display: block;
    margin-top: 15%;
  }

  .contact-info {
    display: block;
    bottom: 0;
    width: 700px;
  }

  .heart {
    color: red;
  }



/*==========================================================================
    Animations
  ========================================================================== */

    @keyframes rotate-center {
      0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
      }
      100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
      }
    }

    @keyframes rotate-center-out {
      0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
      }
      100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
      }
    }

    @keyframes wobble-hor-bottom {
      0%,
      100% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
      }
      15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
                transform: translateX(-30px) rotate(-6deg);
      }
      30% {
        -webkit-transform: translateX(15px) rotate(6deg);
                transform: translateX(15px) rotate(6deg);
      }
      45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
                transform: translateX(-15px) rotate(-3.6deg);
      }
      60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
                transform: translateX(9px) rotate(2.4deg);
      }
      75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
                transform: translateX(-6px) rotate(-1.2deg);
      }
    }




    @keyframes words {
        0% {
            content: '';
            opacity: 0;
            transform: translateY(-50%);
        }

        5%, 15% {
            content: 'twice';
            opacity: 1;
            transform: translateY(13%);
        }

        20% {
            content: '';
            opacity: 0;
            transform: translateY(50%);
        }

        20.1% {
            content: '';
            opacity: 0;
            transform: translateY(-50%);
        }

        25%, 35% {
            content: 'better';
            opacity: 1;
            transform: translateY(13%);
        }

        40% {
            content: '';
            opacity: 0;
            transform: translateY(50%);
        }

        40.1% {
            content: '';
            opacity: 0;
            transform: translateY(-50%);
        }

        45%, 55% {
            content: 'brave';
            opacity: 1;
            transform: translateY(13%);
        }

        60% {
            content: '';
            opacity: 0;
            transform: translateY(50%);
        }

        60.1% {
            content: '';
            opacity: 0;
            transform: translateY(-50%);
        }

        65%, 75% {
            content: 'clickable';
            opacity: 1;
            transform: translateY(13%);
        }

        80% {
            content: '';
            opacity: 0;
            transform: translateY(50%);
        }

        80.1% {
            content: '';
            opacity: 0;
            transform: translateY(-50%);
        }

        85%, 95% {
            content: 'siiiick';
            opacity: 1;
            transform: translateY(13%);
        }

        100% {
            content: '';
            opacity: 0;
            transform: translateY(50%);
        }

    }




/*==========================================================================
    Media Queries
  ========================================================================== */


    @media (max-width: 1355px) {

        .col-5 {width: 50%}
        .col-4 {width: 50%}
        .col-3 {width: 50%}
        .service-copy {height: 400px}
    }


    @media (max-width: 805px) {

        .col-5 {width: 100%}
        .col-4 {width: 100%;}
        .col-3 {width: 100%;}
        .col-2 {width: 100%;}

        .container {
            padding: 25px 0px 0px 0px;
        }

        .float-o {display: none}

        .header-logo {
            background-size: 99px;
            width: 99px;
            height: 36px;
            margin: 20px;
        }

        .menu .menuToggle {
            right: -30px;
        }

        .menuToggle {
            top: 24px;
        }

        h1:after {margin-left: 10px}

        #banner {
            overflow: hidden;
        }

        #banner .container {
            top: 50px;
        }

        .banner-logo {
            display: none;
        }

        .banner-text:after {
            margin-left: 10px;
            margin-top: -10px;
        }

        .float-big-x {
            display: none;
        }

        .banner-logo {
            width: 160px;
        }

        h1 {
            font-size: 11vw;
            display: block;
        }

        #work {
            padding-top: 100px;
            padding-bottom: 100px;
            margin-top: -100px;
        }

        .card-wrapper:hover {
            transform: none;
            cursor: pointer;
        }

        .card-container {
            padding-left: 20px;
        }

        .card-wrapper {
            width: 320px;
        }

        .card {
            height: 400px;
        }

        .card img {
            right: -4px;
        }

        .card-info {
            padding: 15px;
        }

        .card-info img {
            width: 40px;
            height: 40px;
        }

        .card-info p {
            padding: 10px 0 0 5px;
        }

        .stats .icon {
            width: 75px;
            height: 75px;
        }

        .stats p {
            font-size: 95px;
        }

        .casestudy, .post-grid {
            grid-template-columns: 1fr;
        }

        .casestudy-img {
            height: 50vw;
        }

        footer p {
            font-size: 36px;
        }

        .contact-info {
            font-size: 12px;
            width: 280px;
            margin-bottom: 15px;
        }

        .spacer {
            height: 50px;
        }

        .project-banner {
            height: 250px;
        }

        .social-banner-2 {
            margin-bottom: 80px;
        }


    }












