.site-header:after, .logo-wrap:after {
    clear: both;
    content: '';
    display: table; }
  
  /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
  /**
     * 1. Set default font family to sans-serif.
     * 2. Prevent iOS text size adjust after orientation change, without disabling
     *    user zoom.
     */
  html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
  
  /**
     * Remove default margin.
     */
  body {
    margin: 0; }
  
  /* HTML5 display definitions
       ========================================================================== */
  /**
     * Correct `block` display not defined for any HTML5 element in IE 8/9.
     * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
     * Correct `block` display not defined for `main` in IE 11.
     */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section,
  summary {
    display: block; }
  
  /**
     * 1. Correct `inline-block` display not defined in IE 8/9.
     * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
     */
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }
  
  /**
     * Prevent modern browsers from displaying `audio` without controls.
     * Remove excess height in iOS 5 devices.
     */
  audio:not([controls]) {
    display: none;
    height: 0; }
  
  /**
     * Address `[hidden]` styling not present in IE 8/9/10.
     * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
     */
  [hidden],
  template {
    display: none; }
  
  /* Links
       ========================================================================== */
  /**
     * Remove the gray background color from active links in IE 10.
     */
  a {
    background: transparent; }
  
  /**
     * Improve readability when focused and also mouse hovered in all browsers.
     */
  a:active,
  a:focus,
  a:hover {
    outline: 0; }
  
  
  * {
    box-sizing: border-box; }
  
  html {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }
  
  ul {
    margin: 0;
    padding: 0; }
    ul li {
      list-style-type: none; }
  
  img {
    vertical-align: top; }
  
  p {
    margin: 0; }
  
  a {
    text-decoration: none; }
  
  html,
  body {
    min-height: 100%; }
  
  .italic {
    font-style: italic; }
  
  .underline {
    text-decoration: underline; }
  
  .strikethrough {
    text-decoration: line-through; }
  
  .bold {
    font-weight: bold; }
  
  .cfix:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden; }
  
  html {
    background-color: F9F9F9;
    /* stylelint-disable function-url-quotes */
    background-image: url("");
    /* stylelint-enable function-url-quotes */
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain; }
    html:before {
      background-color: #000;
      display: none;
      opacity: calc(30 * 0.01); }
  
  .site-container {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px; }
  
  html .page-background-video .video-wrap {
    left: 0;
    width: 100%; }
  
  .image-left .page-background-video .video-wrap {
    left: 50vw;
    width: 50vw; }
  
  .image-right .page-background-video .video-wrap {
    width: 50vw; }
  
  .example-site-footer {
    background: rgba(37, 38, 42, 0.94);
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-family: 'Helvetica', sans-serif;
    font-size: 14px;
    left: 0;
    padding: 0 20px 0 0;
    position: fixed;
    width: 100%;
    z-index: 4; }
    .example-site-footer .icon {
      fill: #fff;
      float: left; }
    .example-site-footer .content-left,
    .example-site-footer .content-right {
      height: 70px; }
    .example-site-footer .content-left {
      float: left; }
    .example-site-footer .content-right {
      float: right; }
  
  .example-footer-content {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    position: relative;
    top: 50%; }
  
  .example-footer-link {
    border-bottom: 1px solid #fff;
    color: #fff; }
    .example-footer-link:hover {
      border-bottom-width: 0; }
  
  @media (max-width: 932px) {
    .example-site-footer .desktop {
      display: none; }
    .example-site-footer .mobile {
      text-transform: capitalize; } }
  
  html {
    position: relative; }
    html:before {
      content: '';
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%; }
  
  .site-wrap,
  .site-container {
    position: relative;
    width: 100%; }
  
  .site-wrap:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  
  .site-header {
    position: relative; }
  
  .theme-container:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  
  .responsive-nav {
    display: none;
    opacity: 0;
    visibility: hidden; }
  
  .project-cover .separator:last-child,
  .project-header .fields .separator:last-child {
    display: none; }
  
  .preserve-whitespace {
    white-space: pre-wrap; }
  
  .preserve-whitespace--nowrap {
    white-space: pre; }
  
  .page-background-video .video-wrap {
    height: 100vh;
    left: 80px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: calc(100vw - 80px);
    z-index: -1; }
    .image-right .page-background-video .video-wrap {
      width: 50vw; }
    .image-left .page-background-video .video-wrap {
      left: 50%;
      width: 50vw; }
  
  .page-background-video .renditions-video {
    font-family: 'object-fit: cover;';
    height: 100%;
    left: 0;
    object-fit: cover;
    position: relative;
    top: 0;
    width: 100%; }
  
  .page-background-video-with-panel .video-wrap {
    left: 260px;
    width: calc(100vw - 260px); }
    .image-right .page-background-video-with-panel .video-wrap {
      left: 260px;
      width: calc(50vw - 130px); }
    .image-left .page-background-video-with-panel .video-wrap {
      left: calc(50% + 130px);
      width: calc(50vw - 130px); }
  
  .image-right .page-background-video-with-panel .video-wrap {
    left: 0;
    width: 50vw; }
  
  .image-left .page-background-video-with-panel .video-wrap {
    left: 50%;
    width: 50vw; }
  
  .mp4-image {
    display: none !important;
    font-family: 'object-fit: cover;';
    height: 100%;
    left: 0;
    object-fit: cover;
    position: relative;
    top: 0;
    width: 100%; }
  
  @supports (-webkit-overflow-scrolling: touch) {
    .video-wrap .renditions-video {
      display: none; }
    .video-wrap .mp4-image {
      display: block !important; } }
  
  .logo,
  .logo-secondary {
    clear: both;
    word-wrap: break-word; 
    }

    .logo img,
    .logo-secondary img {
      max-width: 100%; 
    }

    .logo a,
    .logo-secondary a {
      color: inherit;
    }

    .logo .image-link,
    .logo-secondary .image-link {
      display: inline-block;
      max-width: 60%;
      margin: 10px;
    }

    .logo .image-rollover,
    .logo .image-scroll,
    .logo-secondary .image-rollover,
    .logo-secondary .image-scroll {
      display: none;
    }

    .logo.logo-text,
    .logo-secondary.logo-text {
      width: 100%;
    }

    .logo.has-rollover.hoverable:hover .image-link,
    .logo-secondary.has-rollover.hoverable:hover .image-link {
      display: none;
    }

    .logo.has-rollover.hoverable:hover .image-link.image-rollover,
    .logo-secondary.has-rollover.hoverable:hover .image-link.image-rollover {
      display: block;
    }

    .on-scroll .logo.has-scroll .image-normal,
    .on-scroll .logo.has-scroll .image-rollover, .on-scroll
    .logo-secondary.has-scroll .image-normal,
    .on-scroll
    .logo-secondary.has-scroll .image-rollover {
        display: none !important;
    }

    .on-scroll .logo.has-scroll .image-scroll, .on-scroll
    .logo-secondary.has-scroll .image-scroll {
        display: inline-block;
    }
  
    .logo-image,
    .logo-secondary-image {
        width: 100%;
    }

    @media (max-width: 932px){
        .logo .image-link {
            max-width: 35%;
        }
    }

    @media (max-width: 540px) {
        .logo .image-link {
            max-width: 60%;
        }
    }

  
    .social {
        font-size: 0;
    }

    .social li {
      display: inline-block;
    }

    .social li:first-child {
        padding-left: 0 !important;
    }

    .social li:last-child {
        padding-right: 0 !important;
    }

    .social li svg {
        vertical-align: middle;
    }

    .social a {
      display: block;
      text-align: center;
    }
  
    nav .page-title,
    nav .gallery-title,
    nav .project-title,
    nav .link-title,
    nav .social,
    nav .social li {
        display: inline-block;
        vertical-align: middle;
    }
  
    nav .project-title:first-child,
    nav .gallery-title:first-child,
    nav .page-title:first-child,
    nav .link-title:first-child {
        padding-left: 0 !important;
    }
  
    nav .project-title:last-child,
    nav .gallery-title:last-child,
    nav .page-title:last-child,
    nav .link-title:last-child {
        padding-right: 0 !important; 
    }
  
  .masthead {
    overflow: hidden;
    position: relative; }
    .masthead .video-wrap {
      height: 100%;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 100%; }
    .masthead video {
      font-family: 'object-fit: cover;';
      height: 100%;
      left: 0;
      object-fit: cover;
      top: 0;
      width: 100%; }
    .masthead:after {
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .masthead h1,
    .masthead p {
      width: 100%;
      word-wrap: break-word; }
  
  .masthead,
  .masthead-placeholder {
    width: 100%; }
  
  .masthead-placeholder {
    opacity: 0;
    position: relative !important;
    z-index: -1; }
  
  .masthead-contents,
  .masthead-text {
    width: 100%; }
  
  .masthead-contents {
    height: 100%;
    top: 0;
    z-index: 1; }
  
  .masthead,
  .masthead-contents {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  
  .masthead-arrow-container {
    cursor: pointer;
    height: 40px;
    width: 60px; }
  
  .masthead-arrow {
    -webkit-transform: rotate(45deg) translateY(-15px) translateX(5px);
    -moz-transform: rotate(45deg) translateY(-15px) translateX(5px);
    -ms-transform: rotate(45deg) translateY(-15px) translateX(5px);
    -o-transform: rotate(45deg) translateY(-15px) translateX(5px);
    transform: rotate(45deg) translateY(-15px) translateX(5px);
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    bottom: 5px;
    height: 30px;
    position: absolute;
    width: 30px; }
  
  .masthead-button {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
    .masthead-button + .masthead-button-spacer + .masthead-button {
      margin-left: 17px; }
  
  .masthead-button-spacer {
    display: none; }
  
  @media (max-width: 540px) {

    .masthead-button + .masthead-button-spacer {
      display: block;
      height: 17px; }
      .masthead-button + .masthead-button-spacer + .masthead-button {
        margin-left: 0; } }
  
  .site-footer {
    clear: both;
    display: block; }
  
  .cookie-banner {
    bottom: 0;
    display: none;
    position: fixed;
    text-align: center;
    z-index: 99999; }
    .cookie-banner.show {
      display: block; }

    .cookie-banner p {
      font-size: 18px;
      line-height: 1.222;
      margin: 24px;
      max-width: calc(100% - 84px); 
    }


    @media (max-width: 932px) {   
    .cookie-banner p {
        font-size: 16px; } 
    }


    .cookie-banner a {
        color: inherit;
        margin-left: 10px;
        text-decoration: underline; 
    }

    .cookie-banner .close-btn {
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 16px; }
  
  .site-content {
    margin-left: 6%;
    margin-right: 6%;
    width: 88%; }
  
  .logo-container {
    float: left;
    width: 50%; }
  
  .logo-wrap {
    padding-left: 1%;
    padding-right: 0%; }
  
  .nav-container {
    float: right;
    width: 50%; }
  
  .logo-wrap {
    max-width: 100%;
    float: left;
    padding-bottom: 0px;
    padding-top: 40px;
    width: 100%; }
  
  .logo-text {
    float: left;
    text-align: left; }
  
  .logo-image {
    max-width: 320px;
    float: left;
    text-align: left; }
  
  .logo-secondary-text {
    float: left;
    text-align: left; }
  
  .logo-secondary-image {
    max-width: 100%;
    float: left;
    text-align: left; }
  
  .logo {
    font-family: Space Grotesk;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 0px;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 20px;
    text-decoration: line-through; }
    .logo,
    .logo a {
      color: #FFFFFF; }
    .logo a:hover {
      color: #111111;
      font-style: normal;
      font-weight: 600;
      text-transform: uppercase; }
  
  .logo-secondary {
    font-family: Space Grotesk;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 0px;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0px;
    text-transform: uppercase; }
    .logo-secondary,
    .logo-secondary a {
      color: #cccccc; }
    .logo-secondary a:hover {
      color: #cccccc;
      font-style: normal;
      font-weight: 400;
      text-transform: uppercase; }
  
  nav {
    float: right;
    max-width: 100%;
    padding-bottom: 40px;
    padding-top: 68px;
    width: 90%; }
    nav .gallery-title a {
      color: #292929;
      font-family: Space Grotesk;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px; }
      nav .gallery-title a:hover {
        color: #0057FF;
        font-style: normal;
        font-weight: 400; }
      nav .gallery-title a.active {
        color: #292929;
        font-style: normal;
        font-weight: 400;
        text-decoration: line-through; }
    nav .project-title a {
      color: #aaaaaa;
      font-family: Space Grotesk;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 28px;
      text-transform: uppercase; }
      nav .project-title a:hover {
        color: #111111;
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase; }
      nav .project-title a.active {
        color: #111111;
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase; }
    nav .page-title a {
      color: #000000;
      font-family: Space Grotesk;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px; }
      nav .page-title a:hover {
        color: #0057FF;
        font-style: normal;
        font-weight: 400; }
      nav .page-title a.active {
        color: #111111;
        font-style: normal;
        font-weight: 400;
        text-decoration: line-through; }
    nav .link-title a {
      color: #aaaaaa;
      font-family: Space Grotesk;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 28px;
      text-transform: uppercase; }
      nav .link-title a:hover {
        color: #111111;
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase; }
  
  .pf-nav-social {
    text-align: left; }
    .pf-nav-social li {
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left: 4px;
      padding-right: 0px; }
    .pf-nav-social a:hover svg {
      fill: #0057FF;
      opacity: 1; }
    .pf-nav-social svg {
      fill: #000000;
      height: 25px;
      opacity: 1;
      width: 25px; }
    @media (max-width: 932px) {
      .pf-nav-social li {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 3px;
        padding-right: 0px; } }
    @media (max-width: 540px) {
      .pf-nav-social li {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 3px;
        padding-right: 0px; } }
  
  .pf-footer-social {
    text-align: center; }
    .pf-footer-social li {
      padding-top: 0px;
      padding-bottom: 7px;
      padding-left: 0px;
      padding-right: 5px; }
    .pf-footer-social a:hover svg {
      fill: #666666;
      opacity: 1; }
    .pf-footer-social svg {
      fill: #9EA2AB;
      height: 27px;
      opacity: 1;
      width: 27px; }
    @media (max-width: 932px) {
      .pf-footer-social li {
        padding-top: 0px;
        padding-bottom: 6px;
        padding-left: 0px;
        padding-right: 4px; } }
    @media (max-width: 540px) {
      .pf-footer-social li {
        padding-top: 0px;
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 3px; } }
  
  .masthead-social {
    text-align: center; }
    .masthead-social li {
      padding-top: 40px;
      padding-bottom: 15px;
      padding-left: 0px;
      padding-right: 15px; }
    .masthead-social a:hover svg {
      fill: #ffffff;
      opacity: 1; }
    .masthead-social svg {
      fill: #ffffff;
      height: 30px;
      opacity: 1;
      width: 30px; }
    @media (max-width: 932px) {
      .masthead-social li {
        padding-top: 32px;
        padding-bottom: 12px;
        padding-left: 0px;
        padding-right: 12px; } }
    @media (max-width: 540px) {
      .masthead-social li {
        padding-top: 26px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 10px; } }
  
  nav {
    padding-left: 0%;
    padding-right: 1%;
    text-align: right; }
    nav .gallery-title {
      padding-left: 0px;
      padding-right: 10px; }
    nav .project-title {
      padding-left: 10px;
      padding-right: 10px; }
    nav .page-title {
      padding-left: 3px;
      padding-right: 8px; }
    nav .link-title {
      padding-left: 10px;
      padding-right: 10px; }
  
  .masthead {
    background-color: #B0B6C5;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 22px;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 2px;
    padding-top: 0px; }
    .masthead:after {
      display: none; }
    .masthead h1 {
      color: #ffffff;
      font-family: Space Grotesk;
      font-size: 80px;
      font-style: normal;
      font-weight: bold;
      line-height: 80px;
      margin-bottom: 40px;
      margin-top: 0px;
      text-align: center;
      text-transform: none; }
    .masthead p {
      color: #ffffff;
      font-family: Space Grotesk;
      font-size: 24px;
      font-style: normal;
      font-weight: normal;
      line-height: 28px;
      margin-bottom: 0px;
      margin-top: 0px;
      text-align: center;
      text-transform: none; }
  
  .masthead-contents {
    max-width: 1px; }
  
  .masthead-buttons {
    padding-top: 0px;
    text-align: center; }

    ul#filters {
      list-style-type:none;
      padding: 0;
      margin-top: 20px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;         
  }
  
  ul#filters li {
      display: inline-block;
      margin-right: 10px;
      cursor: pointer;
      color: #292929;
      padding: 8px 16px;
      border-radius: 120px;
      transition: background-color 0.2s ease;
  }

  #filters li.active {
    text-decoration: line-through;
    background-color: #292929;
    color: white;
  }

  
  ul#filters li:hover {   
      background-color: #292929;
      color: F9F9F9;
  }
  
  ul#filters li[data-filter="motion-design"],
  ul#filters li[data-filter="video-production"],
  ul#filters li[data-filter="graphics-design"],
  ul#filters li[data-filter="all"] {
      border: 1.25px solid #292929;
      border-radius: 120px;
      margin-top: 0.25rem;
      margin-bottom: 0.25rem;
      padding: 0.5rem 1.75rem;
      transition: color 0.3s, background-color 0.3s;
      display: inline-block;
      position: relative;
  }

  .project-cover {
    display: none; /* Hide all projects by default */
}

.project-cover.show {
    display: block; /* Show projects that match the filter */
}
  

  
  
  @media (max-width: 932px) {
    ul#filters li {
      margin-right: 20px;
      padding: 6px 12px;
    }
    .masthead {
      margin-bottom: 14px;
      padding-bottom: 4px;
      padding-top: 0px;
      padding-left: 5%;
      padding-right: 5%; }
      .masthead h1 {
        font-size: 34px;
        line-height: 34px;
        margin-bottom: 20px;
        margin-top: 0px; }
      .masthead p {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 0px;
        margin-top: 0px; }
    .masthead-buttons {
      padding-top: 0px; }
    .masthead-arrow-container {
      margin-bottom: 19px;
      margin-top: 13px; } }
  
  @media (max-width: 540px) {
    ul#filters li {
      margin-right: 3px;
      padding: 4px 8px;
  }
    .masthead {
      padding-bottom: 4px;
      padding-top: 0px;
      margin-bottom: 13px; }
      .masthead h1 {
        font-size: 29px;
        line-height: 29px;
        margin-bottom: 18px;
        margin-top: 0px; }
      .masthead p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0px;
        margin-top: 0px; }
    .masthead-buttons {
      padding-top: 0px; }
    .masthead-arrow-container {
      margin-bottom: 16px;
      margin-top: 11px; } }
  
  .site-footer {
    font-family: Space Grotesk;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: auto;
    text-align: center;
    text-decoration: line-through;
    text-transform: none;
    width: 100%; }
    .site-footer,
    .site-footer a {
      color: #8F939D; }
  
  @media (max-width: 932px) {
    .site-footer {
      font-size: 14px;
      line-height: 20px;
      padding-bottom: 20px;
      /* padding-top: 14px;  */
      padding-top: auto;
    } 
}
  
  @media (max-width: 540px) {
    .site-footer {
      font-size: 14px;
      line-height: 20px;
      padding-bottom: 18px;
      padding-top: 13px; } }
  
  .cookie-banner {
    font-family: Space Grotesk;
    width: 100%; }
    .cookie-banner .close-btn {
      cursor: pointer; }
  
  .lightbox-content {
    height: 100%; }
    .lightbox-content .grid__image-caption {
      font-family: Space Grotesk; }
  
  #lightbox-wrap,
  #lightbox-inner-wrap {
    height: 100%; }
  
  .grid__image-caption,
  .grid__image-caption-lightbox {
    font-family: Space Grotesk; }
  
  .hamburger-click-area {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    padding: 30px 5%;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 50%; }
  
  .hamburger {
    position: relative;
    width: 24px; }
    .hamburger i {
      display: block;
      height: 2px;
      margin-bottom: 4px; }
      .hamburger i:last-child {
        margin-bottom: 0; }
  
  @media (max-width: 932px) {
    nav {
      display: none;
      padding: 0;
      width: 100%; }
    .site-header {
      padding: 40px 5%;
    }
    .logo-wrap {
      max-width: 100%;
      padding: 0;
      width: 100%;
    }
    .logo {
      max-width: 100%;
      padding: 0 39px 0 0;
    }
    .logo-image {
      margin-bottom: -5px;
      margin-top: -5px;
    }
      .logo-image img {
        max-height: 46px;
      }
    
    .logo-secondary {
      display: none; }
    .close-responsive-button {
      top: 40px; }
    .hamburger-click-area {
      display: block; }
    .hamburger i {
      background-color: #000000; }
      
    main,
    .site-container {
      width: 100%;

    }
    .site-content {
      margin: 0;
      padding: 0 0;
      width: 100%; 
    }
    
    .responsive-nav {
      background-color: F9F9F9;
      bottom: 0;
      display: flex;
      height: 100%;
      left: 0;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding: 50px 5% 0;
      position: fixed;
      right: 0;
      text-align: center;
      top: 0;
      transition: visibility 0s ease 0.2s, opacity 0.2s ease 0s;
      z-index: 99999; }
      .responsive-nav nav {
        float: none;
        margin: auto;
        max-width: 100%;
        width: 100%; }
      .responsive-nav.has-social nav {
        padding-bottom: 80px; }
      .responsive-nav .nav-container {
        width: 100%; }
      .responsive-nav .page-title,
      .responsive-nav .project-title,
      .responsive-nav .link-title,
      .responsive-nav .gallery-title {
        display: block;
        text-align: center; }
        .responsive-nav .page-title a,
        .responsive-nav .project-title a,
        .responsive-nav .link-title a,
        .responsive-nav .gallery-title a {
          font-size: 22px;
          line-height: 32px; }
      .responsive-nav .page-title,
      .responsive-nav .project-title,
      .responsive-nav .link-title,
      .responsive-nav .gallery-title {
        padding: 0 0 30px; }
      .responsive-nav .group {
        padding: 0; }
      .responsive-nav .social {
        text-align: center;
        width: 100%;
        background-color: F9F9F9;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        bottom: 0;
        left: 0;
        margin: 0;
        min-height: 80px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 5%;
        position: fixed; }
        .responsive-nav .social ul {
          white-space: nowrap; }
        .responsive-nav .social svg {
          width: 42px; }
        .responsive-nav .social li {
          display: inline-block;
          float: none !important;
          padding: 0 20px 0 0; }
          .responsive-nav .social li:last-child {
            padding-right: 0; }
    .close-responsive-click-area {
      cursor: pointer;
      padding: 50px 6%;
      position: fixed;
      right: 0;
      -webkit-tap-highlight-color: transparent;
      top: 0; }
    .close-responsive-button {
      height: 20px;
      position: fixed;
      right: 5%;
      width: 20px; }
      .close-responsive-button:before, .close-responsive-button:after {
        background-color: #000000;
        content: '';
        display: block;
        height: 20px;
        left: 50%;
        position: absolute;
        width: 2px; }
      .close-responsive-button:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .close-responsive-button:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .show-responsive-nav {
      overflow: hidden; }
      .show-responsive-nav .responsive-nav {
        opacity: 1;
        transition: visibility 0s ease 0s, opacity 0.2s ease 0s;
        visibility: visible; }
        .show-responsive-nav .responsive-nav nav {
          display: block; }
      .show-responsive-nav .site-header,
      .show-responsive-nav .site-container {
        display: none; }
    .site-footer {
      padding-left: 5%;
      padding-right: 5%;
      width: 100%; } }
  
  @media (max-width: 540px) {
    .close-responsive-click-area {
      padding: 40px 10%;
    }
    
    .close-responsive-button {
      top: 30px;
    }

    .site-header {
      padding-bottom: 30px;
      padding-top: 30px;
    }

    .logo {
      font-size: 21px;
      line-height: 21px;
    }
  }
  
  @media (max-width: 932px) {
    .logo-container {
      width: 100%; } }
  
  .project-cover .details-inner:after, .project-covers:after {
    clear: both;
    content: '';
    display: table; }
  
  .project-cover {
    display: block;
    position: relative; }
    .project-cover.hold-space .cover-image:before {
      content: '';
      display: block;
      width: 100%; }
    .project-cover.hold-space .cover {
      left: 0;
      min-height: 100%;
      position: absolute;
      top: 0; }
    .project-cover .cover-image-wrap {
      overflow: hidden;
      position: relative; }
    .project-cover .cover-image {
      position: relative;
      -webkit-transform: translateZ(0); }
      .project-cover .cover-image:after {
        -webkit-transition: background-color 0.2s ease, opacity 0.2s ease;
        -moz-transition: background-color 0.2s ease, opacity 0.2s ease;
        transition: background-color 0.2s ease, opacity 0.2s ease;
        content: '';
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
    .project-cover .cover {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      min-height: 100%;
      overflow: hidden;
      width: 100%; }
      .project-cover .cover .cover__img {
        font-family: 'object-fit: cover;';
        height: calc(100% + 2px);
        left: 50%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% + 2px); }
        .project-cover .cover .cover__img.js-lazy {
          background-color: rgba(0, 0, 0, 0.03); }
        .project-cover .cover .cover__img.js-lazy.image-loaded {
          background-color: transparent; }
    .project-cover .cover-rollover {
      opacity: 0;
      visibility: hidden; }
    .project-cover:hover .cover-normal.has-rollover, .project-cover.touch-hover .cover-normal.has-rollover {
      opacity: 0;
      visibility: hidden; }
    .project-cover:hover .cover-rollover, .project-cover.touch-hover .cover-rollover {
      opacity: 1;
      visibility: visible; }
    .project-cover .title,
    .project-cover .date,
    .project-cover .custom1,
    .project-cover .custom2,
    .project-cover .description {
      clear: both; }
    .project-cover .description {
      white-space: pre-line;
      word-wrap: break-word; }
    .project-cover .details-inner {
      overflow: hidden; }
  
  .project-covers {
    display: flex;
    flex-wrap: wrap; }
  
  .project-cover:hover .details-wrap,
  .project-cover.touch-hover .details-wrap {
    opacity: 1; }
  
  .project-cover .cover-content-container {
    overflow: hidden;
    position: relative; }
  
  .project-cover .details-wrap {
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.15s ease; }
  
  .project-cover .details-wrap {
    -webkit-backface-visibility: hidden;
    height: 100%; }
  
  .project-cover .details {
    display: flex;
    height: 100%;
    position: relative;
    width: 100%; }
  
  .project-cover .details-inner {
    width: 100%; }
  
  .back-to-top .arrow {
    margin-right: 10px; }
  
  .back-to-top-fixed {
    position: fixed;
    z-index: 3; }
  
  .icon-back-to-top {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    left: 50%;
    position: absolute;
    top: 50%; }
  
  .project-cover {
    margin-right: 0%;
    width: 25%; }
    .project-cover.hold-space .cover-image:before {
      padding-bottom: 80%; }
    .project-cover .cover-image {
      float: none;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
      .project-cover .cover-image:after {
        background-color: #C1C5CF;
        opacity: 0; }
    .project-cover:hover .cover-image:after, .project-cover.touch-hover .cover-image:after {
      background-color: #C1C5CF;
      opacity: 0; }
    .project-cover .cover-image,
    .project-cover .cover-image:after,
    .project-cover .cover {
      border-radius: 0px; }
    .project-cover .details-wrap {
      max-width: 100%;
      padding-top: 0%;
      width: 100%; }
    .project-cover .details {
      background: rgba(255, 255, 255, 0); }
    .project-cover .details-inner {
      padding-bottom: 0%;
      padding-left: 0%;
      padding-right: 0%;
      padding-top: 0%; }
    .project-cover .title {
      color: #ffffff;
      float: left;
      font-family: Space Grotesk;
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 34px;
      padding-bottom: 15px;
      padding-left: 0%;
      padding-right: 0%;
      padding-top: 0px;
      text-align: left;
      text-transform: none;
      width: 100%; }
    .project-cover .date {
      color: #ffffff;
      float: left;
      font-family: Space Grotesk;
      font-size: 13px;
      font-style: normal;
      font-weight: 600;
      line-height: 17px;
      padding-bottom: 0px;
      padding-left: 0%;
      padding-right: 0%;
      padding-top: 0px;
      text-align: left;
      text-transform: none;
      width: 100%; }
    .project-cover .custom1 {
      color: #ffffff;
      float: left;
      font-family: Space Grotesk;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 17px;
      padding-bottom: 0px;
      padding-left: 0%;
      padding-right: 0%;
      padding-top: 0px;
      text-align: left;
      text-transform: none;
      width: 100%; }
    .project-cover .custom2 {
      color: #ffffff;
      float: left;
      font-family: Space Grotesk;
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 17px;
      padding-bottom: 0px;
      padding-left: 0%;
      padding-right: 0%;
      padding-top: 0px;
      text-align: left;
      text-transform: none;
      width: 100%; }
    .project-cover .description {
      color: #ffffff;
      float: left;
      font-family: Space Grotesk;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px;
      padding-bottom: 15px;
      padding-left: 0%;
      padding-right: 0%;
      padding-top: 0px;
      text-align: left;
      text-transform: none;
      width: 100%; }
    .project-cover:nth-child(4n) {
      margin-right: 0; }
    .project-cover:nth-child(4n + 1) {
      clear: left;
      margin-left: 0; }
  
  @media (max-width: 932px) {
    .project-cover .title {
      font-size: 22px;
      line-height: 25px;
      /* stylelint-disable length-zero-no-unit */
      /* stylelint-enable length-zero-no-unit */
      padding-bottom: 11px;
      /* stylelint-disable length-zero-no-unit */ }
    .project-cover .date {
      font-size: 13px;
      line-height: 17px;
      /* stylelint-disable length-zero-no-unit */
      /* stylelint-disable length-zero-no-unit */ }
    .project-cover .custom1 {
      font-size: 13px;
      line-height: 17px;
      /* stylelint-disable length-zero-no-unit */
      /* stylelint-disable length-zero-no-unit */ }
    .project-cover .custom2 {
      font-size: 13px;
      line-height: 17px;
      /* stylelint-disable length-zero-no-unit */
      /* stylelint-disable length-zero-no-unit */ }
    .project-cover .description {
      font-size: 14px;
      line-height: 20px;
      /* stylelint-disable length-zero-no-unit */
      /* stylelint-enable length-zero-no-unit */
      padding-bottom: 11px;
      /* stylelint-disable length-zero-no-unit */ }
    .project-cover {
      width: 50%; }
      .project-cover:nth-child(2n) {
        margin-right: 0 !important; }
      .project-cover:nth-child(4n) {
        margin-right: 0%; }
      .project-cover:nth-child(4n + 1) {
        clear: none; } }
  
  @media (max-width: 540px) {
    .project-cover {
      margin-right: 0 !important;
      width: 100%; }
      .project-cover .title {
        font-size: 19px;
        line-height: 22px;
        /* stylelint-disable length-zero-no-unit */
        /* stylelint-enable length-zero-no-unit */
        padding-bottom: 10px;
        /* stylelint-disable length-zero-no-unit */ }
      .project-cover .date {
        font-size: 13px;
        line-height: 17px;
        /* stylelint-disable length-zero-no-unit */
        /* stylelint-disable length-zero-no-unit */ }
      .project-cover .custom1 {
        font-size: 13px;
        line-height: 17px;
        /* stylelint-disable length-zero-no-unit */
        /* stylelint-disable length-zero-no-unit */ }
      .project-cover .custom2 {
        font-size: 13px;
        line-height: 17px;
        /* stylelint-disable length-zero-no-unit */
        /* stylelint-disable length-zero-no-unit */ }
      .project-cover .description {
        font-size: 14px;
        line-height: 20px;
        /* stylelint-disable length-zero-no-unit */
        /* stylelint-enable length-zero-no-unit */
        padding-bottom: 10px;
        /* stylelint-disable length-zero-no-unit */ } }
  
  .project-covers {
    padding-bottom: 10px;
    padding-top: 5px; }
  
  @media (max-width: 932px) {
    .project-covers {
      padding-bottom: 8px;
      padding-top: 5px; } }
  
  @media (max-width: 540px) {
    .project-covers {
      padding-bottom: 7px;
      padding-top: 5px; } }
  
  .project-cover .cover-content-container {
    margin-bottom: 2%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 2%; }
  
  .project-cover .details-wrap {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 0%; }
  
  .project-cover .details {
    border-radius: 0px; }
  
  @media (max-width: 932px) {
    .project-cover .custom1,
    .project-cover .custom2,
    .project-cover .description {
      display: none; }
    .project-cover .cover-content-container {
      margin-bottom: 4%;
      margin-top: 4%; } }
  
  @media (max-width: 540px) {
    .project-cover .cover-content-container {
      margin-bottom: 4%;
      margin-left: 0;
      margin-right: 0;
      margin-top: 4%; } }
  
  .back-to-top {
    display: none; }
  
  .back-to-top-fixed {
    display: block;
    bottom: 24px;
    height: 45px;
    width: 45px;
    right: 28px; }
    .back-to-top-fixed:hover .icon-back-to-top {
      fill: #6E727E;
      opacity: 1; }
  
  .icon-back-to-top {
    fill: #8F939D;
    height: 25px;
    opacity: 1;
    position: absolute;
    width: 25px; }
  
  @media (max-width: 932px) {
    .back-to-top-fixed {
      display: none; } }
  

/* main container */
      .about-me {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    
    .about-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        width: 100%;
    }
    
    .text-container {
        flex: 1;
        padding: 20px;
    }
    
    .text-container h1 {
        font-size: 2em;
        margin-bottom: 10px;
        
    }
    
    .text-container p {
        font-size: 1.2em;
        line-height: 1.99;
    }

    .text-container p a {
      color: #0057FF;
      text-decoration: underline;
  }
  .text-container p a:hover {
      
      font-style: normal;
      font-weight: 500;
}
    
    .cv-button {
        display: inline-block;
        margin-top: 20px;
        padding: 10px 20px;
        cursor: pointer;
        font-size: 1em;
        color: #fff;
        background-color: #292929; /* Adjust the button color if needed */
        text-decoration: none;
        border-radius: 120px; /* Remove or adjust this for no circle borders */
        transition: background-color 0.4s ease, transform 0.4s ease;
    }
    
    .cv-button:hover {
        background-color: #000; /* Adjust the hover color if needed */
        transform: scale(1.05)
    }
    
    .photo-container {
        flex: 1;
        padding: 20px;
        text-align: center;
    }
    
    .photo-container img {
        max-width: 100%;
        height: auto;
        border-radius: 0;
    }


  
/* main-container Media Queries */
@media (max-width: 932px) {
    .about-content {
        flex-direction: column;
        align-items: center;
        
    }


    .text-container,
    .photo-container {
        width: 90%;
        padding: 30px;
    }

    .text-container h1 {
        font-size: 1.5em;
        text-align: left;
    }

    .text-container p {
        font-size: 1em;
    }

    .cv-button {
        font-size: 1em;
        padding: 8px 16px;
        margin-top: 25px;
    }
}


@media (max-width: 540px) {
    .about-content {
        flex-direction: column;
        text-align: left;
    }

    .text-container,
    .photo-container {
        width: 110%;
        padding: 30px;
    }
        .text-container h1 {
            font-size: 1.2em;
            text-align: left;
        }
    
        .text-container p {
            font-size: 0.9em;
        }
    
        .cv-button {
            font-size: 14px;
            margin-top: 25px;
        }
    }


/* Section container */
    .sections-container {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        /* background-color: #9EA2AB; */
        
    }



/* Brands Section */
#brands {
  text-align: center;
  padding: 50px 20px;
}

#brands h2 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #333; /* Text color */
}

#brands picture img {
  width: 100%;
  height: auto;
  max-width: 80%; /* Limit the width of the banner on large screens */
  display: block;
  margin: 0 auto; /* Center the image */
}

/* Media Queries */
@media (min-width: 541px) and (max-width: 932px) {
  #brands h2 {
      font-size: 1.5em;
      margin-bottom: 18px;
  }

  #brands picture img {
    width: 100%;
    height: auto;
    max-width: 80%; /* Limit the width of the banner on large screens */
    display: block;
    margin: 0 auto; /* Center the image */
  }
}

@media (max-width: 540px) {
  #brands h2 {
      font-size: 1.2em;
      margin-bottom: 30px;
  }

  #brands picture img {
    width: 90%;
    height: auto;
    max-width: 100%; /* Limit the width of the banner on large screens */
    display: block;
    margin: 0 auto; /* Center the image */
  }

}


/* Skills Section */

#skills-section {
    text-align: center;
    padding: 40px 100px;
}

#skills-section h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.skills-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 150px;
}

.skill {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 0px;
}

.skill img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
}

.skill p {
    font-size: 1em;
    margin: 0;
}

.divider {
    width: 1.5px;
    background-color: #292929;
    height: 110px; /* Set a fixed height for testing */
    display: flex;
    margin: 110px 20px;    
}

/* Tools Section */

.sections-container {
  flex-direction: column;
  align-items: center;
  text-align: center;
  
}

.divider {
  display: none;
}

#tools-section {
    text-align: center;
    padding: 40px 60px;
}

#tools-section h2 {
    font-size: 2em;
    margin-bottom: 25px;
}

.tools-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
}

.tools-container img {
    width: 60px;
    height: auto;
    margin-bottom: 10px;
}

/* Skills & Tools Media Queries */

@media (max-width: 932px) {
  .sections-container {
      flex-direction: column;
      align-items: center;
      text-align: center;
      
  }

  #skills-section {
    padding: 20px 10px;      
  }
  
  #tools-section {
      padding: 20px 10px;
  }

  .skills-container {
      gap: 150px;
  }

  .tools-container {
      gap: 90px;
  }

  .divider {
      display: none;
  }

  #skills-section h2, #tools-section h2 {
      font-size: 1.5em;
  }
}



@media (max-width: 540px) {

    .sections-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        
            
    }

    #skills-section {
      padding: 20px 10px;
    } 
    
    
    #tools-section {
      padding: 20px 10px;       
    }

    .skills-container {
        gap: 70px;
       
    }

    .tools-container {
        gap: 30px;
    }
    .skill img {
        width: 60px;
        height: auto;
        /* margin-bottom: 10px; */
    }

    .tools-container img {
        width: 40px;
        height: auto;
        /* margin-bottom: 10px; */
    }

    #skills-section h2, #tools-section h2 {
        font-size: 1.2em;
    }

    .skill p {
        font-size: 0.9em;
        display: none;
    }
}


/* Tesimonial */

/* Contact Me Section */

#contact-me {
    text-align: center;
    padding: 40px 20px;
    margin-top: 70px;
    margin-bottom: 20px;  
}

#contact-me h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

#contact-me p {
    font-size: 1em;
    margin-bottom: 20px;
    color: #555; /* Text color */
}

#contact-me button {
    padding: 10px 20px;
    font-size: 1.2em;
    color: #fff;
    background-color: #292929; /* Button background color */
    border: none;
    border-radius: 120px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#contact-me button:hover {
    background-color: #000; /* Button color on hover */
}

/* Contact Me Media queries */

@media (max-width: 932px) {
    #contact-me {
        padding: 30px 15px;
    }

    #contact-me h2 {
        font-size: 1.8em;
    }

    #contact-me p {
        font-size: 0.95em;
    }

    #contact-me button {
        font-size: 1.1em;
    }
}

@media (max-width: 540px) {
    #contact-me {
        padding: 20px 10px;
        margin-top: 50px;
    }

    #contact-me h2 {
        font-size: 1.5em;
    }

    #contact-me p {
        font-size: 0.9em;
        max-width: 200px;
        margin: 0 auto;
    }

    #contact-me button {
        font-size: 14px;
        margin-top: 20px;
    }

}


.spotify-widget {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.spotify-widget iframe {
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}



